Skip to content

Commit f8e9244

Browse files
authored
Merge pull request #155 from pybamm-team/release_v0.3.1
Release v0.3.1
2 parents dfadf2d + 245b972 commit f8e9244

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# [Unreleased](https://github.com/pybamm-team/liionpack/)
2+
3+
# [v0.3.1](https://github.com/pybamm-team/PyBaMM/tree/v0.3.1) - 2022-05-24
4+
5+
## Features
6+
7+
- Add functions for saving simulation output to csv and npz ([#145](https://github.com/pybamm-team/liionpack/pull/145))
8+
- Internally change generation of ParameterValues to new PyBaMM format ([#134](https://github.com/pybamm-team/liionpack/pull/134))
9+
- Change model timescale to a scalar so that scaling is consistent in batteries of different sizes for single model. Add external thermal simulation function. Update circuit solve vectorized to work with circuit topology with multiple similar resistors connected to single nodes. ([#124](https://github.com/pybamm-team/liionpack/pull/124))
10+
11+
## Bug fixes
12+
13+
- Fix build, update solution inistialisation ([#148](https://github.com/pybamm-team/liionpack/pull/148))
14+
- Add jax install to github actions ([#154](https://github.com/pybamm-team/liionpack/pull/154))
15+
16+
## Breaking changes
17+
18+
- Change solver class names to camelcase. Does not break usage if using wrapper solve functions ([#132](https://github.com/pybamm-team/liionpack/pull/132))
19+
20+
# [v0.3](https://github.com/pybamm-team/PyBaMM/tree/v0.3) - 2022-02-17
21+
This is the first official version of liionpack.
22+
Please note that liionpack and PyBaMM are both still under active development, and so the API may change in the future.
23+
24+
## Features
25+
26+
- Define a pack architecture with number of batteries in series and / parallel
27+
- Load a pack architecture from a SPICE netlist
28+
- Run pack simulations using PyBaMM simulations and experiments
29+
- Lumped thermal model with configurable heat transfer coefficients
30+
- Implement cell variablity with input parameters
31+
- Run large simulations with parallel processing

liionpack/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@
4545
from .solvers import GenericActor
4646
from .solvers import RayActor
4747

48-
__version__ = "0.3"
48+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)