Skip to content
[Diff since v0.8.2](https://github.com/LCSB-BioCore/SBML.jl/compare/v0.8.2...v0.9.0)

**Closed issues:**
- Rate rules  (#53)
- Find and add good tests for loading converters (#56)
- Handling of lb, ub and oc in `Reaction`s (#85)
- Support for math in initial assignments (orig: case 00489 fails) (#134)
- functions with more than ~3 parameters should be converted to keyword parameters (#167)

**Merged pull requests:**
- fix function name in README (#161) (@exaexa)
- Follow the SBML structure of bounds and objectives (#162) (@exaexa)
- Support initial assignments (#163) (@giordano)
- Add test cases for loading dynamic models and convert.jl (#164) (@giordano)
- Events support (#165) (@anandijain)
- Support list of rules (#166) (@giordano)
- Define keywords-based constructors for `Model` and `Reaction` (#168) (@giordano)
- Support list of constraints (#170) (@giordano)
- Improve the documentation (#171) (@exaexa)