mathjs 12.2.1 → 12.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,6 +1,14 @@
1
1
  # History
2
2
 
3
3
 
4
+ # 2024-01-12, 12.3.0
5
+
6
+ - Implement support new metric prefixes: `ronna` (`R`), `quetta` (`Q`),
7
+ `ronto` (`r`), and `quecto` (`q`) (#3113, #3112). Thanks @AlexEdgcomb.
8
+ - Fix a bug converting a unitless unit (#3117). Thanks @costerwi.
9
+ - Fix: #3097 `toSI()` wrongly converting `degC` (#3118). Thanks @costerwi.
10
+
11
+
4
12
  # 2023-12-20, 12.2.1
5
13
 
6
14
  - Fix #3109: method `Node.toHTML` not accepting a custom `handler`.
package/NOTICE CHANGED
@@ -1,7 +1,7 @@
1
1
  math.js
2
2
  https://github.com/josdejong/mathjs
3
3
 
4
- Copyright (C) 2013-2023 Jos de Jong <wjosdejong@gmail.com>
4
+ Copyright (C) 2013-2024 Jos de Jong <wjosdejong@gmail.com>
5
5
 
6
6
  Licensed under the Apache License, Version 2.0 (the "License");
7
7
  you may not use this file except in compliance with the License.
package/README.md CHANGED
@@ -7,11 +7,12 @@ Math.js is an extensive math library for JavaScript and Node.js. It features a f
7
7
  [![Version](https://img.shields.io/npm/v/mathjs.svg)](https://www.npmjs.com/package/mathjs)
8
8
  [![Downloads](https://img.shields.io/npm/dm/mathjs.svg)](https://www.npmjs.com/package/mathjs)
9
9
  [![Build Status](https://github.com/josdejong/mathjs/workflows/Node.js%20CI/badge.svg)](https://github.com/josdejong/mathjs/actions)
10
- [![Maintenance](https://img.shields.io/maintenance/yes/2023.svg)](https://github.com/josdejong/mathjs/graphs/commit-activity)
10
+ [![Maintenance](https://img.shields.io/maintenance/yes/2024.svg)](https://github.com/josdejong/mathjs/graphs/commit-activity)
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
- [![Github Sponsor](https://camo.githubusercontent.com/7d9333b097b2f54a8957d126ab82937811489c9b75c3850f609985cf94cd29fe/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2532302d53706f6e736f722532306d652532306f6e2532304769744875622d6f72616e6765)](https://github.com/sponsors/josdejong)
14
+ [![Github Sponsor](https://img.shields.io/github/sponsors/josdejong
15
+ )](https://github.com/sponsors/josdejong)
15
16
 
16
17
  ## Features
17
18
 
@@ -194,7 +195,7 @@ Thanks Github Actions and BrowserStack for the generous free hosting of this ope
194
195
 
195
196
  ## License
196
197
 
197
- Copyright (C) 2013-2023 Jos de Jong <wjosdejong@gmail.com>
198
+ Copyright (C) 2013-2024 Jos de Jong <wjosdejong@gmail.com>
198
199
 
199
200
  Licensed under the Apache License, Version 2.0 (the "License");
200
201
  you may not use this file except in compliance with the License.
package/bin/cli.js CHANGED
@@ -30,7 +30,7 @@
30
30
  * cat script.txt | mathjs > results.txt Run input stream, output to file
31
31
  *
32
32
  * @license
33
- * Copyright (C) 2013-2023 Jos de Jong <wjosdejong@gmail.com>
33
+ * Copyright (C) 2013-2024 Jos de Jong <wjosdejong@gmail.com>
34
34
  *
35
35
  * Licensed under the Apache License, Version 2.0 (the "License"); you may not
36
36
  * use this file except in compliance with the License. You may obtain a copy