4118 Commits

Author SHA1 Message Date
greenkeeper[bot]
fc843a6bf8 Update babel7 to the latest version 🚀 (#1686)
* chore(package): update @babel/core to version 7.7.5

* chore(package): update @babel/preset-env to version 7.7.5

* chore(package): update lockfile package-lock.json
2019-12-08 11:31:57 +01:00
greenkeeper[bot]
f7bab773ea Update uglify-js to the latest version 🚀 (#1684)
* chore(package): update uglify-js to version 3.7.1

* chore(package): update lockfile package-lock.json
2019-11-30 09:44:02 +00:00
greenkeeper[bot]
70c27bdccc Update uglify-js to the latest version 🚀 (#1682)
* chore(package): update uglify-js to version 3.7.0

* chore(package): update lockfile package-lock.json
2019-11-25 20:29:47 +01:00
greenkeeper[bot]
7cfebe031d Update babel7 to the latest version 🚀 (#1680)
* chore(package): update @babel/core to version 7.7.4

* chore(package): update @babel/plugin-transform-object-assign to version 7.7.4

* chore(package): update @babel/preset-env to version 7.7.4

* chore(package): update @babel/register to version 7.7.4

* chore(package): update lockfile package-lock.json
2019-11-24 10:11:49 +01:00
jos
2c24d72562 Publish v6.2.5 v6.2.5 2019-11-20 12:43:20 +01:00
jos
b9175a1a29 Fixed IndexNode using a hardcoded, one-based implementation of index. See #782 2019-11-20 12:23:06 +01:00
jos
ebe38b23b0 Publish v6.2.4 v6.2.4 2019-11-20 08:54:31 +01:00
greenkeeper[bot]
31e38fab6d Update handlebars to the latest version 🚀 (#1677)
* chore(package): update handlebars to version 4.5.3

* chore(package): update lockfile package-lock.json
2019-11-19 09:56:57 +01:00
Harry Sarson
462f46947f fix qr and sign edge cases (#1670)
* fix qr and sign edge cases

qr() was throwing an error if the pivots of a matrix were zero.
This commit fixes that and ensures that the results are consistant
with wolfram alpha.

Whilst doing this I found a bug in complex.js, I have added a work
around but we should flag this upstream.

I also addressed the long standing concerns about assert statements
within the body of the qr function.

Fixes #1669
Fixes #942

* further improvements to qr and sign

mainly fixing things I got wrong in previous commit

* add array test

* fix: remove only from tests and disallow

Uses mochas `--forbid-only` flag as advised by
https://github.com/standard/standard/issues/988
2019-11-18 20:03:09 +01:00
greenkeeper[bot]
39715043c2 Update handlebars to the latest version 🚀 (#1674)
* chore(package): update handlebars to version 4.5.2

* chore(package): update lockfile package-lock.json
2019-11-14 19:37:10 +01:00
greenkeeper[bot]
cb62a237ab Update uglify-js to the latest version 🚀 (#1671)
* chore(package): update uglify-js to version 3.6.9

* chore(package): update lockfile package-lock.json
2019-11-13 17:16:39 +01:00
jos
0e44e1d5f4 Update devDependencies 2019-11-10 20:40:25 +01:00
jos
edf03cd8e3 Update devDependencies 2019-11-06 20:40:42 +01:00
jos
3758ca024b Update devDependencies 2019-11-02 14:13:27 +01:00
jos
8921ff62f1 Add github sponsors configuration 2019-10-30 10:56:33 +01:00
greenkeeper[bot]
8499faa415 Update handlebars to the latest version 🚀 (#1660)
* chore(package): update handlebars to version 4.5.0

* chore(package): update lockfile package-lock.json
2019-10-28 22:05:11 +01:00
greenkeeper[bot]
1a45a14027 Update uglify-js to the latest version 🚀 (#1658)
* chore(package): update uglify-js to version 3.6.4

* chore(package): update lockfile package-lock.json
2019-10-26 19:11:21 +02:00
jos
be9b878f0a Updated devDependencies 2019-10-22 20:19:01 +02:00
greenkeeper[bot]
a6bddc0e1d Update karma to the latest version 🚀 (#1652)
* chore(package): update karma to version 4.4.0

* chore(package): update lockfile package-lock.json
2019-10-17 19:51:35 +02:00
jos
9d281d1ff3 Update devDependencies 2019-10-15 22:22:41 +02:00
jos
43427423b7 Update devDependencies 2019-10-12 11:20:32 +02:00
greenkeeper[bot]
15d279f52e Update uglify-js to the latest version 🚀 (#1646)
* chore(package): update uglify-js to version 3.6.1

* chore(package): update lockfile package-lock.json
2019-10-10 09:22:40 +01:00
jos
d62b30efb2 Publish v6.2.3 v6.2.3 2019-10-06 10:49:33 +02:00
jos
48449ae93e Update history and contributor list 2019-10-06 10:42:54 +02:00
jos
3526f651bf Add small benchmark for primes (see #1641) 2019-10-06 10:41:37 +02:00
Arthur Guiot
34b676a1cc Improved performances for isPrime (#1641)
* Improved performances for isPrime

The prime test performance have been improved compared to previous version.

* Fixed build

* Fixed build for isPrime

* Removed extra semicolons to fix lint
2019-10-06 10:40:48 +02:00
greenkeeper[bot]
1e0689c9e8 Update handlebars to the latest version 🚀 (#1642)
* chore(package): update handlebars to version 4.4.1

* chore(package): update lockfile package-lock.json
2019-10-05 22:02:37 +02:00
jos
8500aa948d Update history 2019-10-03 20:31:31 +02:00
Clinton Curry
69dd165afb Allow taking means of quantities with units. (#1644)
* Allow taking means of quantities with units.

* Fix silly error in test.

The test as written did not test anything about units.

* Fix same error again...
2019-10-03 20:28:25 +02:00
jos
2713431b84 Fixed #1639: function min listed twice in the "See also" section of the embedded docs of function std 2019-10-01 21:56:01 +02:00
jos
88141c73ec Update dev-dependencies 2019-09-29 16:02:45 +02:00
greenkeeper[bot]
a15c9dfcb0 Update webpack to the latest version 🚀 (#1632)
* chore(package): update webpack to version 4.41.0

* chore(package): update lockfile package-lock.json
2019-09-29 08:55:08 +01:00
jos
c08132fe6b Publish v6.2.2 v6.2.2 2019-09-23 20:32:01 +02:00
jos
7b1cd7753e Fixed #1628: Cannot call methods on empty strings or numbers with value 0 2019-09-23 20:23:39 +02:00
jos
7ba6a7f4c2 Update history and contributor list 2019-09-21 15:38:26 +02:00
Tanmay
4c5aa0d23e toHTML() method example corrected. (#1627) 2019-09-21 14:56:10 +02:00
greenkeeper[bot]
0209d3fa1e Update codecov to the latest version 🚀 (#1625)
* chore(package): update codecov to version 3.6.1

* chore(package): update lockfile package-lock.json
2019-09-20 23:26:47 +01:00
greenkeeper[bot]
80dd993adb Update handlebars to the latest version 🚀 (#1626)
* chore(package): update handlebars to version 4.2.1

* chore(package): update lockfile package-lock.json
2019-09-20 22:46:18 +02:00
jos
b39532a3f8 Update history 2019-09-20 20:13:16 +02:00
Rian McGuire
a8d94cbbeb Copy IndexNode dotNotation property in map and clone methods (#1623)
* Copy dotNotation in IndexNode.prototype.map

* Copy dotNotation in IndexNode.prototype.clone
2019-09-20 20:11:18 +02:00
greenkeeper[bot]
e17d77ece0 Update codecov to the latest version 🚀 (#1624)
* chore(package): update codecov to version 3.6.0

* chore(package): update lockfile package-lock.json
2019-09-20 10:41:18 +01:00
greenkeeper[bot]
c267809a67 Update standard to the latest version 🚀 (#1621)
* chore(package): update standard to version 14.3.1

* chore(package): update lockfile package-lock.json
2019-09-18 21:50:25 +02:00
Harry Sarson
e93ac30f21 Greenkeeper/expr eval 2.0.1 (#1619)
* chore(package): update expr-eval to version 2.0.1

Closes #1613

* chore(package): update lockfile package-lock.json

* update lockfile
2019-09-16 19:52:18 +02:00
greenkeeper[bot]
d8f81fb99c Update standard to the latest version 🚀 (#1618)
* chore(package): update standard to version 14.3.0

* chore(package): update lockfile package-lock.json
2019-09-15 08:42:59 +02:00
greenkeeper[bot]
d5dffc9179 Update webpack to the latest version 🚀 (#1617)
* chore(package): update webpack to version 4.40.0

* chore(package): update lockfile package-lock.json
2019-09-14 14:26:34 +02:00
greenkeeper[bot]
9a56f7090c Update standard to the latest version 🚀 (#1616)
* chore(package): update standard to version 14.2.0

* chore(package): update lockfile package-lock.json
2019-09-11 21:59:32 +02:00
greenkeeper[bot]
cec646d010 Update expr-eval to the latest version 🚀 (#1613)
* chore(package): update expr-eval to version 2.0.0

* chore(package): update lockfile package-lock.json
2019-09-11 11:00:40 +02:00
jos
c30525a3dd Merge remote-tracking branch 'origin/develop' into develop 2019-09-11 10:11:05 +02:00
jos
a4f84512cd Fixed #1615: error in the docs of isNumeric 2019-09-11 10:10:46 +02:00
greenkeeper[bot]
6eb2a07a42 Update babel7 to the latest version 🚀 (#1611)
* chore(package): update @babel/core to version 7.6.0

* chore(package): update @babel/preset-env to version 7.6.0

* chore(package): update @babel/register to version 7.6.0

* chore(package): update lockfile package-lock.json
2019-09-07 14:01:12 +02:00