İşleme Grafiği

778 İşleme

Yazar SHA1 Mesaj Tarih
Bertrand Benjamin 7f8939eab2 Test: separate expression build and showing it
continuous-integration/drone/push Build is passing Ayrıntılar
2020-08-21 19:07:34 +02:00
Bertrand Benjamin 0cadc6734e Feat: return value for random_list
continuous-integration/drone/push Build is passing Ayrıntılar
continuous-integration/drone/tag Build is passing Ayrıntılar
2020-08-20 20:50:54 +02:00
Bertrand Benjamin f767aa390c Fix: rename list_generator to random_list
continuous-integration/drone/push Build is passing Ayrıntılar
continuous-integration/drone/tag Build is passing Ayrıntılar
2020-08-20 20:42:46 +02:00
Bertrand Benjamin 55985bfe20 Tagging: bad version number!
continuous-integration/drone/push Build is passing Ayrıntılar
continuous-integration/drone/tag Build is passing Ayrıntılar
2020-08-20 17:40:16 +02:00
Bertrand Benjamin 41d0de79cc Tagging: change version to 2.2
continuous-integration/drone/push Build is passing Ayrıntılar
continuous-integration/drone/tag Build is failing Ayrıntılar
2020-08-20 17:38:06 +02:00
Bertrand Benjamin 3b5c01e5cc Feat: random list generator
continuous-integration/drone/push Build is passing Ayrıntılar
2020-08-20 17:36:38 +02:00
Bertrand Benjamin 73b19e9644 Feat: add autopublishing
continuous-integration/drone/push Build is passing Ayrıntılar
2020-08-20 17:02:09 +02:00
Bertrand Benjamin 27e7dcba20 Feat: doctest skip
continuous-integration/drone/push Build is passing Ayrıntılar
2020-08-20 16:59:40 +02:00
Bertrand Benjamin 5f398b4c8d Feat: change frac to dfrac for fractions 2020-08-20 16:59:40 +02:00
Bertrand Benjamin ec823c85eb Feat: force subtree to be str and tex instead of txt in tree2tex 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 e596c1af60 Fix: clean __init__ 2020-08-20 16:59:40 +02:00
Bertrand Benjamin b84cf047bd Fix: chante value to content in raw 2020-08-20 16:59:40 +02:00
Bertrand Benjamin d446139af3 Feat: missing_times works with RdLeaf 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 975728f8dc Feat: Add doctest to rdstr2 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 2317296534 Feat: raw methods for tokens 2020-08-20 16:59:40 +02:00
Bertrand Benjamin c211ed1591 Feat: remove precision setting for Decimal 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 0c84c63ad3 Feat: overload pow for tokens 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 25bfb7699b Feat: add doctest add int and Decimal 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 0abd80655a Feat: dirty way to get decimal approx of a function 2020-08-20 16:59:40 +02:00
Bertrand Benjamin a3f7efca12 Feat: allowing to import Decimal 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 1dccaabd86 Feat: dirty sub (repeatition in explain) 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 510f6a1fa2 Feat: doctest for operation between Token and str 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 6b353d2dd0 Feat: tokens can operate with builtin int 2020-08-20 16:59:40 +02:00
Bertrand Benjamin fbfaeb5a58 Fix: precessing -> processing 2020-08-20 16:59:40 +02:00
Bertrand Benjamin 1a4e8ffb19 Feat: start using nox 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 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 fdf3b088f2 Mise à jour de 'README.md'
continuous-integration/drone/push Build is failing Ayrıntılar
2020-07-18 06:29:21 +00:00
Bertrand Benjamin c7bd77e341 Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Ayrıntılar
2020-07-18 06:21:50 +00:00
Bertrand Benjamin 37601be549 Feat: nothing
continuous-integration/drone/push Build is failing Ayrıntılar
2020-07-17 20:37:51 +02:00
Bertrand Benjamin 19cdddf27e Feat: add a drone for testing 2020-07-17 20:37:00 +02:00