You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
Isothermal models now compute heat source terms (but the temperature remains constant). The models now also account for current collector heating when dimensionality=0 (#1929)
Added new models for power control and resistance control (#1917)
Initial concentrations can now be provided as a function of r as well as x (#1866)
Bug fixes
Fixed a bug where thermal submodels could not be used with half-cells (#1929)
Parameters can now be imported from a directory having "pybamm" in its name (#1919)
scikit.odes and SUNDIALS can now be installed using pybamm_install_odes (#1916)
Breaking changes
The domain setter and auxiliary_domains getter have been deprecated, domains setter/getter should be used instead. The domain getter is still active. We now recommend creating symbols with domains={...} instead of domain=..., auxiliary_domains={...}, but the latter is not yet deprecated (#1866)