mathjs 5.0.3 → 5.0.4

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of mathjs might be problematic. Click here for more details.

package/HISTORY.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # History
2
2
 
3
3
 
4
+ ## 2018-07-22, version 5.0.4
5
+
6
+ - Strongly improved the performance of functions `factorial` for numbers.
7
+ This improves performance of functions `gamma`, `permutation`, and
8
+ `combination` too. See #1170. Thanks @honeybar.
9
+ - Strongly improved the performance of function `reshape`, thanks to a
10
+ friend of @honeybar.
11
+
12
+
4
13
  ## 2018-07-14, version 5.0.3
5
14
 
6
15
  - Fixed many functions (for example `add` and `subtract`) not working
package/README.md CHANGED
@@ -7,7 +7,8 @@ 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://img.shields.io/travis/josdejong/mathjs.svg)](https://travis-ci.org/josdejong/mathjs)
10
- ![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)
10
+ [![Greenkeeper badge](https://badges.greenkeeper.io/josdejong/mathjs.svg)](https://greenkeeper.io/)
11
+ [![Maintenance](https://img.shields.io/maintenance/yes/2018.svg)]()
11
12
  [![License](https://img.shields.io/github/license/josdejong/mathjs.svg)](https://github.com/josdejong/mathjs/blob/master/LICENSE)
12
13
  [![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
14
  [![Slack](https://slack.bri.im/badge.svg)](https://slack.bri.im)