Skip to content

ontolearn 0.9.0

Latest
Compare
Choose a tag to compare
@alkidbaci alkidbaci released this 03 Mar 16:57
540c5ea

We are happy to share with you the first release of 2025: ontolearn v0.9.0.

Installation/upgrade using PyPI:

pip install -U ontolearn

Changes Summary:

  • We have added two new models, namely ROCES and NCES2.
  • Some major refactoring to knowledge base classes, especially the triplestore knowlege base.
    • Removed some hyperparameters and caching operations from KnowledgeBase.
    • TripleStore and TripleStoreKnowlegeBase merged to a single class.
    • TripleStore knowledge base can now be used by all learners except NCES, NCES2 and ROCES.
    • NCES, NCES2 and ROCES will be adapted soon to use TripleStore knowledge base.
    • Please check PR #510 documentation for additional details.
  • Added semantic caching algorithm for OWL reasoners.
  • Documentation is updated.
  • Fixed some known bugs and made a few optimizations for Drill.

All Changes (+ PRs)

Full Changelog: 0.8.1...0.9.0