1601 Commits

Author SHA1 Message Date
jos
720d443f79 Released v3.12.0 2017-04-17 20:38:53 +02:00
jos
e575c9e09c Fixed #824: fixed calling seedrandom correctly... 2017-04-17 20:26:56 +02:00
Jos de Jong
43fc3f5cd1 Merge pull request #829 from HarrySarson/qr-implementation
Changes to QR function
2017-04-17 20:24:04 +02:00
jos
bc9f01ba96 Fixed #824: Calling math.random() freezes IE and node.js 2017-04-17 20:20:25 +02:00
Harry Sarson
815ce4601d updated calculation of norm of vector 2017-04-16 20:09:31 +01:00
Jos de Jong
e02b9520ea Merge pull request #819 from HarrySarson/qr-implementation
Qr implementation
2017-04-15 20:26:04 +02:00
Harry Sarson
24888263c0 Correct the return value of qr example. 2017-04-13 12:09:02 +01:00
tim
613e7012a1 simplify - remove addtion of zero 2017-04-13 19:06:39 +09:30
jos
347c9f4320 Released v3.11.5 2017-04-08 17:09:47 +02:00
jos
fa06a452b9 Only return undefined in case of plain objects 2017-04-08 16:44:21 +02:00
jos
ee6efa3768 Only allow accessing/assigning properties on plain objects. Only allow calling known methods. 2017-04-08 15:32:10 +02:00
jos
42012688cb Released v3.11.4 2017-04-03 21:09:05 +02:00
jos
e40a37197c Released v3.11.3 2017-04-03 20:47:28 +02:00
jos
25db18caec Fixed a security vulnerability 2017-04-03 20:43:52 +02:00
jos
6bd493fc67 Released v3.11.2 2017-04-03 01:35:15 +02:00
jos
1092489440 Some refactoring 2017-04-03 01:32:15 +02:00
jos
5c4b105c7e Fixed a security vulnerability in the expression parser 2017-04-03 01:29:13 +02:00
jos
2a1cca3442 Released v3.11.1 2017-04-02 20:13:38 +02:00
jos
fbe6e62faf Fixed more security vulnerabilities 2017-04-02 19:51:11 +02:00
jos
76db858556 Released v3.11.0 2017-04-02 14:59:15 +02:00
jos
ebb3c9bd0e Fixed #821, #822: security vulnerabilities in the expression parser 2017-04-02 14:57:21 +02:00
Harry Sarson
c81dd3e797 re-add return statement at end of factory function 2017-03-31 18:40:06 +01:00
Harry Sarson
e1821b35a0 qr.js conforms to node-style-guide 2017-03-31 18:18:02 +01:00
Harry Sarson
dbd1311ba4 implemented qr decomposition 2017-03-31 18:18:02 +01:00
Jos de Jong
ba7536d769 Merge pull request #817 from ericman314/Unit.toSI
Added Unit.prototype.toSI
2017-03-31 16:46:34 +02:00
jos
c14d3b9be5 Released v3.10.3 2017-03-31 13:43:30 +02:00
jos
3c3517daa6 More security fixes + unit tests 2017-03-31 13:41:37 +02:00
jos
52462a8e29 Released v3.10.2 2017-03-31 10:26:04 +02:00
jos
2f45600905 Fixed a security vulnerability in the expression parser allowing execution of arbitrary JavaScript 2017-03-31 10:18:14 +02:00
ericman314
d24b945cb1 Added Unit.prototype.toSI 2017-03-29 08:46:34 -06:00
jos
691d555a72 Released v3.10.1 2017-03-26 20:38:39 +02:00
jos
0e2f3ebd78 Fixed #807: function transform of existing functions not being removed when overriding such a function 2017-03-19 10:34:51 +01:00
Dzmitry Litskalau
a531715442 Fix xgcd for negative values 2017-03-06 18:28:13 +03:00
jos
5d11f2eeb1 Released v3.10.0 2017-03-05 13:50:14 +01:00
Harry Sarson
da361ae71f better documented return type for lup function 2017-03-01 22:59:21 +00:00
Harry Sarson
2f5fd8005c Fix error in example of lup function 2017-03-01 22:38:25 +00:00
Harry Sarson
0931944bd3 Correct the return type of lup function 2017-03-01 22:38:24 +00:00
ericman314
abc19f663e Added tests for type/matrix/SparseMatrix.js 2017-02-27 20:54:10 -07:00
ericman314
8b56efe670 Reshape now uses each matrix type's reshape function, if it exists 2017-02-27 20:17:53 -07:00
ericman314
37261395ac Initial commit of SparseMatrix.reshape 2017-02-27 20:16:57 -07:00
Jos de Jong
fc2458a6c4 Merge pull request #799 from morsecodist/develop
Added Seeded Random Number Generation
2017-02-27 19:52:11 +01:00
Todd Morse
0309a2af1a Merge branch 'develop' into develop 2017-02-26 22:56:51 -05:00
morsecodist
9466b214aa Supported seeds of any type 2017-02-26 22:54:01 -05:00
morsecodist
ffc5c376c1 Refactored options to changes and made seededRNG private 2017-02-26 22:34:55 -05:00
morsecodist
c1d59f8388 Updated docs and code comments 2017-02-24 15:35:42 -05:00
morsecodist
0502921d7e Implemented seeded random number generation as config option 2017-02-24 15:20:57 -05:00
morsecodist
c0d290c773 Passed original options to emit 2017-02-24 15:20:22 -05:00
morsecodist
3d46e21ee5 Removed old seeded random number generator 2017-02-24 15:18:16 -05:00
Pat Grasso
a4a111ceac Merge branch 'matrix.reshape' into develop 2017-02-24 11:04:25 -05:00
Pat Grasso
4cca0bf6e4 Add reshape() to Matrix types + test
This allows for one to call `reshape()` directly from an instance of
DenseMatrix (default behavior modifies in-place).
2017-02-24 11:02:43 -05:00