All Versions
243
Latest Version
Avg Release Cycle
27 days
Latest Release
320 days ago
Changelog History
Page 15
Changelog History
Page 15
-
v3.13.0 Changes
May 12, 2017- ๐ป Command line application can now evaluate inline expressions
like
mathjs 1+2
. Thanks @slavaGanzin. - ๐ Function
derivative
now supportsabs
. Thanks @tetslee. - ๐ Function
simplify
now supports BigNumbers. Thanks @tetslee. - Prevent against endless loops in
simplify
. Thanks @tetslee. - ๐ Fixed #813: function
simplify
converting small numbers to inexact Fractions. Thanks @tetslee. - ๐ Fixed #838: Function
simplify
now supports constants likee
. Thanks @tetslee.
- ๐ป Command line application can now evaluate inline expressions
like
-
v3.12.3 Changes
May 05, 2017- ๐ Fixed security vulnerabilities. Thanks Dan and Sam.
-
v3.12.2 Changes
April 30, 2017- โ Added a rocket trajectory optimization example.
-
v3.12.1 Changes
April 24, 2017- ๐ Fixed #804
- Improved handling of powers of
Infinity
. Thanks @HarrySarson. - Fixed wrong formatting of complex NaN.
- Improved handling of powers of
- ๐ Fixed security vulnerabilities in the expression parser. Thanks Sam and Dan.
- ๐ Fixed #804
-
v3.12.0 Changes
April 17, 2017- Implemented QR decomposition, function
math.qr
. Thanks @HarrySarson. - ๐ Fixed #824: Calling
math.random()
freezes IE and node.js.
- Implemented QR decomposition, function
-
v3.11.5 Changes
April 08, 2017- ๐ More security measures in the expression parser.
WARNING: the behavior of the expression parser is now more strict,
some undocumented features may not work any longer.
- Accessing and assigning properties is now only allowed on plain objects, not on classes, arrays, and functions anymore.
- Accessing methods is restricted to a set of known, safe methods.
- ๐ More security measures in the expression parser.
WARNING: the behavior of the expression parser is now more strict,
some undocumented features may not work any longer.
-
v3.11.4 Changes
April 03, 2017- ๐ Fixed a security vulnerability in the expression parser. Thanks @xfix.
-
v3.11.3 Changes
April 03, 2017- ๐ Fixed a security vulnerability in the expression parser. Thanks @xfix.
-
v3.11.2 Changes
April 03, 2017- ๐ Fixed a security vulnerability in the expression parser. Thanks @xfix.
-
v3.11.1 Changes
April 02, 2017- ๐ Fixed security vulnerabilities in the expression parser. Thanks Joe Vennix and @xfix.