All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.4.0 - 2022-02-15
- Bumped
horned-owl
tov0.10.1
. - Bumped
curie
tov0.1.1
.
v0.3.3 - 2022-01-21
AsFunctional
implementation ofcurie::PrefixMapping
not writing the IRI delimiters.
v0.3.2 - 2022-01-21
AsFunctional
implementation forAxiomMappedOntology
.- Optional
memmap
support to read from a memory-mapped file.
- Invalid rendering of ontologies by
horned_functional::to_string
.
- Loader functions can take any
Ontology + FromFunctional
implementor, allowing to build either aSetOntology
or anAxiomMappedOntology
.
v0.3.1 - 2022-01-19
- Renamed
Error
variants for less redudancy (removedError
suffix where applicable).
v0.3.0 - 2022-01-19
Context
struct to pass optionalhorned_owl::model::Build
andcurie::PrefixMapping
references to use while parsing and serializing.AsFunctional
trait to render OWL elements in Functional-style syntax format.FromFunctional
implementation forAxiom
based on theAxiom
implementation discarding the annotations.- Update
FromPair
code to supportAnonymousIndividual
where possible. horned_functional::to_string
function to render anOntology
.
- Renamed
FromFunctional
methods tofrom_ofn
andfrom_ofn_ctx
. FromPair
implementors can only be derived from a singlepest
rule.
v0.2.0 - 2021-12-12
- Bumped
horned-owl
tov0.10.0
(#19 by @paulalesius).
v0.1.3 - 2020-11-18
- Use
thiserror
instead oferr-derive
to derive error trait.
- Relaxed
pest
version to avoid compatibility issues withfastobo
.
v0.1.1 - 2020-04-10
- Bumped
err-derive
dependency tov0.2.0
. - Bumped
curie
dependency tov0.1.1
.
v0.1.0 - 2019-07-24
Initial release.