497 Commits

Author SHA1 Message Date
Harry Sarson
74ff86fd4b Store uncompressed matricies and drop dev dep on tar and on q. (#1316)
git handles compression for us so compressing the matricies we use to test
is unnessessary. Additionally, handling the compression made the
code significantly more complex and required pulling in extra packages
from npm.

This commit updates the matrix market code to use uncompressed files.
I have also replaced use of the promise libary 'q' with built in
promises.
2018-11-10 11:40:28 +01:00
jos
2fd6cbd568 Converted matrix classes. Fixes in dependency resolving/ordering. 2018-11-07 12:38:00 +01:00
jos
ee4442b17a Allow importing nested dependencies 2018-11-06 10:28:34 +01:00
jos
216c1cd480 Publish v5.2.3 2018-10-30 20:21:16 +01:00
greenkeeper[bot]
c81f0ea7fc Update escape-latex to the latest version 🚀 (#1297)
* fix(package): update escape-latex to version 1.2.0

* chore(package): update lockfile package-lock.json
2018-10-29 21:09:47 +01:00
greenkeeper[bot]
47a291aa62 Update webpack to the latest version 🚀 (#1292)
* chore(package): update webpack to version 4.23.1

* chore(package): update lockfile package-lock.json
2018-10-25 11:49:43 +02:00
greenkeeper[bot]
4604da9ad1 Update webpack to the latest version 🚀 (#1291)
* chore(package): update webpack to version 4.23.0

* chore(package): update lockfile package-lock.json
2018-10-24 20:29:56 +02:00
jos
17a92043f3 Merge remote-tracking branch 'origin/develop' into develop 2018-10-23 21:57:59 +02:00
jos
4d8cc3f895 Publish v5.2.2 2018-10-23 21:57:42 +02:00
greenkeeper[bot]
7f37e08aa5 Update karma to the latest version 🚀 (#1289)
* chore(package): update karma to version 3.1.1

* chore(package): update lockfile package-lock.json
2018-10-23 21:49:56 +02:00
greenkeeper[bot]
53da1b2b2a Update karma to the latest version 🚀 (#1285)
* chore(package): update karma to version 3.1.0

* chore(package): update lockfile package-lock.json
2018-10-22 19:49:59 +02:00
greenkeeper[bot]
90ae10e6ec Update webpack to the latest version 🚀 (#1284)
* chore(package): update webpack to version 4.22.0

* chore(package): update lockfile package-lock.json
2018-10-21 16:15:58 +01:00
jos
bf3e184e24 Release v5.2.1 2018-10-18 20:14:24 +02:00
jos
a715786690 Release v5.2.0 2018-10-05 21:25:21 +02:00
greenkeeper[bot]
a6a647de8f Update babel-loader to the latest version 🚀 (#1265)
* chore(package): update babel-loader to version 8.0.4

* Update package-lock.json
2018-09-29 10:56:23 +02:00
greenkeeper[bot]
346f4eb4ec Update babel7 to the latest version 🚀 (#1266)
* chore(package): update @babel/core to version 7.1.1

* chore(package): update lockfile package-lock.json
2018-09-29 10:35:44 +02:00
greenkeeper[bot]
43068fffd6 Update babel-loader to the latest version 🚀 (#1264)
* chore(package): update babel-loader to version 8.0.3

* Update package-lock.json
2018-09-27 20:18:09 +02:00
greenkeeper[bot]
94c93a5e96 Update webpack to the latest version 🚀 (#1263)
* chore(package): update webpack to version 4.20.2

* chore(package): update lockfile package-lock.json
2018-09-26 07:19:24 +02:00
greenkeeper[bot]
d0d3314cd8 Update webpack to the latest version 🚀 (#1261)
* chore(package): update webpack to version 4.20.0

* chore(package): update lockfile package-lock.json
2018-09-25 19:48:29 +02:00
greenkeeper[bot]
e28b22ba2b Update babel7 to the latest version 🚀 (#1254)
* chore(package): update @babel/core to version 7.1.0

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

* chore(package): update lockfile package-lock.json
2018-09-18 17:29:56 +01:00
greenkeeper[bot]
f3f86404e1 Update webpack to the latest version 🚀 (#1256)
* chore(package): update webpack to version 4.19.1

* chore(package): update lockfile package-lock.json
2018-09-18 17:09:57 +01:00
greenkeeper[bot]
dcde31b22a Update karma-webpack to the latest version 🚀 (#1250)
* chore(package): update karma-webpack to version 3.0.5

* chore(package): update lockfile package-lock.json
2018-09-14 17:25:47 +02:00
greenkeeper[bot]
69821ea975 chore(package): update webpack to version 4.19.0 2018-09-14 10:10:54 +01:00
greenkeeper[bot]
97965cee31 chore(package): update webpack to version 4.18.1 2018-09-13 16:34:16 +01:00
greenkeeper[bot]
b9cbe9f543 Update babel7 to the latest version 🚀 (#1243)
* chore(package): update @babel/core to version 7.0.1

* chore(package): update lockfile
2018-09-12 08:29:50 +02:00
greenkeeper[bot]
fcafc2bb6a chore(package): update webpack to version 4.17.3 (#1241) 2018-09-11 19:48:48 +02:00
jos
8cab3f2bb0 Release v5.1.2 2018-09-09 13:52:51 +02:00
jos
53d7b42e27 Upgrade more dependencies 2018-09-08 19:41:29 +02:00
Harry Sarson
5750a18454 Upgrade to babel 7 (#1234) 2018-09-08 19:34:18 +02:00
greenkeeper[bot]
c5971b371a Update standard to the latest version 🚀 (#1226)
* chore(package): update standard to version 12.0.0

* update to new lint version with --fix

I believe this mainly adds whitespace to `{}`'s.

* Replace assert.equal with assert.strictEqual

This breaks a lot of tests which I will endevour to fix in the next
commits.

* Fix most errors due to assert.strictEquals

Some instances of `strictEquals` are replaced by `deepEquals`.
`toString` has been used to make some string comparisions explicit.
Tests will still fail untill #1236 and #1237 are fixed.

* Fix assertion erros due to -0

With node 10, assert.strictEqual no longer considers `0 === -0`.
I missed these first time round as I was using node 8.

* Put toString correct side of bracket

I was converting the constructor to a string rather
than the result of the computation. Oops.

* Fixed #1236: quantileSeq has inconsistant return

* Update package-lock

* Fixed #1237: norm sometimes returning a complex number instead of number

* Fix cli tests

* More changes for standardjs, and fixes in unit tests
2018-09-08 16:33:58 +02:00
greenkeeper[bot]
dec78c5c2c chore(package): update uglify-js to version 3.4.9 (#1229) 2018-09-08 14:54:28 +02:00
greenkeeper[bot]
28c8e36d3b chore(package): update webpack to version 4.17.2 (#1235) 2018-09-04 20:19:27 +02:00
jos
3273697bfe Updated history 2018-09-03 20:23:58 +02:00
Harry Sarson
ef55b96df1 fix: mathjs requires node 6 (#1233) 2018-09-03 20:16:01 +02:00
greenkeeper[bot]
785f3ee8ff chore(package): update glob to version 7.1.3 2018-08-27 19:37:14 +02:00
greenkeeper[bot]
492d461091 chore(package): update uglify-js to version 3.4.8 (#1221) 2018-08-25 13:01:36 +02:00
greenkeeper[bot]
4ea24518c7 chore(package): update webpack to version 4.17.1 2018-08-22 14:07:37 +02:00
jos
0ed6a25165 Release v5.1.1 2018-08-21 21:41:56 +02:00
greenkeeper[bot]
cd95a79568 chore(package): update webpack to version 4.17.0 (#1216) 2018-08-21 19:48:43 +02:00
greenkeeper[bot]
9b5752b394 fix(package): update escape-latex to version 1.1.1 (#1215) 2018-08-21 19:48:08 +02:00
jos
9b2d2d4611 Release v5.1.0 2018-08-12 21:35:20 +02:00
Jason Shin
c4662ab3bb Implemented function getMatrixDataType (#1172)
* getMatrixDataType implemented

* implementing the last feedback ;)

* refactor

* hiding getArrayDataType from public API
2018-08-12 18:23:04 +02:00
Jos de Jong
f910c19171
Merge pull request #1205 from josdejong/greenkeeper/uglify-js-3.4.7
Update uglify-js to the latest version 🚀
2018-08-12 13:56:30 +02:00
Jos de Jong
80c5f67cc3
Merge pull request #1204 from josdejong/greenkeeper/karma-3.0.0
Update karma to the latest version 🚀
2018-08-12 13:27:28 +02:00
greenkeeper[bot]
fc3211068a chore(package): update webpack to version 4.16.5 (#1203) 2018-08-12 13:26:45 +02:00
greenkeeper[bot]
abbcceff6d chore(package): update uglify-js to version 3.4.7 2018-08-09 22:06:26 +00:00
greenkeeper[bot]
6baf042d2c chore(package): update karma to version 3.0.0 2018-08-09 20:57:38 +00:00
greenkeeper[bot]
8a3abd51e6 chore(package): update webpack to version 4.16.4 (#1201) 2018-08-02 19:46:36 +02:00
Jos de Jong
e66b80d969
chore(package): update tar to version 4.4.6 (#1200)
Closes #1198
2018-08-02 10:48:59 +02:00
greenkeeper[bot]
fcdf428008 chore(package): update karma to version 2.0.5 2018-07-30 10:09:53 +01:00