Skip to content

Releases: fastobo/fastobo-owl

v0.3.2

13 Feb 22:17
v0.3.2
Compare
Choose a tag to compare

Fixed

  • Remove hardcoded import of oboInOwl when converting an OboDoc to OWL.

v0.3.1

13 Feb 18:43
v0.3.1
Compare
Choose a tag to compare

Fixed

  • Parsing of owl-axioms clause in HeaderFrame::into_owl adding duplicate OntologyID components.

Changed

  • Bump fastobo to v0.15.4..

v0.3.0

13 Feb 17:10
v0.3.0
Compare
Choose a tag to compare

Changed

  • Bump horned-owl to v1.0.
  • Bump thiserror to v2.0.
  • Bump fastobo to v0.15.3.
  • Update IntoOwl trait to depend on the ForIRI generic parameter of the returned ontology.
  • Move the IntoOwl::prefixes to a different trait without generic parameter.

Remove

  • horned-functional dependency (replaced with horned_owl::io::ofn module).

v0.2.1

23 Feb 15:37
Compare
Choose a tag to compare

Fixed

  • Make the OWL document obtained from an OBO document import oboInOwl.

v0.2.0

15 Feb 14:16
Compare
Choose a tag to compare

Fixed

  • Wrong Relations Ontology IDspace in ::into_owl::Context::from_obodoc default mapping.

Changed

  • Bump horned-owl to v0.11.0.
  • Bump horned-functional to v0.4.0.

v0.1.2

22 Jan 16:21
Compare
Choose a tag to compare

Added

  • Syntax variant to the Error enum returned when an invalid URL was created in IntoOwl.

Fixed

  • Uncaught panic when converting an OboDoc missing an ontology header clause.

Changed

  • Detect duplicate ontology header clause when converting an OboDoc.

v0.1.1

21 Jan 18:59
Compare
Choose a tag to compare

Changed

  • Bump required horned-functional version to v0.3.2.

v0.1.0

20 Jan 22:23
Compare
Choose a tag to compare

Initial release.