mathjs 11.4.0 → 11.5.0

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # History
2
2
 
3
+ # 2022-12-05, 11.5.0
4
+
5
+ - Improve `simplify` rule matches in non-commutative contexts (#2841).
6
+ Thanks @samueltlg.
7
+ - Simplify: add rules and restructure tests for non-commutative contexts
8
+ (#2847). Thanks @samueltlg.
9
+ - Fix function `reshape` mutating the input in case of a matrix (see #2854).
10
+ - Fix TypeScript types for `multiply()` with `number[]` and `number[][]`
11
+ (#2852). Thanks @hfhchan.
12
+
13
+
3
14
  # 2022-11-18, 11.4.0
4
15
 
5
16
  - Implemented more wildcards to describe rules for `simplify`, making it easier