1.0.0
Fixed
- Issues with typedef serialization in
FastoboSerializer
. Ontology.create_term
andOntology.create_relationship
not raisingValueError
when given an identifier already in the knowledge graph.- Signature of
BaseSerializer.dump
to removeencoding
argument. - Missing
__slots__
inEntity
in non-typechecking runtime.
Changed
- Bumped
fastobo
requirement tov0.6.0
.