Skip to content

Commit

Permalink
New release 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Nov 14, 2019
1 parent edaecc4 commit ba2b11b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ Changelog
Version 2.0.x
-------------

### Version 2.0.4 (under development)
### Version 2.0.5 (under development)


### Version 2.0.4 (2019/11)
- Extended conversion of number types to formulae
- (minor) changed `constant_part` to function for `Polynomial`
- (minor) added an additional operator on polynomials
- Fix for compilation with Xcode 11

### Version 2.0.3 (2019/01)
Requires carl with branch `master14` or a carl version between 17.12 and 18.08
Expand Down
2 changes: 1 addition & 1 deletion lib/pycarl/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.0.3"
__version__ = "2.0.4"

0 comments on commit ba2b11b

Please sign in to comment.