owlapy 1.6.0
Summary:
In this release we introduce a new reasoner, the embedding-based reasoner (EBR). You can find out more about it in the documentation. Moreover, owlapy now supports Semantic Web Rule Language (SWRL). Other updates include addition of new features like justification creation for why a class expression holds for a given individual or set of individuals. Lastly but not least we introduced a new module for ontology generation from text, using LLMs. We plan to keep improving towards this end.
Installation/upgrade:
pip install -U owlapy
What's Changed
- Justification by @Balramt in #149
- Added EBR by @LckyLke in #147
- Added support for Semantic Web Rule Language (SWRL) by @alkidbaci in #152
- Ontology generation by @alkidbaci in #154
- Changes before release by @alkidbaci in #155
New Contributors
Full Changelog: 1.5.1...1.6.0