File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased] ( https://github.com/pybamm-team/PyBaMM/ )
2
2
3
+ # [ v25.1.0] ( https://github.com/pybamm-team/PyBaMM/tree/v25.1.0 ) - 2025-01-14
4
+
3
5
## Features
4
6
5
7
- 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:
24
24
- " expression tree"
25
25
- " python"
26
26
- " symbolic differentiation"
27
- version : " 24.11.2 "
27
+ version : " 25.1.0 "
28
28
repository-code : " https://github.com/pybamm-team/PyBaMM"
29
29
title : " Python Battery Mathematical Modelling (PyBaMM)"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
6
6
7
7
[project ]
8
8
name = " pybamm"
9
- version = " 24.11.2 "
9
+ version = " 25.1.0 "
10
10
license = { file = " LICENSE.txt" }
11
11
description = " Python Battery Mathematical Modelling"
12
12
authors = [{
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