Commit Graph

778 Commits

Author SHA1 Message Date
lafrite 543af69979 Doctest and bugs in str2tokens 2014-12-02 12:37:23 +01:00
lafrite e1da8d2453 operator selector 2014-12-02 11:32:59 +01:00
lafrite cecf06e082 inside doctest works not unittest 2014-12-02 11:06:29 +01:00
Lafrite cccfb9e90b does not work.. 2014-12-02 10:05:02 +01:00
lafrite fec78c03d4 test with no * between number and letter - doctest in operator
Conflicts:
	pymath/operator.py
2014-12-01 06:42:43 +01:00
lafrite 24fb46e3d0 can't put spaces in {} in random_expression 2014-11-25 10:48:24 +01:00
lafrite 8485890fdf test with no * between number and letter - doctest in operator 2014-11-25 10:46:00 +01:00
Lafrite 6d8d72cdff start particularising operators 2014-11-24 07:17:51 +01:00
Lafrite 39cc36869c change parse in random_expression 2014-11-23 10:45:13 +01:00
Lafrite 2aed89855f Add on test in test_random_expression 2014-11-23 08:29:02 +01:00
Lafrite 3c5193d1c4 start simplify explanation for RdExpression 2014-11-23 08:23:55 +01:00
Lafrite 9d83f9a024 Julie's remarks 2014-11-22 18:20:39 +01:00
Lafrite 7be7f82ba9 set default render for random_expression 2014-11-21 17:21:12 +01:00
Lafrite 3b5583bd61 Nice way for setting render <3 2014-11-21 15:49:43 +01:00
Lafrite 3e9277d86b adapt tests to new poly 2014-11-15 10:16:59 +01:00
Lafrite 12bcf7214a solve stupid bug in spe_zip 2014-11-15 10:03:29 +01:00
lafrite 1fac2cc29e Poly works! Everything was fraction fault!! 2014-11-14 17:01:30 +01:00
lafrite 057cbaeab7 debug fraction hope it's last bug... 2014-11-14 17:00:26 +01:00
lafrite c30fd89282 add operation for expression 2014-11-14 16:48:38 +01:00
lafrite 895408109d mod fraction to work with operations and fix render in Expression 2014-11-14 16:20:02 +01:00
lafrite e93e14133d reduce give list (not generator any more) big issue with render!! 2014-11-11 21:51:03 +01:00
lafrite c82e6c9a44 Calculus for poly is ok need to adapt test and there is big bug with
unify render!
2014-11-11 21:45:24 +01:00
lafrite 2b67fc682c Reduce and print poly ok! 2014-11-11 21:00:45 +01:00
lafrite 693c982cbe create a list of operator 2014-11-11 20:35:30 +01:00
lafrite 4920bbd27d start adapting polynom 2014-11-11 16:52:30 +01:00
lafrite 73e6c74c72 import old polynom and test_polynom from polynom branch 2014-11-11 11:06:17 +01:00
lafrite 20bc84bf6a start explain developpment construction 2014-11-11 11:05:56 +01:00
lafrite 80261d97d3 expression and test 2014-11-11 09:58:47 +01:00
lafrite bd3bdd6885 Few adaptation for documentation 2014-11-11 09:58:37 +01:00
lafrite 9c868b4e79 Add list of operators in operator.py (may need to change the form 2014-11-11 09:44:39 +01:00
lafrite 633e6b4e2c debug str2tokens 2014-11-11 09:33:31 +01:00
lafrite d615214c35 replace renders to render in every files 2014-11-11 08:29:19 +01:00
lafrite 2132c2ba59 New render seems to be ok some debuging still have to be done 2014-11-09 12:06:31 +01:00
lafrite 41aa8dfb11 switch op1 and op2 to respect operand order 2014-11-09 11:23:02 +01:00
lafrite 6618e9d85d Forgot to save mainOp 2014-11-09 10:39:24 +01:00
lafrite 3d7018c2c7 Operator knows how to be printed 2014-11-09 10:35:49 +01:00
lafrite 565a4d3632 adapt Expression with the split. tests achieved 2014-11-08 18:15:04 +01:00
lafrite 6a6070d3d7 str2tokens seems to works 2014-11-08 17:40:02 +01:00
lafrite a32fc4b892 Merge branch 'arity' into rewrite
Conflicts:
	pymath/expression.py
2014-11-08 16:46:38 +01:00
lafrite 825e861366 Start spliting exp 2014-11-08 16:43:04 +01:00
Lafrite a3c84d6eab ok Operator well included need to use them correctly now! 2014-11-02 11:17:12 +01:00
Lafrite 9b1ad5c14a Adapt unit test to Operator. Still have to includ fractions 2014-11-02 11:12:47 +01:00
Lafrite 6e99dadd39 Create real class Operator and include it into expression (need to fix
render now)
2014-11-02 08:19:31 +01:00
Lafrite 4630d0de74 Definively finished arity setup 2014-10-23 13:13:28 +02:00
Lafrite cdf5a552b2 arity is fine now! 2014-10-23 12:59:21 +02:00
Lafrite 62549d2e10 new class for operator and include it into expression.in2post_fix 2014-10-18 19:04:40 +02:00
Lafrite eb1088d31f Solve bug with simplification of fractions 2014-09-02 11:44:04 +02:00
Lafrite 412149f22d Finish unify_render! :D and even mod the doc 2014-08-29 17:15:29 +02:00
Lafrite 71b4c987ec Change to unify renders between Expression and random_expression 2014-08-29 16:35:38 +02:00
Lafrite 8eeaa80abe add *.egg-info/ in .gitignore 2014-08-29 15:58:40 +02:00