Skip to content

Commit 3be5a74

Browse files
committed
chore: publish v14.2.0
1 parent 127ea62 commit 3be5a74

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,6 @@ Emmanuel Ferdman <[email protected]>
260260
Paul Korzhyk <[email protected]>
261261
262262
263+
263264

264265
# Generated by tools/update-authors.js

HISTORY.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# History
22

3+
# 2024-01-30, 14.2.0
4+
5+
- Feat: #3041, #3340 rename `apply` to `mapSlices` (#3357). Function
6+
`apply` is still available but is now marked deprecated. Thanks @gwhitney.
7+
- Fix: #3247 don't override type-native floor/ceil within tolerance of value
8+
(#3369). Thanks @gwhitney.
9+
- Fix: #3360 add bigint support to matrix indices and ranges (#3361).
10+
Thanks @gwhitney.
11+
- Fix: #3115 type definitions for matrixFrom* (#3371). Thanks @Hudsxn
12+
and @gwhitney.
13+
314
# 2025-01-24, 14.1.0
415

516
- Feat: implement `bigint` support in functions `log`, `log2`, `log10`,

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjs",
3-
"version": "14.1.0",
3+
"version": "14.2.0",
44
"description": "Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with different data types like numbers, big numbers, complex numbers, fractions, units, and matrices.",
55
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",
66
"homepage": "https://mathjs.org",

src/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const version = '14.1.0'
1+
export const version = '14.2.0'
22
// Note: This file is automatically generated when building math.js.
33
// Changes made in this file will be overwritten.

0 commit comments

Comments
 (0)