mathjs 11.3.2 → 11.3.3

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,11 +1,20 @@
1
1
  # History
2
2
 
3
+ # 2022-11-07, 11.3.3
4
+
5
+ - Fix #2830: Prevent inserting zero values when creating a `SparseMatrix` from a
6
+ `DenseMatrix` (#2836). Thanks @AlexandreAlvesDB.
7
+ - Fix #2835: a regression in the type definitions of `FunctionNode`, introduced
8
+ in `v11.3.2`. See #2733. Thanks @dsteve.
9
+
10
+
3
11
  # 2022-10-25, 11.3.2
4
12
 
5
13
  - Add generics to remaining Node type definitions (#2733). Thanks @mattvague.
6
14
  - Allow unit prefixes for (absolute) temperatures `kelvin`, `rankine`,
7
15
  `celsius`, and `fahrenheit` (#2824). Thanks @jfeist
8
16
 
17
+
9
18
  # 2022-10-19, 11.3.1
10
19
 
11
20
  - Fix #2809: code completion issues in some IDE's (#2812).
@@ -13,6 +22,7 @@
13
22
  parameter names (#2819).
14
23
  - Update `decimal.js` to version `10.4.2`.
15
24
 
25
+
16
26
  # 2022-10-11, 11.3.0
17
27
 
18
28
  - Allow creating new subclasses of `Node` in TypeScript (#2772).
@@ -29,6 +39,7 @@
29
39
 
30
40
  - Fix doc generator being broken, not generating a function reference.
31
41
 
42
+
32
43
  # 2022-09-12, 11.2.0
33
44
 
34
45
  - Implement function `isRelationalNode` (#2731). Thanks @isaacbyr.