Skip to content

v22.6

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 08:01
· 5257 commits to develop since this release
7c5b44e

Features

  • Added open-circuit potential as a separate submodel (#2094)
  • Added partially reversible lithium plating model and new OKane2022 parameter set to go with it (#2043)
  • Added __eq__ and __hash__ methods for Symbol objects, using .id (#1978)

Optimizations

  • Stoichiometry inputs to OCP functions are now bounded between 1e-10 and 1-1e-10, with singularities at 0 and 1 so that OCP goes to +- infinity (#2095)

Breaking changes

  • Changed some dictionary keys to Symbol instead of Symbol.id (internal change only, should not affect external facing functions) (#1978)