Skip to content

Commit

Permalink
Merge pull request #37 from pybamm-team/v-0-3-1
Browse files Browse the repository at this point in the history
increment version
  • Loading branch information
rtimms committed Jul 2, 2023
2 parents ff2ffe0 + 5c6365c commit 7a4ce12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [v0.3.1](https://github.com/pybamm-team/BPX/releases/tag/v0.3.1)
- Temporarily pin Pydantic version ([#35](https://github.com/pybamm-team/BPX/pull/35))

# [v0.3.0](https://github.com/pybamm-team/BPX/releases/tag/v0.3.0)

- Added a missing factor of 2 in the definition of the interfacial current, see the Butler-Volmer equation (2a) in the associated BPX standard document. The interfacial current is now given by $j=2j_0\sinh(F\eta/2/R/T)$ instead of $j=j_0\sinh(F\eta/2/R/T)$.
Expand Down
2 changes: 1 addition & 1 deletion bpx/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""BPX schema and parsers"""
# flake8: noqa F401

__version__ = "0.3.0"
__version__ = "0.3.1"

from .interpolated_table import InterpolatedTable
from .expression_parser import ExpressionParser
Expand Down

0 comments on commit 7a4ce12

Please sign in to comment.