Daniel Levin
|
fc1ac7efa4
|
changed x to n in permutations
|
2014-01-06 12:02:00 +02:00 |
|
Daniel Levin
|
4d72b3b0d5
|
added n <= k condition to combinations function
and also changed x to n in combinations
|
2014-01-06 12:00:47 +02:00 |
|
josdejong
|
965f4232ad
|
Added docs on combinations / permutations
|
2014-01-06 10:43:31 +01:00 |
|
Jos de Jong
|
574dabee2e
|
Merge pull request #128 from daniel-levin/develop
Added permutations and combinations functions (with tests), addressing #99
|
2014-01-06 01:26:11 -08:00 |
|
josdejong
|
9d1b9d6a81
|
Renamed parameters in IndexNode
|
2014-01-05 22:20:08 +01:00 |
|
josdejong
|
c2c8bb61cf
|
Compilation of UpdateNode working again
|
2014-01-05 22:18:32 +01:00 |
|
josdejong
|
c0d312adbf
|
Better error in case of wrong object type in ParamsNode
|
2014-01-05 22:01:08 +01:00 |
|
josdejong
|
9e7c641302
|
Cleaned up ParamsNode
|
2014-01-05 21:58:13 +01:00 |
|
josdejong
|
bc05d8b9e8
|
Changed matrix index notation of expression parser from round brackets to square brackets
|
2014-01-05 21:52:13 +01:00 |
|
josdejong
|
37e12b23d1
|
Fixed ConstantNode pointing to undefined math
|
2014-01-05 21:17:34 +01:00 |
|
josdejong
|
a0f1053697
|
Simplified compilation factory code
|
2014-01-05 20:26:05 +01:00 |
|
josdejong
|
5f81246136
|
Implemented global definitions internally in expression compilation
|
2014-01-05 15:01:07 +01:00 |
|
Daniel Levin
|
6c88d7b58a
|
added more tests for combinations. Fixes #99
|
2014-01-05 14:16:14 +02:00 |
|
Daniel Levin
|
45b619cf84
|
added combinations function
|
2014-01-05 13:44:45 +02:00 |
|
josdejong
|
d7349296c0
|
Implemented IndexNode
|
2014-01-04 17:53:02 +01:00 |
|
Daniel Levin
|
b2acc29d04
|
added more tests
|
2014-01-04 18:01:21 +02:00 |
|
Daniel Levin
|
987111aefd
|
removed useless imports
|
2014-01-04 17:51:08 +02:00 |
|
Daniel Levin
|
a1b8588bdd
|
added tests for permutations function
|
2014-01-04 17:41:41 +02:00 |
|
Daniel Levin
|
d8f926bbb6
|
added permutations function addressing #99
|
2014-01-04 17:28:25 +02:00 |
|
Daniel Levin
|
e0462a63b6
|
Removed superfluous require statement
|
2014-01-04 16:40:08 +02:00 |
|
josdejong
|
5c84e72bc7
|
Implemented compilation for UpdateNode
|
2014-01-04 15:26:13 +01:00 |
|
josdejong
|
e4cf5395a5
|
Improved documentation on the number configuration
|
2014-01-03 22:34:41 +01:00 |
|
josdejong
|
08665b9b42
|
Merge branch 'develop' into expression_compilation
|
2014-01-02 22:09:51 +01:00 |
|
josdejong
|
31a05db32d
|
Updated description on installation with component
|
2014-01-02 21:48:53 +01:00 |
|
Jos de Jong
|
e4507f4ec9
|
Merge pull request #126 from marcusandre/patch-2
Add `component install` into Getting Started docs.
|
2014-01-02 12:43:34 -08:00 |
|
Jos de Jong
|
9282b9d435
|
Merge pull request #127 from marcusandre/patch-3
Add `component(1)` publishing information.
|
2014-01-02 12:43:03 -08:00 |
|
Jos de Jong
|
7ef1b74f43
|
Merge pull request #125 from marcusandre/patch-1
Add component(1) installation routine to Readme.
|
2014-01-02 12:42:37 -08:00 |
|
Marcus André
|
0d3b7e751f
|
Add component(1)publishing information.
|
2014-01-02 21:40:59 +01:00 |
|
Marcus André
|
a695dac821
|
Add component install into Getting Started docs.
|
2014-01-02 21:35:59 +01:00 |
|
Marcus André
|
8f0a13453c
|
Add component(1) installation routine to Readme.
component(1) needs to find the component.json inside the master branch. Keep that in mind before accepting this pull request. ;)
|
2014-01-02 21:31:02 +01:00 |
|
josdejong
|
89f113b8bc
|
Merge branch 'develop' into expression_compilation
|
2014-01-02 21:15:41 +01:00 |
|
josdejong
|
7f5dd1855e
|
Merge remote-tracking branch 'origin/develop' into develop
|
2014-01-02 21:15:12 +01:00 |
|
Jos de Jong
|
870661c582
|
Merge pull request #124 from marcusandre/feature/component
Create component.json
|
2014-01-02 12:12:39 -08:00 |
|
Marcus André
|
7850cdcdf7
|
Create component.json
|
2014-01-02 19:15:32 +01:00 |
|
josdejong
|
91594a2819
|
Merge branch 'develop' into expression_compilation
|
2014-01-02 11:28:34 +01:00 |
|
josdejong
|
ff6f86b753
|
Dropped support for node.js v0.4 and v0.6
|
2014-01-02 11:27:46 +01:00 |
|
josdejong
|
f6acb12e4d
|
Implemented expression compilation for 80%
|
2014-01-01 20:46:30 +01:00 |
|
josdejong
|
8e814cbc82
|
Implemented an argument includeEnd for function range (false by default)
|
2014-01-01 19:03:15 +01:00 |
|
josdejong
|
f89a9945e3
|
Removed deprecated function in, gives conflicts :(
|
2013-12-21 22:23:38 +01:00 |
|
josdejong
|
af04f24882
|
Updated docs and examples for renamed operator to.
|
2013-12-21 21:30:10 +01:00 |
|
josdejong
|
7091cd4fa7
|
Added error for deprecated function in
|
2013-12-21 21:29:50 +01:00 |
|
josdejong
|
bdf7d44dd2
|
Added operator in to expression parser (alias of to)
|
2013-12-21 21:24:56 +01:00 |
|
Jos de Jong
|
dd9f7ee58d
|
Merge pull request #122 from tmpvar/unit-to-operator
move the 'in' unit conversion keyword to 'to'
|
2013-12-21 11:30:58 -08:00 |
|
Elijah Insua
|
be67514557
|
move the 'in' unit conversion keyword to 'to'
This also enables 'in' as an alias of 'inch'. refs #120
|
2013-12-20 15:31:18 -07:00 |
|
josdejong
|
1f367ef8fc
|
Updated version number to 0.17.2-SNAPSHOT
|
2013-12-19 17:45:33 +01:00 |
|
josdejong
|
b1cb5543e7
|
Updated how to publish description
|
2013-12-19 17:45:07 +01:00 |
|
josdejong
|
563b3767e6
|
Released version 0.17.1
v0.17.1
|
2013-12-19 17:20:20 +01:00 |
|
josdejong
|
df345c66cb
|
Fixed #113: bug in prefixes for squared and cubic meter (m2 and m3)
|
2013-12-14 14:43:25 +01:00 |
|
josdejong
|
2b98831d84
|
Fixed #119: bug with negative temperatures
|
2013-12-14 14:26:30 +01:00 |
|
josdejong
|
d22168ea88
|
Added script for coverage report
|
2013-12-14 13:20:27 +01:00 |
|