Releases: fastobo/fastobo-py
Releases · fastobo/fastobo-py
0.4.0
Added
__init__
implementation forfastobo.term.DefClause
__init__
implementation forfastobo.syn.Synonym
- Precompiled wheels for PyPy3 on OSX and Linux.
Fixed
XrefList.__repr__
implementation entering infinite recursion.- Derive macros generating weird error messages for some
TypeError
s. - Enabled
extension-module
feature ofpyo3
to allow static linking to Python interpreter. - Inconsistent error-chaining in Python causing issues with
try/except
blocks.
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
Changed
- Updated to
fastobo
v0.5.0.
Added
- Support for OBO graph deserialization using
fastobo-graphs
. - Limited support for instance frames in
fastobo.instance
module. - Methods
OboDoc.compact_ids
andOboDoc.decompact_ids
to create semantically
equivalent OBO document with compacted/decompacted identifiers.