19 Commits

Author SHA1 Message Date
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
jos
6301801145 Add benchmark to test numeric matrices vs generic matrices 2018-07-08 20:54:10 +02:00
jos
e844004cbf Removed redundant escape characters 2018-06-13 21:15:10 +02:00
jos
0583771e4e Cleanup unused variables and imports 2018-06-13 17:25:51 +02:00
jos
b3b96749bf Refactored var into const/let, and removed a lot of semicolons 2018-06-13 12:21:14 +02:00
jos
934ea83df7 Fixed linting issues "Expected consistent spacing" 2018-06-12 21:38:11 +02:00
jos
c2777c856b Fixed linting issues "Unexpected template string expression" 2018-06-12 21:18:45 +02:00
jos
024b2a9e26 Fix most lint errors using npx standard --fix 2018-06-10 20:28:27 +02:00
jos
d5d4e40e59 Reorder tests 2018-02-17 20:51:58 +01:00
jos
35922db5be Added a comment 2018-01-27 16:53:41 +01:00
jos
8b5396baad Removed the old expression compiler (which uses eval) 2018-01-23 09:19:11 +01:00
jos
1192bb6bbc Implemented compile without eval (see #1019) 2018-01-21 18:13:27 +01:00
jos
11850897de Updated benchmarks 2017-08-20 20:30:56 +02:00
jos
26cb625e51 Added python benchmarks plus some updates 2017-08-20 20:03:26 +02:00
jos
e05cd0b785 Print expression in benchmark 2017-07-31 20:47:53 +02:00
jos
ced9b3aa72 Updated labels of benchmark tests 2017-06-05 12:19:42 +02:00
jos
f26ecb8afb Added a few simple benchmarks for simplify and derivative 2017-06-05 12:14:27 +02:00
jos
fb8a4e0a0e Created some benchmarks for the expression parser 2017-06-05 11:53:15 +02:00
jos
3a09e54134 Added benchmark code 2017-05-01 21:07:36 +02:00