|
1 | 1 | # [Unreleased](https://github.com/pybamm-team/liionpack/)
|
2 | 2 |
|
| 3 | +# [v0.3.3](https://github.com/pybamm-team/PyBaMM/tree/v0.3.3) - 2023-01-05 |
| 4 | +## Bug fixes |
| 5 | + |
| 6 | +- Update the codecov.yaml with develop branch ([#180](https://github.com/pybamm-team/liionpack/pull/180)) |
| 7 | +- Update conda environment to pin minimum versions of PyBaMM and Python ([#169](https://github.com/pybamm-team/liionpack/pull/169)) |
| 8 | +- Fix benchmarking again ([#187](https://github.com/pybamm-team/liionpack/pull/187)) |
| 9 | +- Fix inconsistent results with Ray manager ([#189](https://github.com/pybamm-team/liionpack/pull/189)) |
| 10 | +- Deal with removal of external variables ([#192](https://github.com/pybamm-team/liionpack/pull/192)) |
| 11 | +- Update ParameterValues syntax ([#194](https://github.com/pybamm-team/liionpack/pull/194)) |
| 12 | +- Fix experiment after change in PyBaMM operating conditions ([#196](https://github.com/pybamm-team/liionpack/pull/196)) |
| 13 | +- Fix more external variable references ([#207](https://github.com/pybamm-team/liionpack/pull/207)) |
| 14 | + |
| 15 | +## Breaking changes |
| 16 | + |
| 17 | +## Features |
| 18 | + |
| 19 | +- Update the contributing docs about branches ([#179](https://github.com/pybamm-team/liionpack/pull/179)) |
| 20 | +- Update push to pypi following master sunset ([#193](https://github.com/pybamm-team/liionpack/pull/193)) |
| 21 | +- Change default branch on github to develop to fix benchmarking issues ([#184](https://github.com/pybamm-team/liionpack/pull/184)) |
| 22 | +- Migrate to hatch packaging ([#182](https://github.com/pybamm-team/liionpack/pull/182)) |
| 23 | + |
3 | 24 | # [v0.3.2](https://github.com/pybamm-team/PyBaMM/tree/v0.3.2) - 2022-07-01
|
4 | 25 |
|
5 | 26 | ## Bug fixes
|
@@ -40,4 +61,4 @@ Please note that liionpack and PyBaMM are both still under active development, a
|
40 | 61 | - Run pack simulations using PyBaMM simulations and experiments
|
41 | 62 | - Lumped thermal model with configurable heat transfer coefficients
|
42 | 63 | - Implement cell variablity with input parameters
|
43 |
| -- Run large simulations with parallel processing |
| 64 | +- Run large simulations with parallel processing |
0 commit comments