Skip to content

Commit c212bb0

Browse files
committed
Update change log
1 parent bac7570 commit c212bb0

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)
22

3+
# [v24.9.0](https://github.com/pybamm-team/PyBaMM/tree/v24.9.0) - 2024-09-03
4+
35
## Features
46

57
- Added additional user-configurable options to the (`IDAKLUSolver`) and adjusted the default values to improve performance. ([#4282](https://github.com/pybamm-team/PyBaMM/pull/4282))

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ keywords:
2424
- "expression tree"
2525
- "python"
2626
- "symbolic differentiation"
27-
version: "24.5"
27+
version: "24.9.0"
2828
repository-code: "https://github.com/pybamm-team/PyBaMM"
2929
title: "Python Battery Mathematical Modelling (PyBaMM)"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313

1414
[project]
1515
name = "pybamm"
16-
version = "24.5"
16+
version = "24.9.0"
1717
license = { file = "LICENSE.txt" }
1818
description = "Python Battery Mathematical Modelling"
1919
authors = [{name = "The PyBaMM Team", email = "[email protected]"}]

src/pybamm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "24.5"
1+
__version__ = "24.9.0"

vcpkg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pybamm",
3-
"version-string": "24.5",
3+
"version-string": "24.9.0",
44
"dependencies": [
55
"casadi",
66
{

0 commit comments

Comments
 (0)