In this new patch we have fixed some hashing-related bugs, made some refactoring for SyncReasoner
and StructuralReasoner
where we are planning to remove caching. A new function is also introduced which saves owl class expressions.
To install or upgrade:
pip install -U owlapy
What's Changed
- changing _values to frozenset to allow for hashing by @LckyLke in #96
- save_owl_class_expressions and test included by @Demirrr in #99
- Refactor structural reasoner by @LckyLke in #100
- Test hashes by @Demirrr in #102
- Refactoring sync reasoner by @Demirrr in #105
New Contributors
Full Changelog: 1.3.2...1.3.3