mathjs v0.8.0 Release Notes

Release Date: 2013-05-10 // about 11 years ago
    • ๐Ÿ’ป Implemented a command line interface. When math.js is installed globally via npm, the application is available on your system as 'mathjs'.
    • ๐Ÿ‘ Implemented end keyword for index operator, and added support for implicit start and end (expressions like a(2,:) and b(2:end,3:end-1) are supported now).
    • ๐Ÿ‘ Function math.eval is more flexible now: it supports variables and multi-line expressions.
    • โœ‚ Removed the read-only option from Parser and Scope.
    • ๐Ÿ›  Fixed non-working unequal operator != in the parser.
    • ๐Ÿ›  Fixed a bug in resizing matrices when replacing a subset.
    • ๐Ÿ›  Fixed a bug in updating a subset of a non-existing variable.
    • ๐Ÿ›  Minor bug fixes.