jos
|
fc66aa5bb5
|
Expose function factory via mathjs instance
|
2019-05-26 15:48:18 +02:00 |
|
jos
|
f54599a701
|
Fix #1530: apply rounding first and lowerExp and upperExp second when formatting a number
|
2019-05-25 15:51:33 +02:00 |
|
Eric Mansfield
|
c08188b8ed
|
Updated physical constants to 2019 recommended values (#1529)
|
2019-05-25 14:48:37 +02:00 |
|
jos
|
859cac81a1
|
Merged function core and create into one function create
|
2019-05-22 21:20:56 +02:00 |
|
Vlad Levitskiy
|
538823386a
|
deleted decibel unit (#1524)
|
2019-05-22 17:06:19 +02:00 |
|
jos
|
20f82df057
|
Disable failing test, cleanup logging and temporary npm script
|
2019-05-22 14:06:33 +02:00 |
|
jos
|
e5048a8001
|
Allow math.import(all). Dropped support for renaming factory functions
|
2019-05-22 13:49:56 +02:00 |
|
jos
|
9af5206a88
|
Make matrix dependency requried again for subset. Make IndexNodes dependencies explicit. Disable subset in number implementation for now
|
2019-05-22 11:08:12 +02:00 |
|
jos
|
b52c4ca595
|
Publish v6.0.0-beta.2
|
2019-05-21 20:23:51 +02:00 |
|
jos
|
a602a38340
|
Updated docs for v6
|
2019-05-20 21:42:49 +02:00 |
|
Vlad Levitskiy
|
3516731ff6
|
Fixed tonne and candela units, added bel and dB (#1518)
* fixed tonne and candel units, added bel and dB
* fixed code style
|
2019-05-20 20:41:10 +02:00 |
|
jos
|
28e33bb89b
|
Merge remote-tracking branch 'origin/v5' into develop
# Conflicts:
# package-lock.json
# package.json
|
2019-05-17 19:44:25 +02:00 |
|
jos
|
0a6aded52a
|
Fix #1512: bug in format notation engineering
|
2019-05-16 21:51:13 +02:00 |
|
jos
|
80385325d8
|
Fix derivative and simplify not working in numbers version
|
2019-05-15 21:45:43 +02:00 |
|
jos
|
c8b02fb9f2
|
Make matrix dependency optional for now in subset (WIP)
|
2019-05-15 21:25:44 +02:00 |
|
jos
|
bd2e68e3ab
|
cleanup and reorganize factoriesNumber.js
|
2019-05-15 18:05:12 +02:00 |
|
jos
|
3e553e1d11
|
Remove dependency on matrix of function random
|
2019-05-15 17:54:39 +02:00 |
|
jos
|
2350159a51
|
Remove deprecation on toTex function properties
|
2019-05-15 11:38:34 +02:00 |
|
jos
|
da5ede046a
|
Move recreateOnConfigChange into the factories meta data
|
2019-05-15 11:23:39 +02:00 |
|
jos
|
6b6ae1383c
|
Dropped fake BigNumber support from function erf
|
2019-05-15 10:54:02 +02:00 |
|
jos
|
52dfafe5be
|
Use mathWithTransform instead of math where needed
|
2019-05-15 10:29:27 +02:00 |
|
jos
|
ab1b83a2f6
|
Remove generated files from repo, make tests independent from generated files
|
2019-05-12 15:14:13 +02:00 |
|
jos
|
df4b334be7
|
Updated decimal.js. Remove node 6 and add node 12 to travis. Publish v5.10.0
|
2019-05-08 21:51:51 +02:00 |
|
jos
|
c0a11b3d88
|
Auto generate impureFunctionsAny files
|
2019-05-08 11:33:51 +02:00 |
|
jos
|
8162f0c2bb
|
Automatically generate functionsAny and functionsNumber
|
2019-05-08 10:19:08 +02:00 |
|
jos
|
b0af4fa2b0
|
Move typeChecks and readonly config in separate files
|
2019-05-04 19:36:48 +02:00 |
|
jos
|
302afe9cc7
|
Fix a typo
|
2019-05-04 19:26:51 +02:00 |
|
jos
|
cc740b39be
|
Move snapshot code into /src to have it transpiled
|
2019-05-04 15:17:15 +02:00 |
|
jos
|
47e1adcd0e
|
Dynamically generate the expected snapshot structure based on the factories
|
2019-05-04 14:39:30 +02:00 |
|
jos
|
b4f2eb005e
|
Merge remote-tracking branch 'origin/fix/1428' into develop
# Conflicts:
# HISTORY.md
# src/function/algebra/simplify.js
|
2019-05-04 10:07:39 +02:00 |
|
jos
|
3f9d925cf8
|
Publish v6.0.0-beta.1 adding missing index files
|
2019-05-01 13:22:12 +02:00 |
|
jos
|
c7b3ea9c7e
|
Fix chain
|
2019-04-30 20:49:45 +02:00 |
|
jos
|
74919952f2
|
Fix unused imports
|
2019-04-29 21:30:59 +02:00 |
|
jos
|
20aa9a005a
|
Fix circular dependency in math namespace for evaluate
|
2019-04-29 21:19:50 +02:00 |
|
jos
|
427c39c33b
|
Created ES5 and ES6 entry points
|
2019-04-28 20:56:08 +02:00 |
|
jos
|
bb9a1e2164
|
Rename *Full files to *Any
|
2019-04-27 20:27:26 +02:00 |
|
jos
|
e4bb1c6198
|
Generate individual files for dependencies (tree shaking working now :) )
|
2019-04-24 21:13:49 +02:00 |
|
jos
|
2450ed1fc1
|
Update entry files and snapshots with latest merged functions
|
2019-04-24 11:05:39 +02:00 |
|
jos
|
f4d4180cea
|
Move all entry files under ./src/entry
|
2019-04-24 10:48:01 +02:00 |
|
jos
|
6a5ee3f995
|
Fix karma tests broken (thanks Harry for figuring out the cause)
|
2019-04-22 17:09:49 +02:00 |
|
jos
|
d00f28d1c5
|
Fix typo
|
2019-04-22 09:55:44 +02:00 |
|
jos
|
33cead1327
|
Improved deprecation errors and warnings. Introduce lazy again for factories.
|
2019-04-22 09:45:57 +02:00 |
|
jos
|
850886f361
|
Fix occurrences of CommonCS exports
|
2019-04-13 17:07:21 +02:00 |
|
jos
|
6081360d6a
|
Merged develop into modular_architecture
|
2019-04-13 16:51:51 +02:00 |
|
jos
|
d8957d23ae
|
Get all examples running :)
|
2019-04-10 16:52:02 +02:00 |
|
jos
|
3a34a57924
|
Auto generate dependenciesFull.js and dependenciesNumber.js (WIP)
|
2019-04-10 08:48:15 +02:00 |
|
jos
|
9f9bbbd4a3
|
Minor fixes and refinement of docs of row and column
|
2019-04-08 22:01:21 +02:00 |
|
jos
|
de3585da9e
|
Publish v5.9.0
|
2019-04-08 21:20:16 +02:00 |
|
jos
|
87b9a3d07f
|
Fixed #1459: engineering notation of function format not available for BigNumber
|
2019-04-08 21:17:39 +02:00 |
|
jos
|
c155eb20d7
|
Fixed #1465: toHTML() not correct for unary operators
|
2019-04-08 20:51:13 +02:00 |
|