4118 Commits

Author SHA1 Message Date
Chris Hadgis
afb662666b
Merge branch 'develop' into develop 2019-03-11 06:47:14 +10:00
jos
0647fc1b87 Publish v5.7.0 v5.7.0 2019-03-10 16:46:06 +01:00
Jos de Jong
f9201affba
Merge branch 'develop' into develop 2019-03-10 16:33:12 +01:00
jos
f7202e40a2 Update history 2019-03-10 13:44:50 +01:00
Eric Mansfield
30b45d8633 Fuzzy range endpoint (#1434)
* Fixed unit base recognition and formatting for user-defined units

* Began writing tests for range

* Use fuzzy comparisons for detecting range endpoint
2019-03-10 13:39:13 +01:00
Eric Mansfield
c0ca6da6a4 Gracefully handle round-off errors in fix, ceil, and floor (#1432)
* Fixed unit base recognition and formatting for user-defined units

* Manually copied work from another branch

* Removed semicolons

* Replaced assert.equal with assert.strictEqual

* Added support for bignumber

* Replaced var with const
2019-03-10 13:36:50 +01:00
jos
581e1f0aad Fix examples in concepts tree-shaking concepts 2019-03-10 13:07:54 +01:00
SzechuanSage
f7364372fb Merge branch 'develop' of https://github.com/SzechuanSage/mathjs into develop 2019-03-08 23:56:31 +10:00
SzechuanSage
07c0d5dd60 Add embedded docs for row and column functions 2019-03-08 23:55:40 +10:00
SzechuanSage
4677bfdd8c Add row and column to functions reference doc 2019-03-08 23:37:20 +10:00
SzechuanSage
0ccfb6caba Remove row and function methods from DenseMatrix and SparseMatrix 2019-03-08 22:58:39 +10:00
SzechuanSage
91f58eefdb Remove row and function method tests from matrix tests 2019-03-08 22:57:35 +10:00
SzechuanSage
4823dcdce1 Fix row and column function tests to use row and column functions 2019-03-08 22:56:18 +10:00
SzechuanSage
b4e309073f Add reference docs for functions row and column 2019-03-08 22:28:27 +10:00
SzechuanSage
6e1caa67dd Add tests for matrix functions row and column 2019-03-08 22:26:56 +10:00
SzechuanSage
4cd4fbba87 Add matrix functions for row and column 2019-03-08 22:26:04 +10:00
jos
6acadd71a0 Create number implementations of all functions in mainNumber.js 2019-03-06 21:49:30 +01:00
jos
5c263d3dff Fixed #1428: transform iterating over replaced nodes 2019-03-05 21:10:59 +01:00
Chris Hadgis
a2af82612a
Merge branch 'develop' into develop 2019-03-03 00:35:08 +10:00
jos
39487c1d7c Update history 2019-03-02 10:38:44 +01:00
sam-19
9bfdff1d06 Support pow() as an argument for derivative() (#1417)
* Support pow() as an argument for derivative()

Add support for the pow() function as an argument for math.derivative().

Fixes #1259.

* Unit tests for derivatives of pow()

* Support for derivate of pow() function
2019-03-02 10:37:43 +01:00
jos
0905122757 Publish v5.6.0 v5.6.0 2019-03-02 09:58:17 +01:00
jos
71c45e8f75 re-create package lock 2019-03-02 09:47:49 +01:00
jos
83882c0bfd Upgrade decimal.js to v10.1.1 2019-03-02 09:40:35 +01:00
Jos de Jong
d2767e3662
Merge branch 'develop' into develop 2019-03-02 09:34:27 +01:00
Harry Sarson
3db346d8df Let folk know that mathjs is still maintained (#1424) 2019-03-02 09:33:53 +01:00
greenkeeper[bot]
cd7cde450c Update karma to the latest version 🚀 (#1426)
* chore(package): update karma to version 4.0.1

* chore(package): update lockfile package-lock.json
2019-02-28 21:39:14 +00:00
greenkeeper[bot]
4e7eee6c50 Update webpack to the latest version 🚀 (#1425)
* chore(package): update webpack to version 4.29.6

* chore(package): update lockfile package-lock.json
2019-02-28 11:57:08 +00:00
jos
d9deed993d Fixed #1418: missing whitespace when stringifying an expression containing "not" 2019-02-27 17:49:35 +01:00
jos
6fe5c4606f Change link of api.mathjs.org to https 2019-02-27 14:14:06 +01:00
jos
70cbc3ec30 Replace http urls with https where supported 2019-02-27 13:08:42 +01:00
jos
b0ef7d4135 Describe upgrade of decimal.js in history 2019-02-27 08:53:36 +01:00
greenkeeper[bot]
1369aa605d Update decimal.js to the latest version 🚀 (#1421)
* fix(package): update decimal.js to version 10.1.0

* chore(package): update lockfile package-lock.json
2019-02-27 08:52:03 +01:00
greenkeeper[bot]
0c1ebaa6fc Update babel7 to the latest version 🚀 (#1420)
* chore(package): update @babel/core to version 7.3.4

* chore(package): update @babel/preset-env to version 7.3.4

* chore(package): update lockfile package-lock.json
2019-02-26 01:02:00 +00:00
greenkeeper[bot]
36ca9d9f9f Update mocha to the latest version 🚀 (#1419)
* chore(package): update mocha to version 6.0.2

* chore(package): update lockfile package-lock.json
2019-02-25 20:52:24 +01:00
jos
4cb434240e Fix indentation 2019-02-24 21:21:49 +01:00
jos
3a575c60ff Some tweaking of the API design ideas 2019-02-24 21:14:29 +01:00
jos
827e49f66b Implement support for nested recipes. Describe the API concepts 2019-02-24 21:06:04 +01:00
jos
241d45cbbe Improve use cases, POC of recipes 2019-02-24 15:29:44 +01:00
SzechuanSage
971268d302 Merge branch 'develop' of https://github.com/SzechuanSage/mathjs into develop 2019-02-24 17:01:14 +10:00
SzechuanSage
66b4259da4 Add unit test for validation in row and column functions 2019-02-24 17:00:46 +10:00
SzechuanSage
9e2cb1dc78 Use subset in row and column functions 2019-02-24 14:44:34 +10:00
SzechuanSage
e8f2f6ac20 Add row and column functions for DenseMatrix 2019-02-24 14:43:39 +10:00
Jos de Jong
4441ac3c68
Merge branch 'develop' into develop 2019-02-23 16:04:18 +01:00
greenkeeper[bot]
a9fb03c057 Update mocha to the latest version 🚀 (#1416)
* chore(package): update mocha to version 6.0.1

* chore(package): update lockfile package-lock.json
2019-02-22 07:23:09 +01:00
jos
6c700d12a2 Publish v5.5.0 v5.5.0 2019-02-20 17:10:03 +01:00
jos
7d00987a3f Fix #1404: inconsistent rounding of negative numbers 2019-02-20 16:54:10 +01:00
jos
69acb4f42a Fix #1401: bug in map and forEach of SparseMatrix not handling unordered indexes correctly 2019-02-20 16:32:28 +01:00
SzechuanSage
6267b6b8ac Add row and column functions for SparseMatrix 2019-02-20 20:22:08 +10:00
jos
c4cb388a08 Updates in package-lock.json 2019-02-19 20:19:13 +01:00