Commit Graph

165 Commits

Author SHA1 Message Date
Bertrand Benjamin 60ee751e91 Fix: add special case to add typing
continuous-integration/drone/push Build is failing Details
Sometimes, typing/add.py tried to build MOpolynomial with only one
coefficient.
2021-10-20 15:33:46 +02:00
Bertrand Benjamin 1347c30b92 Feat: simplified version for Fraction and MOFraction
continuous-integration/drone/push Build is passing Details
2021-09-26 08:58:42 +02:00
Bertrand Benjamin bf55470467 Feat: make MOFraction comparable 2021-09-26 08:29:07 +02:00
Bertrand Benjamin ff4d8471ef Feat: dirty way to manage () and * in render 2020-12-15 16:01:54 +01:00
Bertrand Benjamin 2109fc46cb Fix: simplify rendering by expanding tree. still bugs with set_render 2020-12-12 23:14:44 +01:00
Bertrand Benjamin 9dc4d08619 Feat: return value for random_list 2020-11-15 21:12:26 +01:00
Bertrand Benjamin 33c4872ff7 Fix: rename list_generator to random_list 2020-11-15 21:12:26 +01:00
Bertrand Benjamin 8d9294afe1 Feat: random list generator 2020-11-15 21:12:26 +01:00
Bertrand Benjamin fadd93b9a6 Feat: change frac to dfrac for fractions 2019-11-04 09:43:52 +01:00
Bertrand Benjamin cb8010c7ac Feat: force subtree to be str and tex instead of txt in tree2tex 2019-11-04 09:39:52 +01:00
Bertrand Benjamin f12ec38746 Feat: Polynomial are displayed in nicer order! 2019-10-30 21:12:58 +01:00
Bertrand Benjamin 70ec6933ac Feat: missing_times works with RdLeaf 2019-10-30 18:46:57 +01:00
Bertrand Benjamin 91779bd945 Feat: Add doctest to rdstr2 2019-10-30 10:49:07 +01:00
Bertrand Benjamin 2a74722b19 Feat: add doctest add int and Decimal 2019-10-15 19:15:32 +02:00
Bertrand Benjamin 931e55c35e Fix: Black does its job 2019-10-13 22:38:49 +02:00
Bertrand Benjamin b93f34bc38 Feat: MOnumber creating with a integer string 2019-07-17 09:53:03 +02:00
Bertrand Benjamin 204fdf755b Feat: to_be_token decorator and force token to be Integer when it's
possible
2019-07-17 09:49:50 +02:00
Bertrand Benjamin d75fd4c4cf Feat: tokenify for everything! 2019-07-17 09:25:12 +02:00
Bertrand Benjamin 1685c73051 Feat: Allow pure string rendering 2019-07-16 09:09:39 +02:00
Bertrand Benjamin 23ab39f7d4 Feat: add tree2tex in all import 2019-07-15 18:36:59 +02:00
Bertrand Benjamin 41385ec561 Feat: Polynoms can be differentiate!!!! 2019-07-15 17:48:59 +02:00
Bertrand Benjamin 8389a319f0 Fix: Issue with typing null monomial 2019-07-15 17:27:38 +02:00
Bertrand Benjamin 1ed0b9715a Fix: typing filter for multiply 2019-07-15 10:42:13 +02:00
Bertrand Benjamin 63de956a4f Fix: subtree render for tex 2019-07-11 18:03:49 +02:00
Bertrand Benjamin b5f45c97d0 Fix: Issue with copying variables_scope into complete_scope solved 2019-07-01 11:10:39 +02:00
Bertrand Benjamin f037d5545f Fix: Clean tree2tex by copying tree2txt 2019-06-28 11:30:54 +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 fbe72ae764 Feat: Expression can be generated randomly!!! 2019-05-16 17:21:34 +02:00
Bertrand Benjamin ca33a00877 Feat: Split moify into the function and the coroutine 2019-05-16 17:17:59 +02:00
Bertrand Benjamin 037fd9f68a Feat(random): random str parsing is done 2019-05-14 07:03:05 +02:00
Bertrand Benjamin 040dfff0ec Doc: Doctest for Tree generator 2019-05-14 07:01:49 +02:00
Bertrand Benjamin 4e7ba55970 Feat: random variable generator done! 2019-05-14 07:01:02 +02:00
Bertrand Benjamin b781408d31 Fix: doctest over sets 2019-05-14 06:59:46 +02:00
Bertrand Benjamin c9c44be0d1 Feat(random): Start random tree generation 2019-05-14 06:59:46 +02:00
Bertrand Benjamin 538cbdcbcc Feat(random): random tree generation flow is ok. Need to create generate
function
2019-05-14 06:56:33 +02:00
Bertrand Benjamin 3e43684937 Feat(random): Start random tree generation 2019-05-14 06:56:33 +02:00
Bertrand Benjamin 09b04d2703 Style: apply black 2019-05-14 06:55:56 +02:00
Bertrand Benjamin ca7cd001d8 Feat(random): random str parsing is done 2019-05-13 19:37:34 +02:00
Bertrand Benjamin 33ded0d90e Doc: Doctest for Tree generator 2019-05-12 17:14:25 +02:00
Bertrand Benjamin 295677045b Feat: random variable generator done! 2019-05-12 16:58:36 +02:00
Bertrand Benjamin d94beef79a Fix: doctest over sets 2019-05-12 15:59:49 +02:00
Bertrand Benjamin c7561fa6fe Feat(random): random tree generation flow is ok. Need to create generate
function
2019-05-09 18:37:39 +02:00
Bertrand Benjamin a77c2f9795 Feat(random): Start random tree generation 2019-05-09 17:47:02 +02:00
Bertrand Benjamin 7097801306 Style: remove some withspace 2019-05-09 17:43:56 +02:00
Bertrand Benjamin 5df0b0c21e Fix: Rewrite lookfornumber to fix - parsing issue 2019-05-08 16:09:00 +02:00
Bertrand Benjamin 7413a76f8d Feat: import Expression from calculus and docstring in random 2019-05-08 14:44:35 +02:00
Bertrand Benjamin f87e6c5727 Refact(core): rename bltin_gene to int_gene 2019-01-07 09:42:43 +01:00
Bertrand Benjamin 94077b6e6c Refact(core): reorganise files for random 2019-01-07 09:38:20 +01:00
Bertrand Benjamin e0334d3c0f Test(core): doctest reject_random and filter_random 2019-01-07 09:24:19 +01:00
Bertrand Benjamin f04e221f70 Feat(Core/API): Random generation methods for numbers 2018-12-22 08:42:31 +01:00