What changed:
- Updated to owlapy 1.3.3 with all the changes that comes with it. There are no changes on sampler behavior, this is just refactoring.
- Fixed a bug with Forest Fire sampler where `random.sample` would not work on `set` objects.
- `owlready2` version set to strictly equal 0.40 because in newer version data property assertion axiom does not work correctly.
- A few other refactoring done for more efficient code.
- Added tests and git action workflow to ensure the code is not broken on changes.
- Paper experiments reproduction steps removed from `README.md`
**Full Changelog**: https://github.com/alkidbaci/OntoSample/compare/v0.2.5...v0.2.6
We recommend using the latest version and make sure to check on pypi for yanked releases.
Install/update:
pip install -U ontosample
As always , in case of any question or possible bug, please open a issue and it will be taken care of.