Skip to content

Commit

Permalink
Publish v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Apr 8, 2019
1 parent 87b9a3d commit de3585d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# History


# not yet released, version 5.9.0
# 2018-04-08, version 5.9.0

This comment has been minimized.

Copy link
@hanguokai

hanguokai Apr 8, 2019

Contributor

Wrong year again. It is 2019 now. 😄
I don't send PR again. You can quick fix it.

This comment has been minimized.

Copy link
@josdejong

josdejong Apr 8, 2019

Author Owner

Argh! I did it again!!

This comment has been minimized.

Copy link
@josdejong

josdejong Apr 8, 2019

Author Owner

This comment has been minimized.

Copy link
@josdejong

josdejong Apr 8, 2019

Author Owner

I'm almost inclined to write some unit test for this ;)


- Implemented functions `row` and `column` (see #1413). Thanks @SzechuanSage.
- Fixed #1459: `engineering` notation of function `format` not available
for `BigNumber`.
- Fixed #1465: `node.toHTML()` not correct for unary operators like
`factorial`.


# 2019-03-20, version 5.8.0

- Implemented new function `apply`. Thanks @bnlcas.
Expand Down
2 changes: 1 addition & 1 deletion 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": "5.8.0",
"version": "5.9.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)",
"contributors": [
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 @@
module.exports = '5.8.0'
module.exports = '5.9.0'
// Note: This file is automatically generated when building math.js.
// Changes made in this file will be overwritten.

0 comments on commit de3585d

Please sign in to comment.