Skip to content

Commit

Permalink
Merge pull request pybamm-team#2738 from pybamm-team/create-pull-requ…
Browse files Browse the repository at this point in the history
…est/patch-beb8cdf

Update to v23.2
  • Loading branch information
brosaplanella authored Feb 28, 2023
2 parents c31b3d5 + 3163f49 commit 81d8c35
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [Unreleased](https://github.com/pybamm-team/PyBaMM/)

# [v23.2](https://github.com/pybamm-team/PyBaMM/tree/v23.2) - 2023-02-28

## Features

- 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)
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ keywords:
- "expression tree"
- "python"
- "symbolic differentiation"
version: "23.1"
version: "23.2"
repository-code: "https://github.com/pybamm-team/PyBaMM"
title: "Python Battery Mathematical Modelling (PyBaMM)"
21 changes: 18 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
author = "The PyBaMM Team"

# The short X.Y version
version = "23.1"
version = "23.2"
# The full version, including alpha/beta/rc tags
release = version

Expand Down Expand Up @@ -107,8 +107,23 @@
"image_light": "pybamm_logo.png",
"image_dark": "pybamm_logo.png",
},
"github_url": "https://github.com/pybamm-team/pybamm",
"twitter_url": "https://twitter.com/pybamm_",
"icon_links": [
{
"name": "GitHub",
"url": "https://github.com/pybamm-team/pybamm",
"icon": "fa-brands fa-square-github",
},
{
"name": "Twitter",
"url": "https://twitter.com/pybamm_",
"icon": "fa-brands fa-square-twitter",
},
{
"name": "PyPI",
"url": "https://pypi.org/project/pybamm/",
"icon": "fa-solid fa-box",
},
],
"collapse_navigation": True,
"external_links": [
{
Expand Down
2 changes: 1 addition & 1 deletion pybamm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "23.1"
__version__ = "23.2"
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pybamm",
"version-string": "23.1",
"version-string": "23.2",
"dependencies": [
"casadi",
{
Expand Down

0 comments on commit 81d8c35

Please sign in to comment.