owlapy 1.6.3
Release Highlights
This release introduces significant upgrades to our agentic ontology engineering capabilities, specifically enhancing AGen-KG (used to be named GraphExtractor) and some optimizations/bug fixing. You can find more details in the PRs below.
Notice: The module ontogen is deprecated and therefore removed in this release. It is now replaced by the module agen_kg. See the Ontology Generation example.
We have also updated the minimum Python version to >=3.11.
Install/Upgrade:
pip install -U owlapy
What's Changed
- Use json or dict to overwrite default training params in NeuralOntology by @LckyLke in #172
- Increased code coverage by @alkidbaci in #173
- Agentic ontology generation by @alkidbaci in #175
- dicee (therefore torch) made optional by @alkidbaci in #177
Full Changelog: 1.6.2...1.6.3