File tree Expand file tree Collapse file tree 2 files changed +51
-3
lines changed Expand file tree Collapse file tree 2 files changed +51
-3
lines changed Original file line number Diff line number Diff line change
1
+ 3.6.5
Original file line number Diff line number Diff line change @@ -4,12 +4,59 @@ Changelog
4
4
5
5
6
6
next
7
- ------------------
7
+ ----
8
+
9
+
10
+ 3.7 (2019-10-04)
11
+ ----------------
12
+
13
+ * API changes
14
+
15
+ * Add new sort argument to simplify() to optionally not sort when simplifying
16
+ expressions (e.g. not applying "commutativity"). Thank you to Steven Esser
17
+ @majurg for this
18
+ * Add new argument to tokenizer to optionally accept extra characters in symbol
19
+ tokens. Thank you to @carpie for this
20
+
21
+
22
+ 3.6 (2018-08-06)
23
+ ----------------
24
+
25
+ * No API changes
26
+
27
+ * Bug fixes
28
+
29
+ * Fix De Morgan's laws effect on double negation propositions. Thank you to Douglas Cardoso for this
30
+ * Improve error checking when parsing
31
+
8
32
33
+ 3.5 (Nov 1, 2017)
34
+ -----------------
9
35
10
- 3.3.0 (2017-02-09)
36
+ * No API changes
37
+
38
+ * Bug fixes
39
+
40
+ * Documentation updates and add testing for Python 3.6. Thank you to Alexander Lisianoi @alisianoi
41
+ * Improve testng and expression equivalence checks
42
+ * Improve subs() method to an expression
43
+
44
+
45
+
46
+ 3.4 (May 12, 2017)
11
47
------------------
12
48
49
+ * No API changes
50
+
51
+ * Bug fixes and improvements
52
+
53
+ * Fix various documentation typos and improve tests . Thank you to Alexander Lisianoi @alisianoi
54
+ * Fix handling for literals vs. symbols in negations Thank you to @YaronK
55
+
56
+
57
+ 3.3 (2017-02-09)
58
+ ----------------
59
+
13
60
* API changes
14
61
15
62
* #40 and #50 Expression.subs() now takes 'default' thanks to @kronuz
27
74
------------------
28
75
29
76
* API changes
30
- * New algebra definition. Refactored class hierarchy. Improved parsing.
31
77
78
+ * New algebra definition. Refactored class hierarchy. Improved parsing.
32
79
33
80
* New features
34
81
You can’t perform that action at this time.
0 commit comments