mathjs 11.3.1 → 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,5 +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
+
11
+ # 2022-10-25, 11.3.2
12
+
13
+ - Add generics to remaining Node type definitions (#2733). Thanks @mattvague.
14
+ - Allow unit prefixes for (absolute) temperatures `kelvin`, `rankine`,
15
+ `celsius`, and `fahrenheit` (#2824). Thanks @jfeist
16
+
17
+
3
18
  # 2022-10-19, 11.3.1
4
19
 
5
20
  - Fix #2809: code completion issues in some IDE's (#2812).
@@ -7,6 +22,7 @@
7
22
  parameter names (#2819).
8
23
  - Update `decimal.js` to version `10.4.2`.
9
24
 
25
+
10
26
  # 2022-10-11, 11.3.0
11
27
 
12
28
  - Allow creating new subclasses of `Node` in TypeScript (#2772).
@@ -23,6 +39,7 @@
23
39
 
24
40
  - Fix doc generator being broken, not generating a function reference.
25
41
 
42
+
26
43
  # 2022-09-12, 11.2.0
27
44
 
28
45
  - Implement function `isRelationalNode` (#2731). Thanks @isaacbyr.
package/README.md CHANGED
@@ -11,7 +11,7 @@ Math.js is an extensive math library for JavaScript and Node.js. It features a f
11
11
  [![License](https://img.shields.io/github/license/josdejong/mathjs.svg)](https://github.com/josdejong/mathjs/blob/master/LICENSE)
12
12
  [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fjosdejong%2Fmathjs.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fjosdejong%2Fmathjs?ref=badge_shield)
13
13
  [![Codecov](https://codecov.io/gh/josdejong/mathjs/branch/develop/graph/badge.svg)](https://codecov.io/gh/josdejong/mathjs)
14
- [![Foresight Docs](https://api-public.service.runforesight.com/api/v1/badge/test?repoId=13cb22bf-6cd5-4c4b-a9de-46081ac63ffb)](https://docs.runforesight.com/)
14
+ [![Foresight](https://api-public.service.runforesight.com/api/v1/badge/test?repoId=13cb22bf-6cd5-4c4b-a9de-46081ac63ffb)](https://mathjs.app.runforesight.com/)
15
15
  [![Github Sponsor](https://camo.githubusercontent.com/7d9333b097b2f54a8957d126ab82937811489c9b75c3850f609985cf94cd29fe/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2532302d53706f6e736f722532306d652532306f6e2532304769744875622d6f72616e6765)](https://github.com/sponsors/josdejong)
16
16
 
17
17
  ## Sponsors