Ontolearn 0.8.1 is out. This version uses owlapy 1.3.3 which brings some fundamental changes and we have mainly done some fixes during the past weeks. Please find the details below.
Install/Update using pip:
pip install -U ontolearn
What's Changed
- Learn SPARQL queries using string literals by @nkaralis in #460
- updated retrieval_eval_under_incomplete by @LckyLke in #465
- Fix neural reasoner by @LckyLke in #466
- Fix for issue #467 and prediction caching lru by @LckyLke in #469
- fix for test_owl_neural_retrieval fail due to abox method by @LckyLke in #470
- Owlapy 1.3.2 by @Demirrr in #473
- Regression Tests for CELOE by @Demirrr in #474
- Fixing broken examples and import errors by @Demirrr in #477
- Fix for Main.py by @Demirrr in #478
- Refactoring examples and adding more tests by @Demirrr in #480
- Knowledge Base example is updated and included into tests by @Demirrr in #481
- subconcepts is now recursive by @LckyLke in #482
- Litserve neural reasoner endpoint + evalutation script by @LckyLke in #483
- Neural reasoner all values from by @LckyLke in #485
- KGs with no properties or named concepts now supported by @LckyLke in #488
- Prediciton caching with dynamic cache size + caching is optional by @LckyLke in #490
- fixes memory issue by writing csv to disk and sample ratio issue for … by @LckyLke in #493
- Owlapy 1.3.3 by @alkidbaci in #486
Full Changelog: 0.8.0...0.8.1