mathjs 10.4.0 → 10.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/HISTORY.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # History
2
2
 
3
+ # 2022-03-23, version 10.4.1
4
+
5
+ - Improve TypeScript definitions for function `unit` (#2479).
6
+ Thanks @SinanAkkoyun.
7
+ - Add tests for type declarations (#2448). Thanks @samestep.
8
+ - Further improvement to TypeScript definitions of `std` and `variance`
9
+ (make dimension parameter optional, #2474). Thanks @NattapongSiri.
10
+ - Next step (as per #2431) for full publication of "is" functions like
11
+ `isMatrix` etc: Provide TypeScript definitions of "is" functions and
12
+ make them type guards. (#2432). Thanks @ChristopherChudzicki.
13
+ - Fix #2491: Multi line object expressions don't work with comments (#2492).
14
+ Thanks @gwhitney.
15
+ - Fix #2478: a bug in calculating the eigenvectors when dealing with complex
16
+ numbers (#2496). Thanks @gwhitney.
17
+ - Update project dependencies and devDependencies.
18
+
19
+
3
20
  # 2022-03-07, version 10.4.0
4
21
 
5
22
  - Fix #2461: make sure `simplifyCore` recurses over all binary nodes (#2462).