File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# [ Unreleased] ( https://github.com/pybamm-team/PyBaMM/ )
22
3+ # [ v25.1.0] ( https://github.com/pybamm-team/PyBaMM/tree/v25.1.0 ) - 2025-01-14
4+
35## Features
46
57- Added a ` dt_min ` option to the (` IDAKLUSolver ` ). ([ #4736 ] ( https://github.com/pybamm-team/PyBaMM/pull/4736 ) )
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ keywords:
2424 - " expression tree"
2525 - " python"
2626 - " symbolic differentiation"
27- version : " 24.11.2 "
27+ version : " 25.1.0 "
2828repository-code : " https://github.com/pybamm-team/PyBaMM"
2929title : " Python Battery Mathematical Modelling (PyBaMM)"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
77[project ]
88name = " pybamm"
9- version = " 24.11.2 "
9+ version = " 25.1.0 "
1010license = { file = " LICENSE.txt" }
1111description = " Python Battery Mathematical Modelling"
1212authors = [{
name =
" The PyBaMM Team" ,
email =
" [email protected] " }]
Original file line number Diff line number Diff line change 1- __version__ = "24.11.2 "
1+ __version__ = "25.1.0 "
You can’t perform that action at this time.
0 commit comments