Skip to content

Releases: geneontology/obographs

v0.3.1

08 Nov 11:00
6676b10
Compare
Choose a tag to compare

Whats changed

Change for #65 - add PropertyType to PROPERTY Nodes
Change for #90 - ensure all declared nodes (CLASS, INDIVIDUAL, PROPERTY) are added even if unlabelled.
Change for #93 - log untranslated axioms to WARN
Change for #103 - remove Guava dependency from obographs-core. Guava is still a transitive dependency of the OWLAPI.
Update examples/ with changes
Update schema/ with changes
Enable obographs-cli to convert ttl to json and yaml

Full Changelog: v0.3.0...v0.3.1

Immutables and splitting out OWL API

05 Jul 11:18
Compare
Choose a tag to compare

This release is a major release which uses the immutables library to build the model as immutable objects with corresponding builders. These are (de)serialisable to and from their JSON or YAML representation. The output from these should also be reproducible, predictable and consistent with the ordering in the original OWL file.

This release also splits the library into two modules:

  • obographs-core contains the model and classes for reading/writing JSON or YAML. Unless you need OWL this is all you need.
  • obographs-owl-api for reading and converting OWL/OBO into obographs.

n.b. the maven coordinates have changed. For example using the core only you will need to add:

<dependency>
    <groupId>org.geneontology.obographs</groupId>
    <artifactId>obographs-core</artifactId>
    <version>0.3.0</version>
</dependency>

0.2.1 release

26 Feb 19:33
f56ec14
Compare
Choose a tag to compare

0.2.0 release

26 Feb 19:33
Compare
Choose a tag to compare

0.1.0 release

03 Mar 21:41
Compare
Choose a tag to compare
  • Now handles anonymous individuals in annotations

0.0.9 release

09 Jan 13:43
Compare
Choose a tag to compare
  • #17 - mapped owl:deprecated (obsolete terms)
  • #19 - mapped rdfs:comment

0.0.8 release

08 Jan 01:47
Compare
Choose a tag to compare
  • added OboGraphJsonDocumentFormat

0.0.7 release

02 Oct 21:29
Compare
Choose a tag to compare

Support for ClassAssertions, InverseOf, ObjectPropertyAssertions