861 Commits

Author SHA1 Message Date
jos
c22ea4e1d7 Updated history 2018-04-30 20:28:59 +02:00
jos
862061cd89 Released version 4.1.2 2018-04-18 14:17:30 +02:00
jos
5e705967a7 Updated history 2018-04-17 20:13:11 +02:00
jos
35dd854d16 Fixed #1082: implemented support for unit plurals decades, centuries, and millennia 2018-04-17 20:02:15 +02:00
jos
4d207e5223 Released v4.1.1 2018-04-11 13:30:14 +02:00
jos
229ff3d8ff Fixed #1063: derivative not working when resolving a variable with unary minus like math.derivative('-x', 'x') 2018-04-11 13:25:44 +02:00
jos
e1bf47da07 Fixed merge conflict 2018-04-08 20:19:45 +02:00
jos
b7b8b2af49 Released version 4.1.0 2018-04-08 20:17:36 +02:00
jos
ce4c294329 Updated history, added unit tests for passing a matrix to math.print 2018-04-08 20:13:35 +02:00
jos
7fefa33d84 Fixed #1077: Serialization/deserialization to JSON with reviver not being supported by nodes 2018-04-04 22:09:43 +02:00
jos
21f2d46784 Fixed #1072: Added support for long and short prefixes for the unit bar 2018-04-04 11:35:18 +02:00
jos
82eec1078e Fixed #1016: Extended math.typeof with support for ResultSet and nodes like SymbolNode 2018-04-04 11:24:45 +02:00
jos
884f59bb5d Updated history and contributors list 2018-03-24 11:56:58 +01:00
pokeball99
8c80eade0e
Time Traveling is Real!!
Version 4.0.1 released 1 year and 2 days ago, according to HISTORY.MD
2018-03-19 09:10:36 -05:00
jos
4e5cc854f0 Released version 4.0.1 2018-03-17 20:34:08 +01:00
jos
4ce942eedf Fixed #1062: mathjs not working on ES5 browsers like IE11 and Safari 9.3 2018-03-17 20:31:53 +01:00
jos
b00e0b7460 Fixed #1061: math.unit not accepting input like 1/s 2018-03-17 14:01:29 +01:00
jos
a99b8fbe4f Released v4.0.0 2018-02-25 14:09:53 +01:00
jos
6613f1c844 Release the second release candidate 4.0.0-rc.2 2018-02-21 11:36:43 +01:00
jos
7f00868f8b Merge branch 'develop' into v4
# Conflicts:
#	HISTORY.md
#	dist/math.js
#	dist/math.min.js
#	dist/math.min.map
#	lib/version.js
#	package-lock.json
#	package.json
2018-02-07 17:05:27 +01:00
jos
20f317c524 Released mathjs v3.20.2 2018-02-07 16:55:40 +01:00
jos
c9fcfc6b96 Publish release candidate v4.0.0-rc.1 2018-02-04 15:13:44 +01:00
jos
a7751f72a5 Update/fix examples where needed 2018-02-04 15:05:00 +01:00
jos
99ab11b234 Dropped constant uninitialized 2018-02-04 13:09:09 +01:00
jos
1aff556a01 Updated history 2018-02-04 12:25:37 +01:00
jos
a11dfa9bcc Merge branch 'v4' into v4_binary_operator_node 2018-01-31 14:23:34 +01:00
jos
ece963bcdd Merge branch 'develop' into v4
# Conflicts:
#	lib/expression/node/ConstantNode.js
2018-01-31 11:28:14 +01:00
jos
c576c6451a Updated history 2018-01-31 11:24:50 +01:00
jos
82b41e696a - Implemented OperatorNode.isUnary and OperatorNode.isBinary.
- Explicit checks for number of arguments everywhere working with `OperatorNode` and `FunctionNode`.
- Fixed #1014: derivative silently ignoring additional arguments.
2018-01-31 11:00:39 +01:00
jos
0b6c0c13f7 Merge branch 'v4' into v4_constant_node
# Conflicts:
#	HISTORY.md
2018-01-27 16:58:17 +01:00
jos
5efbb25da8 Merge branch 'develop' into v4
# Conflicts:
#	HISTORY.md
2018-01-27 16:57:24 +01:00
jos
40b9703c04 Updated history 2018-01-27 16:56:28 +01:00
jos
cec05b59f9 Changed options lower and upper in function math.format to lowerExp and upperExp, see #676 2018-01-24 15:57:38 +01:00
jos
0406b93fc6 fixed notation in function math.format no longer rounds to zero digits when no precision is specified: it leaves the digits as is. See #676. 2018-01-24 14:27:38 +01:00
jos
f26e5cea03 Improved error messages for statistical functions 2018-01-24 11:52:49 +01:00
jos
087f53d854 Merge branch 'v4' into v4_constant_node
# Conflicts:
#	HISTORY.md
2018-01-23 20:27:16 +01:00
jos
4469f6bd0c Remove support for implicit conversion of null to 0. See #830. 2018-01-23 20:26:38 +01:00
jos
b9c30ebcc7 Updated some docs 2018-01-23 16:43:44 +01:00
jos
326c9fb0de Fixed #680: compare strings by their numerical value instead of alphabetical order 2018-01-23 15:34:49 +01:00
jos
2c1b8f2f05 Fixed #749: Changed rad, deg, and grad to have short prefixes, and introduced radian, degree, and gradian and their plurals having long prefixes 2018-01-23 14:18:26 +01:00
jos
3f3d50f7a0 Fixed #833: the constants true, false, null, undefined, NaN, Infinity, and uninitialized are now parsed as ConstantNodes instead of SymbolNodes in the expression parser 2018-01-23 13:55:57 +01:00
jos
924299c42b Changed ConstantNode(valueStr, valueType) to ConstantNode(value) (breaking change) 2018-01-23 12:08:29 +01:00
jos
8b5396baad Removed the old expression compiler (which uses eval) 2018-01-23 09:19:11 +01:00
jos
16184e970a Released v3.20.1 2018-01-17 12:20:46 +01:00
jos
ad9c81afe4 Released v3.20.0 2018-01-14 20:16:27 +01:00
jos
8724ae0ae5 Fixed #1013: simplify wrongly simplifing some expressions containing unary minus, like 0 - -x 2018-01-13 14:37:27 +01:00
jos
ba03824d8f Updated history 2018-01-13 12:36:22 +01:00
jos
957978f1fb Updated history 2018-01-13 12:31:22 +01:00
jos
75ae51d1e4 Updated history 2018-01-08 20:35:54 +01:00
jos
e99fb2d481 Released v3.19.0 2018-01-06 20:19:45 +01:00