|
1 | 1 | # [Unreleased](https://github.com/pybamm-team/PyBaMM/)
|
2 | 2 |
|
3 |
| -## Features |
| 3 | +## Feature |
4 | 4 |
|
5 | 5 | - Added functionality to set `Discharge capacity` as the x-axis in `QuickPlot`.([#4775](https://github.com/pybamm-team/PyBaMM/pull/4775))
|
6 |
| -- Added `axen_ocp` module within submodel `interface.open_circuit_potential` to handle an OCP with hysteresis. ([#4816](https://github.com/pybamm-team/PyBaMM/pull/48 |
| 6 | +- Revision of the hysteresis notebook to include the method implemented in the module `axen_ocp`. ([#4880](https://github.com/pybamm-team/PyBaMM/pull/4880)) |
| 7 | +- Added `axen_ocp` module within submodel `interface.open_circuit_potential` to handle an OCP with hysteresis. ([#4816](https://github.com/pybamm-team/PyBaMM/pull/4816)) |
7 | 8 | - Creates a 'calc_esoh' property in battery models ([#4825](https://github.com/pybamm-team/PyBaMM/pull/4825))
|
8 | 9 | - Added 'get_summary_variables' to return dictionary of computed summary variables ([#4824](https://github.com/pybamm-team/PyBaMM/pull/4824))
|
9 | 10 | - Added support for particle size distributions combined with particle mechanics. ([#4807](https://github.com/pybamm-team/PyBaMM/pull/4807))
|
| 11 | +- Added InputParameter support in PyBamm experiments ([#4826](https://github.com/pybamm-team/PyBaMM/pull/4826)) |
| 12 | +- Added support for the `"pchip"` interpolator using the CasADI backend. ([#4871](https://github.com/pybamm-team/PyBaMM/pull/4871)) |
10 | 13 |
|
11 | 14 | ## Breaking changes
|
12 | 15 |
|
|
15 | 18 |
|
16 | 19 | ## Bug fixes
|
17 | 20 |
|
| 21 | +- Fixed a bug in simulating FEM models with the `IDAKLUSolver`. ([#4879](https://github.com/pybamm-team/PyBaMM/pull/4879)) |
| 22 | +- Moved concentration inside x-averaged when calculating LLI due to LAM variables ([#4858](https://github.com/pybamm-team/PyBaMM/pull/4858)) |
| 23 | +- Fixed a bug that caused the variable `"Loss of lithium due to {domain} lithium plating"`to have the domain `"current collector"` (should not have any domain at all) if the `"x-average side reactions"` option was set to `"true"`. ([#4844](https://github.com/pybamm-team/PyBaMM/pull/4844)) |
18 | 24 | - Fixed interpolation bug in `pybamm.QuickPlot` with spatial variables. ([#4841](https://github.com/pybamm-team/PyBaMM/pull/4841))
|
19 | 25 |
|
20 | 26 | ## Optimizations
|
21 | 27 |
|
| 28 | +- Performance improvements to `IDAKLUSolver` initialization and processed variables. ([#4878](https://github.com/pybamm-team/PyBaMM/pull/4878)) |
22 | 29 | - Improved search to handle cases with shorter input strings and provide more relevant results. ([#4735](https://github.com/pybamm-team/PyBaMM/pull/4735))
|
23 | 30 |
|
24 | 31 | # [v25.1.1](https://github.com/pybamm-team/PyBaMM/tree/v25.1.1) - 2025-01-20
|
|
29 | 36 |
|
30 | 37 | ## Bug fixes
|
31 | 38 |
|
32 |
| -- Moved concentration inside x-averaged when calculating LLI due to LAM variables ([#4858](https://github.com/pybamm-team/PyBaMM/pull/4858)) |
33 | 39 | - Fixed a bug which caused the ec-reaction limited SEI model to give
|
34 | 40 | incorrect results ([#4774](https://github.com/pybamm-team/PyBaMM/pull/4774))
|
35 | 41 |
|
|
0 commit comments