Skip to content

Commit 0da6086

Browse files
committed
Update changelog for 3.7
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent 8f4fcf7 commit 0da6086

File tree

2 files changed

+51
-3
lines changed

2 files changed

+51
-3
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.6.5

CHANGELOG.rst

Lines changed: 50 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,59 @@ Changelog
44

55

66
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+
832

33+
3.5 (Nov 1, 2017)
34+
-----------------
935

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)
1147
------------------
1248

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+
1360
* API changes
1461

1562
* #40 and #50 Expression.subs() now takes 'default' thanks to @kronuz
@@ -27,8 +74,8 @@ next
2774
------------------
2875

2976
* API changes
30-
* New algebra definition. Refactored class hierarchy. Improved parsing.
3177

78+
* New algebra definition. Refactored class hierarchy. Improved parsing.
3279

3380
* New features
3481

0 commit comments

Comments
 (0)