Skip to content

Commit 81d8c35

Browse files
Merge pull request #2738 from pybamm-team/create-pull-request/patch-beb8cdf
Update to v23.2
2 parents c31b3d5 + 3163f49 commit 81d8c35

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

CHANGELOG.md

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

3+
# [v23.2](https://github.com/pybamm-team/PyBaMM/tree/v23.2) - 2023-02-28
4+
35
## Features
46

57
- Added an option for using a banded jacobian and sundials banded solvers for the IDAKLU solve [#2677](https://github.com/pybamm-team/PyBaMM/pull/2677)

CITATION.cff

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

docs/conf.py

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
author = "The PyBaMM Team"
2727

2828
# The short X.Y version
29-
version = "23.1"
29+
version = "23.2"
3030
# The full version, including alpha/beta/rc tags
3131
release = version
3232

@@ -107,8 +107,23 @@
107107
"image_light": "pybamm_logo.png",
108108
"image_dark": "pybamm_logo.png",
109109
},
110-
"github_url": "https://github.com/pybamm-team/pybamm",
111-
"twitter_url": "https://twitter.com/pybamm_",
110+
"icon_links": [
111+
{
112+
"name": "GitHub",
113+
"url": "https://github.com/pybamm-team/pybamm",
114+
"icon": "fa-brands fa-square-github",
115+
},
116+
{
117+
"name": "Twitter",
118+
"url": "https://twitter.com/pybamm_",
119+
"icon": "fa-brands fa-square-twitter",
120+
},
121+
{
122+
"name": "PyPI",
123+
"url": "https://pypi.org/project/pybamm/",
124+
"icon": "fa-solid fa-box",
125+
},
126+
],
112127
"collapse_navigation": True,
113128
"external_links": [
114129
{

pybamm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "23.1"
1+
__version__ = "23.2"

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pybamm",
3-
"version-string": "23.1",
3+
"version-string": "23.2",
44
"dependencies": [
55
"casadi",
66
{

0 commit comments

Comments
 (0)