From 1d052ba685106982f24f61fa6466fedb55a7cfde Mon Sep 17 00:00:00 2001 From: kratman Date: Fri, 22 Nov 2024 17:56:32 -0500 Subject: [PATCH] Add changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3005a6c16e..ad12a62363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ - Modified `quick_plot.plot` to accept a list of times and generate superimposed graphs for specified time points. ([#4529](https://github.com/pybamm-team/PyBaMM/pull/4529)) +## Bug Fixes + +- Added some dependencies which were left out of the `pyproject.toml` file ([#000](https://github.com/pybamm-team/PyBaMM/pull/0000)) + ## Breaking changes - Double-layer SEI models have been removed (with the corresponding parameters). All models assume now a single SEI layer. ([#4470](https://github.com/pybamm-team/PyBaMM/pull/4470))