-
-
Notifications
You must be signed in to change notification settings - Fork 568
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.4.0 #1447
Release 0.4.0 #1447
Conversation
Release 0.3.0 - master
Release 0.3.0
[> master] Issue 1266 missing Enertech data
[>master] Switch to manylinux2014
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks Tino!
CHANGELOG.md
Outdated
- several new models, including reversible and irreversible plating submodels, submodels for loss of active material, Yang et al.'s (2017) coupled SEI/plating/pore clogging model, and the Newman-Tobias model | ||
- internal optimizations for solving models, particularly for simulating experiments, with more accurate event detection and more efficient numerical methods and post-processing | ||
- parallel solutions of a model with different inputs | ||
- a cleaner installation process for Mac, no longer requiring a Homebrew installation of Sundials |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A minor point: maybe mention that this is true when installing from PyPI, otherwise maybe people installing from the repo will be confused. (Sundials is still required when installing from the repo)
a cleaner installation process for Mac when installing from PyPI, no longer requiring a local installation of Sundials
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay! Just a very minor comment in the changelog, but I'm happy for this to be merged :)
Codecov Report
@@ Coverage Diff @@
## develop #1447 +/- ##
========================================
Coverage 98.28% 98.28%
========================================
Files 281 281
Lines 16219 16219
========================================
Hits 15941 15941
Misses 278 278 Continue to review full report at Codecov.
|
Description
Increment version number and update changelog for relase 0.4.0
Also rename master to main