v25.3
Full Changelog: https://github.com/pybop-team/PyBOP/blob/develop/CHANGELOG.md
v25.3 - 2025-03-28
Features
- #649 - Adds verbose outputs to Pints-based optimisers
- #659 - Enables user-defined weightings of the error measures.
- #674 - Adds the reason for stopping to the
OptimisationResult. - #663 - Adds DFN fitting examples alongside synthetic data generation methods.
Optimisations
- #676 - Update the format of the problem sensitivities to a dict.
- #681 - Update the spatial variable defaults of the
GroupedSPMemodel. - #692 - Improvements/fixes for
BaseSamplerandBasePintsSamplerclasses, addsChainProcessorclasses w/ clearer structure.
Bug Fixes
- #678 - Fixed bug where model wasn't plotted for observer classes with
pybop.plot.quick().