New features
- Energy modeling by @jmuhlich in #553 This adds support for BNG's energy modeling formalism. Models can now contain EnergyPatterns as well as energy-based Rules with the Arrhenius rate law parameterized by activation energy (E₀) and rate distribution (φ). Energy-based models can be simulated directly in PySB or exported to BNGL for use with BioNetGen-based tools.
- Add total_rate option to rules for NFsim compatibility by @rasi in #559
Improvements
- Fix typo in rule in tutorial by @mustafaozen in #560
- Migrate continuous integration to GitHub Actions by @yukthi-suresh and @jmuhlich in #562