Bertrand Benjamin
|
d6bb61dc48
|
Fix: Black does its job
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
02214b0f82
|
Feat: no more round in quadratic roots
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
e52fec4057
|
Feat: MOnumber creating with a integer string
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
219d923ff5
|
Feat: to_be_token decorator and force token to be Integer when it's
possible
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
419e5955eb
|
Feat: tokenify for everything!
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
f471a1efb3
|
Feat: Test and validate roots (but not elegant)
|
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
|
9f492378c8
|
Feat: Allow pure string rendering
|
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
|
b3ec098b0b
|
Feat: add tree2tex in all import
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
9d9224fcba
|
Feat: Polynoms can be differentiate!!!!
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
b53de690d5
|
Fix: Issue with typing null monomial
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
beb319f21d
|
Fix: replace notimplemented by NotImplementedError
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
50f77c4d60
|
Feat: coefficients, delta and some roots for polynomial, Linear and Quadratic
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
a83b5ada8d
|
Feat: Polynomial can be evaluated
|
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
|
0faaf481ca
|
Feat: start working on eval for polynoms
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
b51ac7880d
|
Fix: typing filter for multiply
|
2020-08-20 16:59:40 +02:00 |
Bertrand Benjamin
|
63de956a4f
|
Fix: subtree render for tex
|
2019-07-11 18:03:49 +02:00 |
Bertrand Benjamin
|
cd590c7fe0
|
Feat: remove set_render("txt") in doctest
|
2019-07-11 10:58:01 +02:00 |
Bertrand Benjamin
|
7c4dc05e34
|
Feat: Default render is txt
|
2019-07-11 10:36:35 +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
|
f1424c8704
|
Feat: set_render to tex for module import and to txt in doctest
|
2019-06-28 11:43:17 +02:00 |
Bertrand Benjamin
|
f037d5545f
|
Fix: Clean tree2tex by copying tree2txt
|
2019-06-28 11:30:54 +02:00 |
Bertrand Benjamin
|
aeb8fa4321
|
Fix: Clean weightedDataset from flatten_list
|
2019-06-28 10:37:59 +02:00 |
Bertrand Benjamin
|
1d9aefd9e3
|
Feat: Enable stat and geometry tools import
|
2019-06-28 10:28:02 +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
|
c540471d4a
|
Chore: module import and metadata
|
2019-06-28 08:52:37 +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
|
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 |