Skip to content

Commit

Permalink
chore: publish v11.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Aug 23, 2023
1 parent a21d46e commit c4926ce
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 63 deletions.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -229,5 +229,7 @@ Michael Greminger <michael.greminger@gmail.com>
Kiku <kiku-cn@foxmail.com>
MaybePixem <47889538+MaybePixem@users.noreply.github.com>
Aly Khaled <alykhaled2001@live.com>
BuildTools <anikpatel1322@gmail.com>
Anik Patel <74193405+Bobingstern@users.noreply.github.com>

# Generated by tools/update-authors.js
7 changes: 4 additions & 3 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# History

# unpublished changes since 11.9.1
# 2023-08-23, 11.10.0

- Extend function `quantileSeq` with support for a `dimension` (#3002).
Thanks @dvd101x.
- Implement #2735: Support indexing with an array of booleans (#2994),
for example `a[[true, false, true]]` and `a[a > 2]`. Thanks @dvd101x.
- Implement #2735: Support indexing with an array of booleans, for
example `a[[true, false, true]]` and `a[a > 2]` (#2994). Thanks @dvd101x.
- Implement function `zeta` (#2950, #2975, #2904). Thanks @Bobingstern.
- Fix #2990: `DenseMatrix` can mutate input arrays (#2991).


Expand Down
116 changes: 58 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathjs",
"version": "11.9.1",
"version": "11.10.0",
"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.",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
"homepage": "https://mathjs.org",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const version = '11.9.1'
export const version = '11.10.0'
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

0 comments on commit c4926ce

Please sign in to comment.