|
2d296cf1d2
|
Feat: allowing to import Decimal
|
2019-10-14 22:22:08 +02:00 |
|
|
12109156d1
|
Feat: allow import Integer in calculus
|
2019-10-13 22:38:49 +02:00 |
|
|
2fad004d6d
|
Feat: dirty sub (repeatition in explain)
|
2019-10-13 22:38:49 +02:00 |
|
|
207dead5d0
|
Feat: doctest for operation between Token and str
|
2019-10-13 22:38:49 +02:00 |
|
|
e24bff23db
|
Feat: tokens can operate with builtin int
|
2019-10-13 22:38:49 +02:00 |
|
|
69c2b3718d
|
Fix: precessing -> processing
|
2019-10-13 22:38:49 +02:00 |
|
|
9c25142a4b
|
Feat: start using nox
|
2019-10-13 22:38:49 +02:00 |
|
|
931e55c35e
|
Fix: Black does its job
|
2019-10-13 22:38:49 +02:00 |
|
|
aba43c9f19
|
Feat: no more round in quadratic roots
|
2019-07-17 09:55:32 +02:00 |
|
|
b93f34bc38
|
Feat: MOnumber creating with a integer string
|
2019-07-17 09:53:03 +02:00 |
|
|
204fdf755b
|
Feat: to_be_token decorator and force token to be Integer when it's
possible
|
2019-07-17 09:49:50 +02:00 |
|
|
d75fd4c4cf
|
Feat: tokenify for everything!
|
2019-07-17 09:25:12 +02:00 |
|
|
a32b684b6b
|
Feat: Test and validate roots (but not elegant)
|
2019-07-16 16:49:33 +02:00 |
|
|
a5f062a151
|
Feat: doctest for composing Expressions
|
2019-07-16 09:31:30 +02:00 |
|
|
f8e1c7f962
|
Feat: Expression call works with tokens
|
2019-07-16 09:30:30 +02:00 |
|
|
1685c73051
|
Feat: Allow pure string rendering
|
2019-07-16 09:09:39 +02:00 |
|
|
04ac74d17a
|
Fix: move __call__ to expressions
|
2019-07-15 18:37:16 +02:00 |
|
|
23ab39f7d4
|
Feat: add tree2tex in all import
|
2019-07-15 18:36:59 +02:00 |
|
|
41385ec561
|
Feat: Polynoms can be differentiate!!!!
|
2019-07-15 17:48:59 +02:00 |
|
|
8389a319f0
|
Fix: Issue with typing null monomial
|
2019-07-15 17:27:38 +02:00 |
|
|
6e24756746
|
Fix: replace notimplemented by NotImplementedError
|
2019-07-15 17:16:00 +02:00 |
|
|
d45ab560c9
|
Feat: coefficients, delta and some roots for polynomial, Linear and Quadratic
|
2019-07-15 11:59:28 +02:00 |
|
|
fa8beb6bb2
|
Feat: Polynomial can be evaluated
|
2019-07-15 11:14:48 +02:00 |
|
|
b81281d78a
|
Feat: Move some import into functions
|
2019-07-15 11:09:59 +02:00 |
|
|
071b8caf1d
|
Feat: start working on eval for polynoms
|
2019-07-15 10:42:49 +02:00 |
|
|
1ed0b9715a
|
Fix: typing filter for multiply
|
2019-07-15 10:42:13 +02:00 |
|
|
e11787f3bc
|
Core: prepare 2.1!
|
2019-07-12 09:59:16 +02:00 |
|
|
b5bb4fef24
|
Doc: Add Statistical examples
|
2019-07-12 09:57:18 +02:00 |
|
|
6dc4743d8e
|
Doc: missing parenthesis
|
2019-07-12 09:44:22 +02:00 |
|
|
e811c5a4c4
|
Doc: fix \times instead of *
|
2019-07-12 09:43:40 +02:00 |
|
|
259d6e00d8
|
Core: clean debug folder
|
2019-07-12 09:42:01 +02:00 |
|
|
788e6c8add
|
Doc: update README
|
2019-07-12 09:37:53 +02:00 |
|
|
ed9191a3f1
|
Core: publish 2.0.8 version
|
2019-07-11 18:06:49 +02:00 |
|
|
63de956a4f
|
Fix: subtree render for tex
|
2019-07-11 18:03:49 +02:00 |
|
|
cd590c7fe0
|
Feat: remove set_render("txt") in doctest
|
2019-07-11 10:58:01 +02:00 |
|
|
7c4dc05e34
|
Feat: Default render is txt
|
2019-07-11 10:36:35 +02:00 |
|
|
116c1fac29
|
Feat: Rewrite doc for calculus and random generation
|
2019-07-01 11:24:44 +02:00 |
|
|
b5f45c97d0
|
Fix: Issue with copying variables_scope into complete_scope solved
|
2019-07-01 11:10:39 +02:00 |
|
|
b33015dc9d
|
Feat: starting rewrite doc
|
2019-07-01 09:12:08 +02:00 |
|
|
f1424c8704
|
Feat: set_render to tex for module import and to txt in doctest
|
2019-06-28 11:43:17 +02:00 |
|
|
f037d5545f
|
Fix: Clean tree2tex by copying tree2txt
|
2019-06-28 11:30:54 +02:00 |
|
|
aeb8fa4321
|
Fix: Clean weightedDataset from flatten_list
|
2019-06-28 10:37:59 +02:00 |
|
|
1d9aefd9e3
|
Feat: Enable stat and geometry tools import
|
2019-06-28 10:28:02 +02:00 |
|
|
c807fea6b4
|
Pkg: version name
|
2019-06-28 09:34:33 +02:00 |
|
|
5ea09aebf2
|
Feat: Defaut render is tex when Expression is imported from mapytex
|
2019-06-28 09:34:06 +02:00 |
|
|
152fa2301c
|
Test: add doctest for a bug about tree encapsulation
|
2019-06-28 09:02:17 +02:00 |
|
|
f7ac9a4788
|
Refact: Remove useless files
|
2019-06-28 08:54:23 +02:00 |
|
|
58e7152cf9
|
Chore: installation setup is working
|
2019-06-28 08:52:37 +02:00 |
|
|
c540471d4a
|
Chore: module import and metadata
|
2019-06-28 08:52:37 +02:00 |
|
|
815b6b79f0
|
chore: Update setup.py version
|
2019-06-28 08:52:37 +02:00 |
|