Skip to content

Commit a2858e2

Browse files
committed
Publish v7.5.0
1 parent a72deb3 commit a2858e2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

HISTORY.md

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

3-
# not yet published, version 7.5.0
3+
# 2020-10-07, version 7.5.0
44

5-
- Fixed #1974: function `pickRandom` now allows randomly picking elements
6-
from matrices with 2 or more dimensions instead of only from a vector.
5+
- Function `pickRandom` now allows randomly picking elements from matrices
6+
with 2 or more dimensions instead of only from a vector, see #1974.
77
Thanks @KonradLinkowski.
88

99

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "7.4.0",
3+
"version": "7.5.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 = '7.4.0'
1+
export const version = '7.5.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)