We are happy to share with you our newest release v0.8.0.
Please upgrade as usual:
pip install -U ontolearn
This new release features some refactoring done to ontolearn, among others, highlighting the removal of ModelAdapter
, code adjustments due to owlapy's newest versions and refactoring done for Enexa project. Other major changes include integration of NCES in ontolearn-web service as well as fixes DL-learner binding and some changes to our triple store related classes. Work to improve the triple store experience is still in progress.
@Louis-Mozart and @sapkotaruz11 have made their first contributions to the project. Your contribution is well appreciated.
You can check the notes below about PRs and specific commits of interest:
What's Changed
- repr() is being used at OWLLiteral with string value to adress by @Demirrr in #431
- Saving data of TDL by @Demirrr in #434
- Retrieval eval incomplete by @Louis-Mozart in #436
- update docs #Concept_Learning by @sapkotaruz11 in #437
- Python version bandage and logo + favicon added to docs by @alkidbaci in #438
- Added to parser by @Louis-Mozart in #440
- Removing model adapter by @alkidbaci in #441
- owlapy version increased by @Demirrr in #442
- Fixing KeyError in max card. by @Demirrr in #443
- updated to owlapy 1.3.0 by @alkidbaci in #444
- TripleStoreReasoner.equivalent_classes() only works on named concepts by @Demirrr in #452
- Refactoring for Enexa by @Demirrr in #455
- Retrieval eval incomplete by @Louis-Mozart in #449
- Update 06_concept_learners.md by @LckyLke in #461
- Integrate NCES in ontolearn-web service and fix dllearner binding script in examples by @Jean-KOUAGOU in #450
- Incremented to owlapy 1.3.1 and some refactoring on triple_store.py by @alkidbaci in #462
- New release by @alkidbaci in #463
- Ontolearn 0.8.0 by @alkidbaci in #464
New Contributors
- @Louis-Mozart made their first contribution in #436
- @sapkotaruz11 made their first contribution in #437
Full Changelog: 0.7.3...0.8.0