Commit Graph

38 Commits

Author SHA1 Message Date
Bertrand Benjamin 7f8939eab2 Test: separate expression build and showing it
continuous-integration/drone/push Build is passing Details
2020-08-21 19:07:34 +02:00
Bertrand Benjamin 5f398b4c8d Feat: change frac to dfrac for fractions 2020-08-20 16:59:40 +02:00
Bertrand Benjamin d72a2be175 Feat: Polynomial are displayed in nicer order! 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 1a74c54548 Feat: allow import Integer in calculus 2020-08-20 16:59:40 +02:00
Bertrand Benjamin fbfaeb5a58 Fix: precessing -> processing 2020-08-20 16:59:40 +02:00
Bertrand Benjamin d6bb61dc48 Fix: Black does its job 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 7600962fe4 Feat: doctest for composing Expressions 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 3e258b2d41 Feat: Expression call works with tokens 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 0c3c20262e Fix: move __call__ to expressions 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 0aba5eaef6 Feat: Move some import into functions 2020-08-20 16:59:40 +02:00
Bertrand Benjamin cd590c7fe0 Feat: remove set_render("txt") in doctest 2019-07-11 10:58:01 +02:00
Bertrand Benjamin f1424c8704 Feat: set_render to tex for module import and to txt in doctest 2019-06-28 11:43:17 +02:00
Bertrand Benjamin 5ea09aebf2 Feat: Defaut render is tex when Expression is imported from mapytex 2019-06-28 09:34:06 +02:00
Bertrand Benjamin 152fa2301c Test: add doctest for a bug about tree encapsulation 2019-06-28 09:02:17 +02:00
Bertrand Benjamin ca7e6b2ecb Fix: Fix encaspulate Expression._tree when init with random 2019-06-27 21:31:17 +02:00
Bertrand Benjamin 91efea28cd Merge branch 'FT_random' of git_opytex:/lafrite/Mapytex into FT_random 2019-05-16 19:42:52 +02:00
Bertrand Benjamin 8ab306683b Fix: forgot to skip a doctest 2019-05-16 19:02:31 +02:00
Bertrand Benjamin fbe72ae764 Feat: Expression can be generated randomly!!! 2019-05-16 17:21:34 +02:00
Bertrand Benjamin 09b04d2703 Style: apply black 2019-05-14 06:55:56 +02:00
Bertrand Benjamin 092fd3c0a7 Fix(API): organise import and clean API renders 2018-12-21 11:36:40 +01:00
Bertrand Benjamin 780772ec2d Feat(API): Expression.from_str tries to build a token when it's
possible
2018-12-13 09:29:44 +01:00
Bertrand Benjamin 5bf23a4793 Feat(API): integrate Token to Expression simplify 2018-12-07 10:27:50 +01:00
Bertrand Benjamin 95634d366b Feat(API): Organise in calculus before computing 2018-11-23 10:06:33 +01:00
Bertrand Benjamin 8933359945 Refect(Core): Improve error catch in apply and apply_on_last_level 2018-11-21 15:54:07 +01:00
Bertrand Benjamin fe52d9b346 style(API): Put multiple exceptions in one line 2018-11-21 09:51:14 +01:00
Bertrand Benjamin 5ab5314899 Feat(API): In simplify first typing then optimize 2018-11-21 09:43:35 +01:00
Bertrand Benjamin 505d2f1c09 Fix(Core): apply_on_last_level handle NotImplementedError 2018-11-21 09:37:17 +01:00
Bertrand Benjamin f53aa26542 Refact(API): Split simplify into _optimize, _typing, _compute 2018-11-21 08:54:37 +01:00
Bertrand Benjamin e37a8a5a2e Fix(API): Rewrite tree apply_on_last_level and reorganise simplify 2018-11-19 12:23:37 +01:00
Bertrand Benjamin 94c117151d Fix(Fraction): debug successive division (1 to MOnumber(1)) 2018-10-05 11:20:08 +02:00
Bertrand Benjamin 9e0a703e98 Feat(Tree): Add exclude_nodes in balance to trees 2018-10-05 08:52:04 +02:00
Bertrand Benjamin 948402755a Feat(Expression): Implement balance in expression 2018-10-04 08:16:59 +02:00
Bertrand Benjamin e9a865a14a Feat(API): use balance before computing to optimize calculus 2018-10-01 16:14:04 +02:00
Bertrand Benjamin a557fa3981 Fix(steps): Typing steps are bypassed
Useless steps where complex objects were built are not shown. I create
a typing function which is called when compute raise
NotImplementedError.
2018-09-24 17:21:50 +02:00
Bertrand Benjamin b63405592f doctests 2018-09-20 18:27:40 +02:00
Bertrand Benjamin 40cc8d00b6 basic simplify and explain methods for Expression 2018-09-17 18:18:29 +02:00
Bertrand Benjamin 5687ccb302 Start writing expression class 2018-09-17 16:29:00 +02:00
Bertrand Benjamin b885bb6b8f Start expression API 2018-01-21 12:21:13 +03:00