-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update supported Python versions in CI (#228)
* add missing CHANGELOG.rst * fix missing 3.9 * now windows wheels for 3.9 * make nosetests and coverage work correctly * update release notes Co-authored-by: Moritz E. Beber <[email protected]>
- Loading branch information
1 parent
a7c02b2
commit e7728cd
Showing
6 changed files
with
44 additions
and
63 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
======= | ||
|
||
Next Release | ||
------------ | ||
* removed support for Python 3.5 | ||
* added support for Python 3.9 | ||
* enabled code coverage in tox | ||
* support symengine 0.7.0 | ||
|
||
1.4.7 | ||
----- | ||
* fix: except AttributeError when setting tolerance on cloned Configuration | ||
* enable cloning models between solver interfaces that do not support the same set of tolerance parameters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters