- Allow deserialization of SabioRK's SBML documents behind a feature flag.
- Deserialize any not-implemented RDF field under a Other unit variant.
- Implement
rdf:Annotation
forSpecies
,Reaction
andModel
, with a simple custom RDF implementation. - Parse
fbc:charge
andfbc:chemicalFormula
forSpecies
.
- Publish crate and upload multi-platform python wheels on CI tags.
- Naive implementation of MathML.
- Add
<math>
attribute toInitialAssignment
. - Implement
Rule
andFunction
base types.
- Benchmark against libSBML (through python's cobrapy)
- Enhance pyo bindings with some removal of superfluous
PyResult
s. - Add missing SBase attributes to
Species
andCompartment
. - Improve test structure and docs.
- Fix serializing of
kind
field inUnit
. - Fix on markdown.
- Remove println statement.
- Fixes on markdown.
- Replaced roxmltree in favor of quick-xml.
- Writing capabilities of
ModelRaw
. - Huge improvement of documentation.
- Lost support of MathML.
- Added in-code README and automate README generation through cargo-readme
- Added model.name and model.id