Commit Graph

752 Commits

Author SHA1 Message Date
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 Details
2020-07-18 06:29:21 +00:00
Bertrand Benjamin c7bd77e341 Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details
2020-07-18 06:21:50 +00:00
Bertrand Benjamin 37601be549 Feat: nothing
continuous-integration/drone/push Build is failing Details
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
Bertrand Benjamin e11787f3bc Core: prepare 2.1! 2019-07-12 09:59:16 +02:00
Bertrand Benjamin b5bb4fef24 Doc: Add Statistical examples 2019-07-12 09:57:18 +02:00
Bertrand Benjamin 6dc4743d8e Doc: missing parenthesis 2019-07-12 09:44:22 +02:00
Bertrand Benjamin e811c5a4c4 Doc: fix \times instead of * 2019-07-12 09:43:40 +02:00
Bertrand Benjamin 259d6e00d8 Core: clean debug folder 2019-07-12 09:42:01 +02:00
Bertrand Benjamin 788e6c8add Doc: update README 2019-07-12 09:37:53 +02:00
Bertrand Benjamin ed9191a3f1 Core: publish 2.0.8 version 2019-07-11 18:06:49 +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 116c1fac29 Feat: Rewrite doc for calculus and random generation 2019-07-01 11:24:44 +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 b33015dc9d Feat: starting rewrite doc 2019-07-01 09:12:08 +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 c807fea6b4 Pkg: version name 2019-06-28 09:34:33 +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 f7ac9a4788 Refact: Remove useless files 2019-06-28 08:54:23 +02:00
Bertrand Benjamin 58e7152cf9 Chore: installation setup is working 2019-06-28 08:52:37 +02:00
Bertrand Benjamin c540471d4a Chore: module import and metadata 2019-06-28 08:52:37 +02:00
Bertrand Benjamin 815b6b79f0 chore: Update setup.py version 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