jos
7ce76cb5cf
Released v3.18.0
v3.18.0
2017-12-16 21:22:45 +01:00
jos
eea0bad55d
Upgraded dependencies. Fixed config issue with latest uglifyjs
2017-12-16 21:17:54 +01:00
jos
8451eabc4f
Remove node v0.10 and v0.12 from travis
2017-12-16 20:52:20 +01:00
jos
316cb8761e
Fixed #969 : preven issues with yarn autoclean by renaming an interally used folder "docs" to "embeddedDocs"
2017-12-16 20:33:23 +01:00
jos
a526b44a68
Updated package-lock.json
2017-12-16 20:28:29 +01:00
jos
f7b9a34032
relative paths to directories (see #969 )
2017-12-16 20:28:17 +01:00
jos
7df52c1d1a
Fixed #983 : pickRandom returning an array instead of single value when input was an array with just one value. Clarified docs.
2017-12-09 20:42:08 +01:00
Jos de Jong
e4ea1eb2aa
Merge pull request #981 from jeffreyshen19/master
...
Added a test for ln(x) derivative
2017-12-05 20:49:23 +01:00
jeffreyshen19
8bbed26a2b
added a test for ln(x) derivative
2017-12-05 00:06:10 -05:00
Jos de Jong
df206f73fb
Merge pull request #980 from paulobuchsbaum/new_rationalize
...
Small fix
2017-12-03 19:54:52 +01:00
paulobuchsbaum
6a63afb52b
Small fix and and a new test
...
I've included one more expression in the test batch
2017-12-03 12:50:39 -02:00
paulobuchsbaum
f933639a98
Small fix
...
Denominator and Numerator fields for polynomials with more than 1 variable.
2017-12-03 00:59:45 -02:00
jos
c2fc7e688b
Revert to older webpack to stay compatible with node 0.10
2017-12-02 20:41:26 +01:00
jos
270d28b8d2
Update history, add embedded docs for rationalize
2017-12-02 20:34:40 +01:00
Jos de Jong
7b5d30fff4
Merge pull request #978 from paulobuchsbaum/new_rationalize
...
Rationalize. Is it almost ready?
2017-12-02 19:59:28 +01:00
paulobuchsbaum
4ca4e6fa3a
Clean debug code
...
Clean all debug code
2017-11-29 19:32:42 -02:00
jos
2494a27ade
Added license scan badge
2017-11-29 08:49:27 +01:00
paulobuchsbaum
d0a13eaaa9
Rationalize Package
...
Rationalize.js, Rationalize.test.js and index.js changed.
2017-11-27 17:16:21 -02:00
jos
d7c4d28944
Fixed #975 : a wrong example in the docs of lusolve
2017-11-23 20:25:22 +01:00
jos
3bd3e778ff
Revert webpack too for now
2017-11-18 21:38:55 +01:00
jos
a995b2ca4a
Revert to mocha 3.4.2 to keep working on old versions of node
2017-11-18 21:22:56 +01:00
jos
fe30db6373
Reverted to mocha 3.x to keep tests working on node v0.10 and v0.12
2017-11-18 21:17:42 +01:00
jos
ffacda5a65
Upgraded dependencies
2017-11-18 21:11:53 +01:00
jos
ad4932fce1
Released v3.17.0
v3.17.0
2017-11-18 20:35:34 +01:00
jos
a60f3c8d9d
Fixed a security issue where forbidden properties like constructor could be replaced by using unicode characters when creating an object
2017-11-18 20:11:48 +01:00
jos
8d2d48d81b
Fixed a security issue in typed-function allowing arbitrary code execution
2017-11-18 19:39:30 +01:00
jos
4a9378789a
Reorder feature list entries
2017-10-23 20:21:36 +02:00
jos
b90aa9121b
Fixed #961 : remove "Has no dependencies" from feature list
2017-10-23 20:20:44 +02:00
jos
50062349ae
Updated history and contributors list
2017-10-23 20:04:40 +02:00
Eric Mansfield
b254bc1be4
Merge pull request #958 from IvanVergiliev/simplify-exponentiation
...
Simplify nested exponentiations
2017-10-21 19:10:43 -06:00
jos
311fffdf8c
Released v3.16.5
v3.16.5
2017-10-18 20:34:55 +02:00
jos
02b1478e6d
Fixed #954 : Functions add and multiply not working when passing three or more arrays or matrices
2017-10-18 19:58:31 +02:00
Ivan Vergiliev
9dde07ed11
Simplify nested exponentiations
2017-10-17 08:15:22 -07:00
Eric Mansfield
ccff69853f
Merge pull request #951 from ericman314/simplify-traverse
...
Improved traversal for replacing nodes in simplify
2017-10-04 21:16:36 -06:00
ericman314
8786ad80c3
Corrected function declaration
2017-10-04 20:59:18 -06:00
Eric Mansfield
237e4b6c2d
Merge branch 'develop' into simplify-traverse
2017-10-04 20:50:49 -06:00
ericman314
32793c6e0c
Improved traversal for replacing nodes in simplify
...
Replaced the two-pass traversal with a single pass, which stops once it
replaces a node.
2017-10-04 20:48:17 -06:00
jos
d12d8f76d3
Released v3.16.4
v3.16.4
2017-10-01 20:31:41 +02:00
jos
e033697001
Add unit tests against infinite recursive loops in simplify
2017-10-01 20:26:30 +02:00
Eric Mansfield
58f96026e6
Merge pull request #950 from ericman314/fix-simplify-transform
...
Fixes over-eager transforming while simplifying
2017-09-30 22:07:50 -06:00
Eric Mansfield
27c7ca660c
Merge branch 'develop' into fix-simplify-transform
2017-09-30 22:04:42 -06:00
ericman314
b7321490bd
Fixes over-eager transforming when simplifying
...
Fixes a problem when simplifying expressions where SymbolNodes in the
input expressions are incorrectly transformed, as if they were patterns
in the right-hand-side of the rule
2017-09-30 21:59:49 -06:00
jos
b1a2de0270
Update history, fixed a broken unit test for Help
2017-09-30 14:30:29 +02:00
Jos de Jong
8761379b23
Merge pull request #947 from Schnark/master
...
Fix several issues with internal help
2017-09-30 14:23:21 +02:00
mm151
0a3c48c077
Fix several issues with internal help
2017-09-27 08:59:52 +02:00
Jos de Jong
38bda694c8
Merge pull request #937 from mocking/patch-1
...
just a typo fix for mismatching comment tags to relieve my OCD
2017-08-29 14:33:18 +02:00
mocking
1df8620145
Update function.js
2017-08-29 11:54:30 +08:00
jos
b4a4cb36d3
Released v3.16.3
v3.16.3
2017-08-28 21:13:35 +02:00
jos
18dd595b83
Merge branch 'simplify2' into develop
2017-08-28 20:21:35 +02:00
firepick1 (localhost)
5b175d56a5
#934 unaryMinus simplifyCore
2017-08-28 06:35:40 -07:00