Skip to content

v22.5

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 20:14
· 5494 commits to develop since this release
e1f52ff

Features

  • Added functionality to generate Julia expressions from a model. See PyBaMM.jl for how to use these (#1942))
  • Added basic callbacks to the Simulation class, and a LoggingCallback (#1880))

Bug fixes

  • Corrected legend order in "plot_voltage_components.py", so each entry refers to the correct overpotential. (#2061)

Breaking changes

  • Changed domain-specific parameter names to a nested attribute, e.g. param.c_n_max is now param.n.c_max (#2063)