Releases: fastobo/fastobo-owl
Releases · fastobo/fastobo-owl
v0.3.2
v0.3.1
Fixed
- Parsing of
owl-axioms
clause inHeaderFrame::into_owl
adding duplicateOntologyID
components.
Changed
- Bump
fastobo
tov0.15.4.
.
v0.3.0
Changed
- Bump
horned-owl
tov1.0
. - Bump
thiserror
tov2.0
. - Bump
fastobo
tov0.15.3
. - Update
IntoOwl
trait to depend on theForIRI
generic parameter of the returned ontology. - Move the
IntoOwl::prefixes
to a different trait without generic parameter.
Remove
horned-functional
dependency (replaced withhorned_owl::io::ofn
module).
v0.2.1
Fixed
- Make the OWL document obtained from an OBO document import
oboInOwl
.
v0.2.0
Fixed
- Wrong Relations Ontology IDspace in
::into_owl::Context::from_obodoc
default mapping.
Changed
- Bump
horned-owl
tov0.11.0
. - Bump
horned-functional
tov0.4.0
.
v0.1.2
Added
Syntax
variant to theError
enum returned when an invalid URL was created inIntoOwl
.
Fixed
- Uncaught panic when converting an
OboDoc
missing anontology
header clause.
Changed
- Detect duplicate
ontology
header clause when converting anOboDoc
.
v0.1.1
Changed
- Bump required
horned-functional
version tov0.3.2
.
v0.1.0
Initial release.