Released version 0.2.0

This commit is contained in:
josdejong 2013-02-25 21:18:33 +01:00
parent c1fa8d8231
commit fc55f35ef9
2 changed files with 10 additions and 6 deletions

View File

@ -2,7 +2,7 @@
https://github.com/josdejong/mathjs
## <not yet released>, version 0.2.0
## 2013-02-25, version 0.2.0
- Parser, Scope, and Node tree implemented.
- Implemented method import which makes it easy to extend math.js.

View File

@ -324,13 +324,17 @@ from the source files, and will test the library.
## Roadmap
- Version 0.1.0:
- Version 0.1.0 (2013-02-18):
- Implement all methods and constants available in the built-in Math library
- Implement data types Complex and Unit
- Version 0.2.0: Implement Parser and Scope
- Version 0.3.0: Implement Workspace
- Version 0.4.0: Implement a larger set of methods
- Version 0.5.0: Implement Matrices
- Version 0.2.0 (2013-02-25):
- Implement Parser, Scope, Node tree
- Implement more methods
- Version 0.3.0:
- Implement Workspace
- Extensive testing
- Version 0.4.0: Implement Arrays and Matrices
- Version 0.5.0: Implement more methods
- ...