josdejong
|
23d77ae01c
|
Fixed matrix.get and matrix.set examples in readme
|
2013-08-18 20:25:00 +02:00 |
|
josdejong
|
4d7dcfbdf3
|
Examples and docs updated
|
2013-08-18 20:04:18 +02:00 |
|
Jos de Jong
|
540e4b953b
|
Merge pull request #63 from garrison/patch-2
README: fixed calls to matrix.set() to use zero-based indices
|
2013-08-18 10:56:59 -07:00 |
|
josdejong
|
35e789d3fe
|
Made math.subset, Matrix.get, Matrix.set more strict: only accept an Index
|
2013-08-18 15:28:20 +02:00 |
|
josdejong
|
d18e2c69a4
|
Adjusted tests for new Index
|
2013-08-18 15:10:26 +02:00 |
|
josdejong
|
d7e4766756
|
Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
test/function/matrix/squeeze.test.js
test/function/matrix/subset.test.js
|
2013-08-18 14:38:21 +02:00 |
|
josdejong
|
9cb354a6da
|
Index functionality getting in place now.
|
2013-08-18 14:37:03 +02:00 |
|
josdejong
|
8e9224c60b
|
Removed the subset functionality from Index, makes more sense to put that in Matrix
|
2013-08-18 13:46:10 +02:00 |
|
Jim Garrison
|
87b37a3317
|
README: fixed calls to matrix.set() to use zero-based indices
|
2013-08-18 00:20:26 -07:00 |
|
Sebastien Piquemal
|
e705a99411
|
moved the remaining tests to mocha
|
2013-08-17 22:57:13 +04:00 |
|
josdejong
|
24b3b7eb43
|
First implementation of Index and math.index
|
2013-08-17 15:35:48 +02:00 |
|
Sebastien Piquemal
|
a77a94b0d0
|
refactored test/function/unit and test/function/utils to mocha
|
2013-08-17 16:45:52 +04:00 |
|
josdejong
|
7935546630
|
Removed type Range. function math.range now returns an expanded series
|
2013-08-17 13:42:57 +02:00 |
|
Sebastien Piquemal
|
6174eb00d7
|
refactored test/function/statistics and test/function/trigonometry to mocha
|
2013-08-17 13:42:40 +04:00 |
|
Sebastien Piquemal
|
a3b44340e4
|
refactored test/function/matrix and test/function/probability to mocha
|
2013-08-17 03:04:07 +04:00 |
|
josdejong
|
e704c79e17
|
Removed the feature to automatically convert a complex
value with an imaginary part equal to zero to a number (see #59)
|
2013-08-14 14:41:35 +02:00 |
|
josdejong
|
c3341febd0
|
Fixed build script, included the dist folder needed for bower
|
2013-08-14 14:17:27 +02:00 |
|
Sebastien Piquemal
|
fdcd097e52
|
Merge pull request #60 from sebpiq/develop
fixed npm install, changed src to lib
|
2013-08-14 04:54:52 -07:00 |
|
Sebastien Piquemal
|
1c85b5f7ed
|
fixed examples
|
2013-08-14 15:54:24 +04:00 |
|
Sebastien Piquemal
|
a6b4ad7526
|
fixed tests
|
2013-08-14 15:43:32 +04:00 |
|
Sebastien Piquemal
|
a595266347
|
added all files in lib/
|
2013-08-14 15:39:21 +04:00 |
|
Sebastien Piquemal
|
aa0249d458
|
fixed npm install, changed src to lib
|
2013-08-14 15:00:12 +04:00 |
|
josdejong
|
3f79c70473
|
Improved module structure, removed references to a global namespace
|
2013-08-11 20:42:32 +02:00 |
|
josdejong
|
fee1c51272
|
Fixed getting/setting subset of an Array via the parser
|
2013-08-11 14:47:33 +02:00 |
|
josdejong
|
52ed2826f5
|
Updated docs and examples for changed range syntax
|
2013-08-11 14:46:23 +02:00 |
|
josdejong
|
b6f51128f0
|
Added function description to the output of help
|
2013-08-11 13:55:14 +02:00 |
|
josdejong
|
20e4456747
|
Fixed #26: functions ones and zeros now adhere to geometric dimensions.
|
2013-08-11 13:33:11 +02:00 |
|
josdejong
|
38174932f5
|
Added information on how to test code coverage. Ignoring code coverage reports.
|
2013-08-10 22:50:38 +02:00 |
|
josdejong
|
0b45b89dd0
|
Fixed #56: not allowing matrices with empty dimensions like [[],[]]
|
2013-08-10 22:06:20 +02:00 |
|
josdejong
|
d76602a2ee
|
Changed syntax of range to range(start, end [, step])
|
2013-08-09 22:33:58 +02:00 |
|
josdejong
|
aa471db411
|
Upperbound of range is now excluded
|
2013-08-09 22:09:46 +02:00 |
|
josdejong
|
70b48187a6
|
Merge branch 'mocha' of github.com:josdejong/mathjs into develop
|
2013-08-09 20:55:00 +02:00 |
|
Sebastien Piquemal
|
6a6f522a93
|
refactored test/function/construction to mocha
|
2013-08-09 14:13:53 +04:00 |
|
Sebastien Piquemal
|
f4e1ad3d6d
|
refactored test/function/complex to mocha
|
2013-08-09 13:36:29 +04:00 |
|
Sebastien Piquemal
|
1e7603488c
|
refactored refactored tests/functions/arithmetic
|
2013-08-08 15:31:37 +04:00 |
|
josdejong
|
cf537d693b
|
todo added
|
2013-08-07 22:55:49 +02:00 |
|
josdejong
|
7298eaac1a
|
Fixed build script
|
2013-08-07 22:46:02 +02:00 |
|
josdejong
|
e1f890e1f6
|
Added a ton of semicolons ;)
|
2013-08-07 20:52:43 +02:00 |
|
Sebastien Piquemal
|
fd2b5f246f
|
refactored tests/expr
|
2013-08-07 21:27:20 +04:00 |
|
Sebastien Piquemal
|
54a7a667cd
|
Merge pull request #57 from sebpiq/develop
Merged in random functions improvements
|
2013-08-07 09:55:10 -07:00 |
|
Sebastien Piquemal
|
0084920875
|
merged random functions with develop
|
2013-08-07 20:37:26 +04:00 |
|
Sebastien Piquemal
|
31e6767824
|
minor fixes
|
2013-08-07 20:19:53 +04:00 |
|
josdejong
|
10633d7237
|
Minor improvements in the static functions of prototypes
|
2013-08-07 14:42:02 +02:00 |
|
josdejong
|
4b20d7cb88
|
Directly export prototypes as module.exports
|
2013-08-07 14:22:44 +02:00 |
|
josdejong
|
283e76e4e9
|
Packed all functions in a closure (makes them environment independent)
|
2013-08-07 14:12:07 +02:00 |
|
josdejong
|
38d8091d0c
|
A little restructuring
|
2013-08-07 09:06:36 +02:00 |
|
josdejong
|
509cba8076
|
Fixed Selector initialization
|
2013-08-06 22:34:20 +02:00 |
|
josdejong
|
fe06d514e0
|
Created shared module math.js for all functions (resolves circular references)
|
2013-08-06 21:50:15 +02:00 |
|
josdejong
|
cf2b64bc7b
|
Build script 'dist' created
|
2013-08-06 02:14:44 +02:00 |
|
josdejong
|
ecdb8524ce
|
Docs rewritten to modules
|
2013-08-06 02:14:10 +02:00 |
|