Eric Mansfield
aa68442238
Bignumber formatter fix ( #1387 )
...
* Fixed unit base recognition and formatting for user-defined units
* Fix for high precision bignumber formatting
2019-01-21 21:14:29 +01:00
jos
144343edce
Merge branch 'develop' of github.com:josdejong/mathjs into develop
2019-01-16 15:08:24 +01:00
jos
da0251405d
Updated history
2019-01-16 15:08:21 +01:00
Rian McGuire
00d6101da3
Fix incorrect LaTeX output of RelationalNodes ( #1383 )
...
The parameters were being output using toString(), rather than toTex().
2019-01-16 15:03:07 +01:00
jos
1031da4180
Update package-lock.json
2019-01-16 12:39:45 +01:00
jos
8ab0dbe031
Fill math and mathWithTransform
2019-01-16 12:39:25 +01:00
jos
860555a0d8
Fix math.simplify('add(2, 3)') throwing an error
2019-01-16 10:33:46 +01:00
jos
e2ad8c80a8
Move everything depending on math and mathWithTransform down
2019-01-16 10:26:51 +01:00
jos
078f1dd69f
Renamed methods .eval to .evaluate, updated all docs and examples accordingly
2019-01-16 10:11:32 +01:00
jos
90cc28a004
Testing for changed config again
2019-01-16 09:19:50 +01:00
jos
06c1704a5c
Update package-lock.json
2019-01-14 21:16:54 +01:00
jos
e36cb13c25
Implement util function warnOnce which is used for deprecated functionality
2019-01-14 21:16:44 +01:00
jos
ec0f9bd715
Publish v5.4.1
v5.4.1
2019-01-10 22:07:03 +01:00
greenkeeper[bot]
a7e79a2a21
Update webpack to the latest version 🚀 ( #1381 )
...
* chore(package): update webpack to version 4.28.4
* chore(package): update lockfile package-lock.json
2019-01-10 21:17:12 +01:00
Maximilian
6c661f609f
Update min.js
...
change maximum to minimum
2019-01-10 12:26:15 +00:00
jos
9f3ec22ec8
Get bundles, bin, cli, and all travis tests working again 🎉
2019-01-09 11:36:03 +01:00
jos
05e6cfec7f
Doc generation working again. Renamed variance and evaluate occurrences in the docs.
2019-01-09 11:21:43 +01:00
jos
5eb024742e
Export physical constants in mainFull.js
2019-01-09 09:58:34 +01:00
jos
4536770e2d
Update contributors list
2019-01-08 20:28:13 +01:00
jos
0721626422
Fix #1378 : negative bignumbers not formatted correctly
2019-01-08 20:27:59 +01:00
Albert Emil
87aaff6fd1
Fixed small typo in typed.md ( #1375 )
...
* Update typed.md
Change a minor typo in the parameters table (description for `signatures`).
* Update typed.js
2019-01-08 20:19:39 +01:00
greenkeeper[bot]
c66a58a2aa
Update karma-browserstack-launcher to the latest version 🚀 ( #1377 )
...
* chore(package): update karma-browserstack-launcher to version 1.4.0
* chore(package): update lockfile package-lock.json
2019-01-07 20:34:49 +01:00
jos
1fa684c4dc
Update use cases
2019-01-05 22:11:50 +01:00
jos
e178f3fbd8
Remove the need to have the Complex and Fraction classes for type checking
2019-01-05 22:11:33 +01:00
jos
5e8f0cbea5
Fix checking whether size is a Matrix
2019-01-05 18:17:32 +01:00
jos
4d037c103c
Refactored random, randomInt, and pickRandom in more compact typed functions
2019-01-05 18:15:46 +01:00
jos
1eee1f30dc
Move the contents of distribution.js into random, randomInt, and pickRandom
2019-01-05 16:49:07 +01:00
jos
396085805f
Minor fix in unit tests
2019-01-05 15:47:20 +01:00
Harry Sarson
1e2f3ed0d4
Improve error handling if webpack errors. ( #1374 )
...
It turns out webpack can error in two ways. This adds a check for the second way
and also surfaces any warnings.
See: https://webpack.js.org/api/node/#error-handling .
2019-01-05 11:13:54 +01:00
Harry Sarson
4a0873a50a
Add upgraded dependancy to HISTORY.md ( #1370 )
...
Because fraction.js is bundled up into the script that mathjs ships maybe we should record when we upgrade it in HISTORY.md.
This would be the same for all (non dev) dependencies.
I am mainly making this PR to ask the question: is this something that we should do?
2019-01-04 20:50:02 +01:00
greenkeeper[bot]
3ed4c37226
Update babel-loader to the latest version 🚀 ( #1372 )
...
* chore(package): update babel-loader to version 8.0.5
* chore(package): update lockfile package-lock.json
2019-01-04 16:55:46 +00:00
greenkeeper[bot]
e2b2d4494a
Update fraction.js to the latest version 🚀 ( #1369 )
...
* fix(package): update fraction.js to version 4.0.12
* chore(package): update lockfile package-lock.json
2019-01-03 20:48:03 +01:00
jos
058177f746
Some more replacements of of to forEach and some
2019-01-02 10:59:20 +01:00
jos
5dd0a9ba9c
Get bundle working (with lazy loading)
2019-01-02 10:03:05 +01:00
jos
45f6f547c3
Replace Object.values with a util function
2018-12-30 22:34:13 +01:00
jos
1043172df1
Fixed accidentally entered character F
2018-12-30 22:24:19 +01:00
jos
8b5f163284
Fixed typo in error message
2018-12-30 20:53:08 +01:00
jos
016e10109d
Fix functions having the actual config values.
...
Fix classes not listening for changes in config.
Decouple creating classes from `core`.
2018-12-30 20:41:06 +01:00
greenkeeper[bot]
2416eadb9b
Update webpack to the latest version 🚀 ( #1366 )
...
* chore(package): update webpack to version 4.28.3
* chore(package): update lockfile package-lock.json
2018-12-29 14:13:44 +01:00
jos
a05d15e1db
Remove partial and memoization. Gives too much complications.
2018-12-23 15:01:29 +01:00
greenkeeper[bot]
0bd55068c2
Update webpack to the latest version 🚀 ( #1365 )
...
* chore(package): update webpack to version 4.28.2
* chore(package): update lockfile package-lock.json
2018-12-22 14:57:22 +01:00
greenkeeper[bot]
a8de3625a6
Update webpack to the latest version 🚀 ( #1363 )
...
* chore(package): update webpack to version 4.28.1
* chore(package): update lockfile package-lock.json
2018-12-21 09:02:00 +01:00
greenkeeper[bot]
72e4f2ed17
Update webpack to the latest version 🚀 ( #1360 )
...
* chore(package): update webpack to version 4.28.0
* chore(package): update lockfile package-lock.json
2018-12-20 16:08:53 +00:00
greenkeeper[bot]
e772a6aa22
Update babel7 to the latest version 🚀 ( #1362 )
...
* chore(package): update @babel/preset-env to version 7.2.3
* chore(package): update lockfile package-lock.json
2018-12-20 15:37:56 +00:00
jos
2a96327286
Fix lint errors
2018-12-19 18:10:57 +01:00
jos
0d1260334c
Remove getting config on import
2018-12-19 18:09:29 +01:00
jos
c32d410565
Refactor functions create and core. Use the new index files from all unit tests
2018-12-19 18:08:01 +01:00
greenkeeper[bot]
d3a04c6c24
Update karma to the latest version 🚀 ( #1357 )
...
* chore(package): update karma to version 3.1.4
* chore(package): update lockfile package-lock.json
2018-12-17 22:43:00 +00:00
greenkeeper[bot]
fe74fe636f
Update babel7 to the latest version 🚀 ( #1356 )
...
* chore(package): update @babel/core to version 7.2.2
* chore(package): update lockfile package-lock.json
2018-12-15 16:30:47 +01:00
greenkeeper[bot]
60843b04f4
Update decimal.js to the latest version 🚀 ( #1353 )
...
* fix(package): update decimal.js to version 10.0.2
* chore(package): update lockfile package-lock.json
2018-12-13 22:26:00 +01:00