Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
TomTranter committed Apr 5, 2023
1 parent 00875e4 commit 8dbf0fc
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 6 deletions.
43 changes: 38 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
# [Unreleased](https://github.com/pybamm-team/liionpack/)

# [v0.3.4](https://github.com/pybamm-team/PyBaMM/tree/v0.3.4) - 2023-03-03
## Features

- ([#PR](link))

## Bug fixes

- ([#PR](link))

## Breaking changes

- ([#PR](link))

# [v0.3.5](https://github.com/pybamm-team/liionpack/) - 2023-04-05

## Features

- Add pre commit and migrate to ruff ([#232](https://github.com/pybamm-team/liionpack/pull/232))

## Bug fixes

- Fix bug in cell currents being out of step ([#245](https://github.com/pybamm-team/liionpack/pull/245))
- Test only on PyBaMM stable ([#229](https://github.com/pybamm-team/liionpack/pull/229))

## Breaking changes

- Handle change in variable name for next PyBaMM release ([#240](https://github.com/pybamm-team/liionpack/pull/240))

## Chores

- Update pre-commit hooks ([#247](https://github.com/pybamm-team/liionpack/pull/247))

# [v.0.3.4](https://github.com/pybamm-team/liionpack/tree/v.0.3.4) - 2023-03-03

## This version was yanked from PyPi due to an accidental early release that addressed changes coming into PyBaMM in version 23.3.

## Features

Expand All @@ -15,7 +48,7 @@
- Drop support for Python 3.7 ([#216](https://github.com/pybamm-team/liionpack/pull/216))


# [v0.3.3](https://github.com/pybamm-team/PyBaMM/tree/v0.3.3) - 2023-01-05
# [v0.3.3](https://github.com/pybamm-team/liionpack/tree/v0.3.3) - 2023-01-05
## Bug fixes

- Update the codecov.yaml with develop branch ([#180](https://github.com/pybamm-team/liionpack/pull/180))
Expand All @@ -36,7 +69,7 @@
- Change default branch on github to develop to fix benchmarking issues ([#184](https://github.com/pybamm-team/liionpack/pull/184))
- Migrate to hatch packaging ([#182](https://github.com/pybamm-team/liionpack/pull/182))

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

## Bug fixes

Expand All @@ -48,7 +81,7 @@

- 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
# [v0.3.1](https://github.com/pybamm-team/liionpack/tree/v0.3.1) - 2022-05-24

## Features

Expand All @@ -65,7 +98,7 @@

- 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
# [v0.3](https://github.com/pybamm-team/liionpack/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.

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.4"
__version__ = "0.3.5"

0 comments on commit 8dbf0fc

Please sign in to comment.