File tree Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1
1
# [ Unreleased] ( https://github.com/pybamm-team/PyBaMM/ )
2
2
3
+ # [ v23.2] ( https://github.com/pybamm-team/PyBaMM/tree/v23.2 ) - 2023-02-28
4
+
3
5
## Features
4
6
5
7
- 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 )
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 : " 23.1 "
27
+ version : " 23.2 "
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 26
26
author = "The PyBaMM Team"
27
27
28
28
# The short X.Y version
29
- version = "23.1 "
29
+ version = "23.2 "
30
30
# The full version, including alpha/beta/rc tags
31
31
release = version
32
32
107
107
"image_light" : "pybamm_logo.png" ,
108
108
"image_dark" : "pybamm_logo.png" ,
109
109
},
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
+ ],
112
127
"collapse_navigation" : True ,
113
128
"external_links" : [
114
129
{
Original file line number Diff line number Diff line change 1
- __version__ = "23.1 "
1
+ __version__ = "23.2 "
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pybamm" ,
3
- "version-string" : " 23.1 " ,
3
+ "version-string" : " 23.2 " ,
4
4
"dependencies" : [
5
5
" casadi" ,
6
6
{
You can’t perform that action at this time.
0 commit comments