Skip to content

v1.0.2

Compare
Choose a tag to compare
@schneiderfelipe schneiderfelipe released this 26 Nov 21:49
· 559 commits to main since this release

This is a patch release of overreact that solves a bug in the simulation code that had to do with the treatment of equilibrium reactions.

Update it using pip:

$ pip installl -U "overreact[cli,fast]"

overreact is licensed under the MIT license.

If you use overreact in your research, please cite our Zenodo DOI for now. A manuscript is currently in preparation.

Changes

  • Fixed a bug that led to unadjusted reaction rate constants for some half-equilibria reactions (7db8feb)
  • Added code coverage at Codecov (#101)
  • Fixed GitHub actions, which were always failing for pull requests (#106)
  • Minor changes in the CLI output header (15dc14d)