Skip to content

Commit

Permalink
Publish v10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jan 15, 2022
1 parent eb93ced commit bfa42ec
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
8 changes: 5 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# History

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

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


# 2021-12-29, version 10.0.2
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "10.0.2",
"version": "10.1.0",
"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.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"homepage": "https://mathjs.org",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = '10.0.2'
export const version = '10.1.0'
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

0 comments on commit bfa42ec

Please sign in to comment.