Skip to content

Commit

Permalink
Merge pull request #165 from pybamm-team/dev
Browse files Browse the repository at this point in the history
version update
  • Loading branch information
TomTranter committed Jul 1, 2022
2 parents 16b7fda + ef89f11 commit 306ef75
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# [Unreleased](https://github.com/pybamm-team/liionpack/)

# [v0.3.2](https://github.com/pybamm-team/PyBaMM/tree/v0.3.2) - 2022-07-01

## Bug fixes

- Fix logger message duplication ([#156](https://github.com/pybamm-team/liionpack/pull/156))
- Fix build after changes to variable names in PyBaMM concerning initial stoich ([#159](https://github.com/pybamm-team/liionpack/pull/159))
- Pin version of protobuf to fix docs ([#163](https://github.com/pybamm-team/liionpack/pull/163))

## Breaking changes

- Remove support for dask as it reduces dependencies and does not perform as well as ray for our use case ([#160](https://github.com/pybamm-team/liionpack/pull/160))

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

## Features
Expand Down
2 changes: 1 addition & 1 deletion liionpack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@
from .solvers import GenericActor
from .solvers import RayActor

__version__ = "0.3.1"
__version__ = "0.3.2"

0 comments on commit 306ef75

Please sign in to comment.