Skip to content

Commit bfa42ec

Browse files
committed
Publish v10.1.0
1 parent eb93ced commit bfa42ec

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

HISTORY.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# History
22

3-
# not yet published, version 10.0.3
3+
# 2022-01-15, version 10.1.0
44

55
- Implemented function `invmod`, see #2368, #1744. Thanks @thetazero.
6+
- Improvements and fixes in function `simplify`, thanks @gwhitney:
7+
- Fix #1179, #1290: improve collection of non-constant like terms (#2384).
8+
- Fix #2152: do not transform strings into numbers (#2372).
9+
- Fix #1913: implement support for array and object simplification (#2382).
610
- Fix #2379: add embedded documentation for function `print`.
711
- Remove broken example from the embedded documentation of function `forEach`.
8-
- Fix #2152: function `simplify` transforming strings into numbers.
9-
Thanks @gwhitney.
1012

1113

1214
# 2021-12-29, version 10.0.2

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjs",
3-
"version": "10.0.2",
3+
"version": "10.1.0",
44
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
55
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",
66
"homepage": "https://mathjs.org",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = '10.0.2'
1+
export const version = '10.1.0'
22
// Note: This file is automatically generated when building math.js.
33
// Changes made in this file will be overwritten.

0 commit comments

Comments
 (0)