jos
0cee5764c3
Merge branch 'fix/gulp2' into develop
2018-12-12 11:19:37 +01:00
jos
c856e698f9
Update package-lock.json, restore latest gulpfile changes
2018-12-12 11:12:46 +01:00
jos
10081537bc
Fix linting errors
2018-12-12 10:01:04 +01:00
jos
15a595a1ef
Fix infinite loop in watch task
2018-12-12 09:59:24 +01:00
jos
c1381f02ba
Fix linting errors
2018-12-12 09:36:59 +01:00
jos
d7392615c7
Refactor gulpfile.js to the new way of doing gulp
2018-12-12 09:36:17 +01:00
jos
abc83aad4c
some more gulp fixes
2018-12-10 23:19:24 +01:00
jos
c42485c781
Fix broken gulp scripts
2018-12-10 23:16:20 +01:00
jos
36b8ee6d67
Upgrade babel dependencies
2018-12-10 22:28:12 +01:00
jos
5574f2e27d
Upgrade to gulp 4.0
2018-12-10 22:26:56 +01:00
jos
088f84521c
Publish v5.4.0
v5.4.0
2018-12-09 13:15:33 +01:00
jos
f429bd8774
Updated history
2018-12-09 13:13:41 +01:00
bnlcas
e45c8805b3
Add axis for sum request 1244 ( #1310 )
...
* enable sum function to take an argument of dimension for a matrix fulfilling issue #1244
* added sum along a dimension to the unit test coverage for sum
* added information about sum along a dimension to the markdown
* fixed typo in error message
* made formatting chagnes for linter
* add sum to transformed functions
2018-12-09 13:09:36 +01:00
jos
26d396bccc
Update history
2018-12-06 19:39:51 +01:00
Gold Holk
2032a9d126
Fix object literal enable multiple lines ( #1328 ) ( #1349 )
...
* Allow object literal expression be multiple lines
* Add test for multiple lines object literal
2018-12-06 19:37:57 +01:00
greenkeeper[bot]
0366c439e9
Update webpack to the latest version 🚀 ( #1348 )
...
* chore(package): update webpack to version 4.27.1
* chore(package): update lockfile package-lock.json
2018-12-05 21:16:27 +01:00
jos
4b3561e426
Use math.evaluate everywhere in the unit tests
2018-12-05 12:22:21 +01:00
jos
6835362210
Remove sortFactories which turns out to be slow and redundant :D
2018-12-05 11:50:49 +01:00
jos
1dfeb83ab2
Rename eval to evaluate
2018-12-05 10:58:48 +01:00
jos
74b2694478
Update history
2018-12-05 10:13:20 +01:00
Eric Mansfield
6c03139ac8
Immutable units ( #1344 )
...
* Fixed unit base recognition and formatting for user-defined units
* Removed side effects from Unit.format()
* minor fix
2018-12-05 10:11:52 +01:00
greenkeeper[bot]
9634f5eba4
Update webpack to the latest version 🚀 ( #1347 )
...
* chore(package): update webpack to version 4.27.0
* update lock file
2018-12-04 11:55:03 +00:00
jos
ae1708d89c
Publish v5.3.1
v5.3.1
2018-12-03 19:48:27 +01:00
Eric Mansfield
92c58d92d0
Fix prefix tosi ( #1340 )
...
* Fixed unit base recognition and formatting for user-defined units
* Fixes prefix when calling Unit.toSI
* trailing space
2018-12-03 19:43:43 +01:00
jos
6be67ae5e6
Update karma to v3.1.3
2018-12-02 13:42:13 +01:00
jos
334418a265
Disable node 8 testing for now (too slow)
2018-12-01 11:22:03 +01:00
jos
01a230a996
Add /* #__PURE__ */ everywhere to enable tree-shaking in webpack
2018-12-01 11:21:36 +01:00
jos
638ed7ec83
Publish v5.3.0
v5.3.0
2018-11-29 20:15:40 +01:00
jos
da5bbd84f4
Update history
2018-11-29 20:12:37 +01:00
dkenul
30e1bfc9d2
Fix #1337 : function format precision 0 bug ( #1338 )
2018-11-29 20:08:41 +01:00
jos
b6e80d687a
Refactor ceil.test.js
2018-11-28 16:47:25 +01:00
jos
48df888655
Make all use cases working
2018-11-28 16:45:36 +01:00
jos
df83026182
Turn typed into a factory function (with memoization)
2018-11-28 13:38:57 +01:00
jos
c78c465167
Deprecate Matrix.storage()
2018-11-28 11:35:42 +01:00
jos
c529c14323
Split index file in two, having partials and fully created functions. Memoize created factory functions. Fix setting global epsilon of complex.js
2018-11-28 11:04:37 +01:00
greenkeeper[bot]
c1cceec6ca
Update webpack to the latest version 🚀 ( #1332 )
...
* chore(package): update webpack to version 4.26.1
* chore(package): update lockfile package-lock.json
2018-11-25 22:00:43 +00:00
jos
8c7c0117bb
Remove some redundant unit tests
2018-11-24 22:15:02 +01:00
jos
21ba79957d
Refactored physical constants
2018-11-24 22:07:18 +01:00
jos
d86710e065
Fix lint issue
2018-11-24 21:41:03 +01:00
jos
313f0bca5c
Fix broken unit tests
2018-11-24 21:08:48 +01:00
jos
b92cd833eb
Refactored the constants into factories
2018-11-24 20:59:21 +01:00
jos
c136e9564f
Fix broken unit test
2018-11-24 18:34:30 +01:00
jos
942218f0e1
Refactory typed into a regular factory function without special registrations. Remove most listeners.
2018-11-24 18:19:18 +01:00
jos
c7e0d211b7
All functions use plain object config properties, and use a copy of the config (finalize them)
2018-11-21 21:09:20 +01:00
jos
9750beb841
Cleanup redundant local variables
2018-11-21 18:18:10 +01:00
jos
19275e5eaa
Moved all toTex properties to latex util file
2018-11-21 18:08:21 +01:00
jos
f8062e4938
Don't export a default math from main index
2018-11-21 16:57:35 +01:00
jos
5597c5655d
Remove dependency on math from simplify
2018-11-21 15:42:56 +01:00
jos
2630129c72
Fix linting issues
2018-11-20 21:24:59 +01:00
jos
6baf6f09e1
Fix #1326 : non-ascii character in print.js
2018-11-20 21:15:05 +01:00