861 Commits

Author SHA1 Message Date
josdejong
9f8564be4f Update history 2020-04-08 16:15:11 +02:00
jos
a23f9c385f Update history 2020-04-04 17:16:55 +02:00
jos
7e8d128bd6 Fixed eigs not using config.epsilon (see #1789) 2020-04-04 17:05:30 +02:00
jos
1496cc597e Publish v6.6.2 2020-03-29 16:28:02 +02:00
jos
5624e6938f Fix #1789: Function eigs not calculating with BigNumber precision when input contains BigNumbers 2020-03-29 16:17:19 +02:00
Harry Sarson
d8d9a935bf
remove trailing space in HISTORY (#1775) 2020-03-14 11:25:50 +01:00
jos
6389ed180e Update history and contributor list 2020-03-02 19:58:26 +01:00
jos
033a6baac7 Publish v6.6.1 2020-02-26 14:55:28 +01:00
jos
52f6defe1c Fix examples in documentation of row and column, see #230 2020-02-26 11:16:44 +01:00
jos
3756b66069 Update history 2020-02-04 20:36:30 +01:00
jos
7cbd0d3e97 Publish v6.6.0 2020-02-01 17:51:52 +01:00
jos
506d67df15 Add a caret to dependencies (like) ^1.2.3) to allow downstream updates without having to await a new release of mathjs 2020-02-01 17:48:36 +01:00
jos
0c863f4e07 Fixed #1727: validate matrix size when creating a DenseMatrix using fromJSON 2020-02-01 17:37:34 +01:00
jos
b9246d9a45 Replace Array.fill with a helper function, replace var with let/const, return .values as Matrix too when input is a Matrix. See #1705 2020-01-20 20:08:34 +01:00
jos
b063d35395 Publish v6.5.0 2020-01-08 10:29:05 +01:00
jos
b3236b6592 Publish v6.4.0 2020-01-06 20:03:52 +01:00
jos
c1263bc040 Update history 2020-01-04 21:05:21 +01:00
jos
dd414a6e93 Publish v6.3.0 2019-12-31 11:44:02 +01:00
jos
10147d0821 Update history and contributor list 2019-12-31 11:32:21 +01:00
jos
2c24d72562 Publish v6.2.5 2019-11-20 12:43:20 +01:00
jos
b9175a1a29 Fixed IndexNode using a hardcoded, one-based implementation of index. See #782 2019-11-20 12:23:06 +01:00
jos
ebe38b23b0 Publish v6.2.4 2019-11-20 08:54:31 +01:00
Harry Sarson
462f46947f fix qr and sign edge cases (#1670)
* fix qr and sign edge cases

qr() was throwing an error if the pivots of a matrix were zero.
This commit fixes that and ensures that the results are consistant
with wolfram alpha.

Whilst doing this I found a bug in complex.js, I have added a work
around but we should flag this upstream.

I also addressed the long standing concerns about assert statements
within the body of the qr function.

Fixes #1669
Fixes #942

* further improvements to qr and sign

mainly fixing things I got wrong in previous commit

* add array test

* fix: remove only from tests and disallow

Uses mochas `--forbid-only` flag as advised by
https://github.com/standard/standard/issues/988
2019-11-18 20:03:09 +01:00
jos
d62b30efb2 Publish v6.2.3 2019-10-06 10:49:33 +02:00
jos
48449ae93e Update history and contributor list 2019-10-06 10:42:54 +02:00
jos
8500aa948d Update history 2019-10-03 20:31:31 +02:00
jos
2713431b84 Fixed #1639: function min listed twice in the "See also" section of the embedded docs of function std 2019-10-01 21:56:01 +02:00
jos
c08132fe6b Publish v6.2.2 2019-09-23 20:32:01 +02:00
jos
7b1cd7753e Fixed #1628: Cannot call methods on empty strings or numbers with value 0 2019-09-23 20:23:39 +02:00
jos
7ba6a7f4c2 Update history and contributor list 2019-09-21 15:38:26 +02:00
jos
b39532a3f8 Update history 2019-09-20 20:13:16 +02:00
jos
a4f84512cd Fixed #1615: error in the docs of isNumeric 2019-09-11 10:10:46 +02:00
jos
33f4ffcb2c Publish v6.2.1 2019-08-31 09:59:49 +02:00
jos
e37cc81735 Fixed #1606: function format not working for expressions 2019-08-29 10:17:57 +02:00
jos
ce6f29788c Publish v6.2.0 2019-08-28 16:07:35 +02:00
jos
718b93b2b4 Create unit aliases bit and byte 2019-08-28 15:41:39 +02:00
jos
f831408586 Update history 2019-08-28 15:11:12 +02:00
jos
96b660f84b Update history (see #1598) 2019-08-24 17:28:04 +02:00
jos
c17464d592 Publish v6.1.0 2019-08-17 21:58:35 +02:00
jos
5362108fc8 Updated history and contributors list 2019-08-15 11:39:01 +02:00
jos
294515f600 Publish v6.0.4 2019-08-05 21:28:48 +02:00
jos
9991449ce0 Generate ESModules transpiled to ES5 2019-08-05 21:19:00 +02:00
jos
dac78eaa61 Publish v6.0.3 2019-07-07 11:02:47 +02:00
jos
deb7c05b53 Fix #1550: nested user defined function not receiving variables of an outer user defined function 2019-07-07 10:56:01 +02:00
jos
ca933489d6 Update history and contributor list 2019-06-12 14:26:36 +02:00
jos
8d3b79bf59 Publish v6.0.2 2019-06-11 20:59:02 +02:00
jos
c147d54435 Fix not being able to set configuration after disabling function import 2019-06-11 20:40:07 +02:00
jos
b390a23f4b Fix function reference not published in npm library 2019-06-09 20:44:16 +02:00
jos
5e329838a3 Publish v6.0.0 🎉 2019-06-08 20:00:42 +02:00
jos
aa89c83251 Publish v6.0.0-beta.3 2019-06-05 12:09:58 +02:00