3599 Commits

Author SHA1 Message Date
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
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
greenkeeper[bot]
efd08a745e Update mocha to the latest version 🚀 (#1412)
* chore(package): update mocha to version 6.0.0

* chore(package): update lockfile package-lock.json
2019-02-19 20:13:28 +01:00
greenkeeper[bot]
6b0e4e107c Update webpack to the latest version 🚀 (#1410)
* chore(package): update webpack to version 4.29.5

* chore(package): update lockfile package-lock.json
2019-02-18 18:25:21 +01:00
Harry Sarson
64de7e77a8 Use codecov to monitor code coverage (#1408) 2019-02-16 14:53:25 +01:00
greenkeeper[bot]
38a6d78c88 Update webpack to the latest version 🚀 (#1405)
* chore(package): update webpack to version 4.29.4

* chore(package): update lockfile package-lock.json
2019-02-16 12:08:52 +01:00
greenkeeper[bot]
6ee3705eb8 Update nyc to the latest version 🚀 (#1403)
* chore(package): update nyc to version 13.3.0

* chore(package): update lockfile package-lock.json
2019-02-16 11:39:08 +01:00
greenkeeper[bot]
cfa22e2f69 Update babel7 to the latest version 🚀 (#1407)
* chore(package): update @babel/core to version 7.3.3

* chore(package): update lockfile package-lock.json
2019-02-16 10:19:09 +00:00
jos
ec848b7624 Improve docs of hasNumericValue 2019-02-09 21:55:28 +01:00
jos
049f80248d Add embedded docs for hasNumericValue 2019-02-09 21:55:04 +01:00
greenkeeper[bot]
b05e19b1ca Update webpack to the latest version 🚀 (#1400)
* chore(package): update webpack to version 4.29.3

* chore(package): update lockfile package-lock.json
2019-02-07 16:05:04 +01:00
greenkeeper[bot]
4c317d8858 Update webpack to the latest version 🚀 (#1399)
* chore(package): update webpack to version 4.29.2

* chore(package): update lockfile package-lock.json
2019-02-06 17:04:23 +01:00
jos
eeec714554 Update history 2019-02-05 20:30:15 +01:00
greenkeeper[bot]
8f097f657e Update tiny-emitter to the latest version 🚀 (#1397)
* fix(package): update tiny-emitter to version 2.1.0

* chore(package): update lockfile package-lock.json
2019-02-05 20:28:34 +01:00
greenkeeper[bot]
8cd8c5a84a Update babel7 to the latest version 🚀 (#1393)
* chore(package): update @babel/preset-env to version 7.3.1

* chore(package): update lockfile package-lock.json
2019-02-05 20:26:35 +01:00
greenkeeper[bot]
450827b716 Update nyc to the latest version 🚀 (#1394)
* chore(package): update nyc to version 13.2.0

* chore(package): update lockfile package-lock.json
2019-02-05 20:25:58 +01:00
greenkeeper[bot]
931e9594ef Update webpack to the latest version 🚀 (#1392)
* chore(package): update webpack to version 4.29.1

* chore(package): update lockfile package-lock.json
2019-02-04 20:20:20 +01:00
Jos de Jong
6f92201e18 Fixed #1389: one unit test failing on Windows 2019-01-28 22:23:08 +01:00
Jack Mason
e8b8a36aab Separating Binary Prefixes (#1390)
* added BINARY_LONG_SI, BINARY_LONG_IEC, BINARY_SHORT_SI and BINARY_SHORT_IEC prefixes

* use Object.assign to make more succinct
2019-01-28 20:44:27 +01:00
jos
f084bdf5db Publish v5.4.2 v5.4.2 2019-01-25 22:29:20 +01:00
jos
420446452b Fixed a bug the methods map, forEach, traverse, and transform
of `FunctionNode`
2019-01-25 22:27:59 +01:00
jos
90a25a0f6a Merge branch 'develop' of github.com:josdejong/mathjs into develop 2019-01-21 21:18:07 +01:00
jos
aa2e245b40 Update history 2019-01-21 21:18:00 +01:00
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
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
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
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
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