Skip to content

Releases: KRR-Oxford/DeepOnto

Minor Update

31 Oct 23:42
Compare
Choose a tag to compare

Minor update regarding external references and refinement of deeponto.onto.taxonomy.

Hot-fix to dependency incompatibility

10 Mar 15:21
Compare
Choose a tag to compare

Hot-fix to the openprompt dependency issue by setting it as optional.

Layout reorganisation

01 Mar 22:56
f3b9f29
Compare
Choose a tag to compare

Add the Ontology Taxonomy Module

11 Oct 00:42
Compare
Choose a tag to compare

This release mainly introduces deeponto.onto.taxonomy to support graph-based deep learning models. It also incorporates some incremental improvements, such as the new verbalisation support and logging slience for ELK reasoner (relevant to issue #13).

Major Update of Ontology Processing and OAEI Utilities

21 Sep 22:12
Compare
Choose a tag to compare

This release concerns a major update of the ontology processing modules especially reasoning (e.g., adding in ELK reasoner) and verbalisation (e.g., adding in support of various axioms and property chain), and also makes the OAEI evaluation ready.

The Java library is manually edited where the jar files related to elk-0.4.3 were removed because this version does not support entailment, etc. The latest version elk-0.5.0 was manually added.

Update Functions and Utilities

02 Sep 22:22
Compare
Choose a tag to compare

This update includes several minor changes (argument, naming, etc.) of certain methods and makes all utility methods able to be directly imported from deeponto.utils instead of being static methods.

Add OAEI Utilities and Bug Fixing

26 Jul 19:52
Compare
Choose a tag to compare

Deploy OAEI utilities and create a sub-repository OAEI-Bio-ML for the OAEI-related scripts. Fixing bugs mentioned in issue #10.

Bug Fixing for Ontology Alignment

08 Jul 15:15
Compare
Choose a tag to compare

Fixing edge-case issues for BERTMap and minor bugs for ontology alignment evaluation metrics.

Add the Ontology Projection and Normalisation Modules

26 Jun 18:26
Compare
Choose a tag to compare

New features for ontology projection and normalisation are now available. The relevant code is modified from the mOWL library: https://mowl.readthedocs.io/en/latest/.

Direct Java Dependency Building

24 Jun 22:17
Compare
Choose a tag to compare

For more flexibility of importing Java dependencies, we migrated the gradle files from mOWL into DeepOnto and used them for direct Java dependency building. As a result, mOWL is removed from the pip dependency.