Skip to content

Commit

Permalink
Merge pull request #155 from pybamm-team/release_v0.3.1
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
TomTranter committed May 24, 2022
2 parents dfadf2d + 245b972 commit f8e9244
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# [Unreleased](https://github.com/pybamm-team/liionpack/)

# [v0.3.1](https://github.com/pybamm-team/PyBaMM/tree/v0.3.1) - 2022-05-24

## Features

- Add functions for saving simulation output to csv and npz ([#145](https://github.com/pybamm-team/liionpack/pull/145))
- Internally change generation of ParameterValues to new PyBaMM format ([#134](https://github.com/pybamm-team/liionpack/pull/134))
- 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))

## Bug fixes

- Fix build, update solution inistialisation ([#148](https://github.com/pybamm-team/liionpack/pull/148))
- Add jax install to github actions ([#154](https://github.com/pybamm-team/liionpack/pull/154))

## Breaking changes

- Change solver class names to camelcase. Does not break usage if using wrapper solve functions ([#132](https://github.com/pybamm-team/liionpack/pull/132))

# [v0.3](https://github.com/pybamm-team/PyBaMM/tree/v0.3) - 2022-02-17
This is the first official version of liionpack.
Please note that liionpack and PyBaMM are both still under active development, and so the API may change in the future.

## Features

- Define a pack architecture with number of batteries in series and / parallel
- Load a pack architecture from a SPICE netlist
- Run pack simulations using PyBaMM simulations and experiments
- Lumped thermal model with configurable heat transfer coefficients
- Implement cell variablity with input parameters
- Run large simulations with parallel processing
2 changes: 1 addition & 1 deletion liionpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@
from .solvers import GenericActor
from .solvers import RayActor

__version__ = "0.3"
__version__ = "0.3.1"

0 comments on commit f8e9244

Please sign in to comment.