1601 Commits

Author SHA1 Message Date
jos
5911fe6ffd Released version 2.6.0 2016-01-08 20:23:52 +01:00
jos
eff330d635 Fixed a bug in an internal method used for sparse matrices, see #536. Still needs extra unit tests to verify the behavior 2016-01-08 19:58:26 +01:00
Max Bruckner
49e3fb7fad ConditionalNode: simplify LaTeX by using the 'cases' environment 2016-01-05 10:53:11 +01:00
Max Bruckner
a75abeb58e ObjectNode: prettier LaTeX output 2016-01-05 00:36:47 +01:00
jos
61f6ab0667 Merge branch 'develop' into feature/objectsupport
Conflicts:
	HISTORY.md
2016-01-03 19:49:06 +01:00
jos
96891dd6c5 Implemented support for JSON objects in the function math.format 2016-01-03 19:47:06 +01:00
jos
5ee4b81c62 Implemented dot notation for object properties 2016-01-03 14:56:29 +01:00
jos
8d3d58e724 Implemented ObjectNode and object support in the expression parser 2016-01-02 23:00:14 +01:00
jos
edf4e24e21 Some refactoring 2016-01-02 20:57:13 +01:00
jos
050573f4f3 Some refactoring 2016-01-02 20:46:12 +01:00
jos
476b75b33b Fixed a bug in the toString method of an IndexNode 2016-01-02 15:56:50 +01:00
jos
2adf01e548 Getting/setting object properties working (still needs a refactoring step) 2016-01-02 15:16:12 +01:00
Eric
a5109b7327 Realmode exponentiation with unit tests 2015-12-25 19:58:48 +00:00
Jos de Jong
37df69d58c Merge pull request #522 from owenversteeg/patch-1
Add time units (Issue #520)
2015-12-25 19:49:54 +01:00
Jos de Jong
64cca73b86 Merge pull request #519 from johnmarinelli/issue457
Issue457
2015-12-25 10:18:05 +01:00
john marinelli
715efa4ae4 condense long line 2015-12-25 01:02:48 -08:00
Jos de Jong
c3ccdd6800 Fixed #523: In some circumstances, matrix subset returned a scalar instead of the correct subset 2015-12-24 16:03:39 +00:00
Jos de Jong
02a2bbe9fb Merge pull request #515 from ericman314/complex-units
Added support for complex units
2015-12-24 16:11:15 +01:00
Eric
a14b8b7a68 Added VA, VAR, and custom logic to convert between them. 2015-12-24 05:45:13 +00:00
john marinelli
4fa19f3adc made algorithm clearer 2015-12-23 12:20:22 -08:00
Owen Versteeg
04a735b844 add time units 2015-12-22 12:46:33 -05:00
john marinelli
5b9f8cc90d add comments 2015-12-21 07:49:35 -08:00
john marinelli
47c152d4a3 all tests run 2015-12-20 16:30:18 -08:00
john marinelli
ce1f5c7c60 integers 2015-12-20 16:01:19 -08:00
john marinelli
2e1bbd14e5 initial commit 2015-12-18 18:57:27 -08:00
jos
90a96027b3 Merge branch 'develop' into feature/objectsupport 2015-12-05 13:18:17 +01:00
jos
dffd6c5f5f Merge remote-tracking branch 'origin/algebraic_differentiation' into algebraic_differentiation 2015-12-05 13:18:04 +01:00
jos
bc6c861a36 Merge branch 'develop' into algebraic_differentiation 2015-12-05 13:17:50 +01:00
jos
ac04e9842a Released version 2.5.0 2015-12-05 13:08:38 +01:00
jos
2ef1a96094 Fixed broken unit test 2015-12-05 11:57:28 +01:00
jos
931736658d Added support for getting/setting object properties to Index and math.subset 2015-12-04 09:53:35 +01:00
David Simons
cca8cd82bd Add hertz (without changes to diff) 2015-12-03 20:43:57 +00:00
David Simons
12dc0c2f62 Revert "Add Hertz unit"
This reverts commit d2ad436c83294ee56a0e0cac7e68d1f74d864d3b.
2015-12-03 20:42:06 +00:00
David Simons
d2ad436c83 Add Hertz unit 2015-12-03 20:38:56 +00:00
jos
9ffab397b6 Fixed #485: Scoping issue with variables both used globally as well as in a function definition 2015-11-28 21:20:25 +01:00
Eric
34f991949d Added support for complex units 2015-11-28 20:09:22 +00:00
jos
75b216930b Removed unused function 2015-11-28 15:14:49 +01:00
jos
afb982557a Fixed error message 2015-11-28 15:13:29 +01:00
jos
d10309cf73 Moved all aliases into the map ALIASES 2015-11-28 15:10:24 +01:00
jos
148e9d7542 Fixed dealing with Fractions and BigNumbers in Unit._normalize and Unit._denormalize. 2015-11-28 15:04:01 +01:00
jos
b5d3547914 Extended trigo, logical, relational functions with support for Units with BigNumber/Fraction value. (Many failing unit tests!) 2015-11-28 11:35:52 +01:00
jos
2e1d943595 Extended arithmetic functions with support for Units with BigNumber/Fraction value. (One failing unit test!) 2015-11-28 11:04:36 +01:00
jos
5adbe0a055 Extended Unit with support for all numeric types (Fraction, BigNumber) 2015-11-27 22:45:27 +01:00
jos
fa86d87e44 Fixed function number not supporting Fraction input 2015-11-27 21:44:07 +01:00
devdevdata222
82d1057128 Restore original aliases
Need the hard-coded aliases at the end, presumably; I had tried to remove them and incorporate them in ALIASES, did not work.
2015-11-16 15:09:52 -05:00
devdevdata222
b7e91952a1 Fix alias definitions
The hard-coded aliases needed to be matched to specific units in ALIASES.
2015-11-16 14:42:42 -05:00
devdevdata222
f2843a65e6 Forgot alias l -> litre
In moving the hard-coded aliases to the aliases array I forgot to set l -> base unit defined by name 'litre'.
2015-11-16 14:19:59 -05:00
devdevdata222
0851ffc28c Fix alias for lbs
Incorrectly transferred lbs alias.
2015-11-16 14:10:15 -05:00
devdevdata222
9484e05698 PLURALS -> ALIASES, add arcmin, arcsec
Change PLURALS to ALIASES, clean up manual aliases. Add new angle units arcmin and arcsec, along with appropriate aliases.
2015-11-16 14:04:57 -05:00
jos
5d6a114dc4 Released version 2.4.2 2015-11-14 13:36:30 +01:00