Skip to content

ontolearn 0.10.0

Latest

Choose a tag to compare

@alkidbaci alkidbaci released this 10 Feb 10:26
2618c66

Summary

This release brings a solid mix of new features, performance improvements, and cleanups across Ontolearn.
Key highlights include:

  • Extended and refactored concept and neural learners with better feature construction and validation. All learners are now located in the ontolearn.learners module.
  • Integration of SAT-based learners SPELL and ALCSAT.
  • Integration of NERO.
  • Significant improvements to the triple store, including caching and stability fixes.
  • Drill now supports GPU execution and has stricter stopping conditions, while the web UI has been extended for a smoother experience.
  • The TDL implementation received multiple fixes and refinements.
  • Owlapy was upgraded to 1.6.3.
  • Deprecated components like EBR were removed (moved to owlapy).
  • Overall robustness was improved through numerous bug fixes, refactoring, and documentation updates.

Please find more details in the PRs below.

Installation/upgrade:

pip install -U ontolearn

What's Changed

Thank you to everyone who contributed!

New Contributors

Full Changelog: 0.9.2...0.10.0