Releases: sciknoworg/OntoAligner
Releases · sciknoworg/OntoAligner
v1.8.0
What's Changed
- OLaLa Aligner is added.
- OLaLa Aligner documentation.
- OLaLa Aligner example is added.
- Added unittests for OLaLa Aligner.
- Updated the team list.
References
New Contributors
- @abhishekreddyallu made their first contribution in #96
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- FloraAligner is in action for KG alignment.
- Documentation refactorings.
- Added more metrics.
- Updated the packages.
- Renamings in examples.
- Added unittests for Flora aligner.
- KG loading support.
- Added MRR and Hit@k metrics with a dedicated documentation page.
- Minor improvement in parsers.
- Getting rid of the dependency with
py_stringmatching(frompropmatchaligner). - OntoAligner tutorial
References
New Contributors
Full Changelog: v1.6.0...v1.7.0
v1.6.0
What's Changed
- Add OS compatibility CI/CD
- Minor fix to documentations
- Add PropMatch Aligner
- Add PropMatch encoder compatibility to other alignments such as Lightweight and Retrieval aligners
- Add PropMatch documentation page
- Add PropMatch unittests
- Minor code refactoring
References
- Doc fix and adding compatibility test CI/CD by @HamedBabaei in #72
- Add PropMatch by @HamedBabaei in #74
Full Changelog: v1.5.2...v1.6.0
v1.5.2
What's Changed
- Fix to
bitsandbytesinstall for MacOS -- it will only be installed for Linux. - Add KGE retriever
- Update KGE documentation
References:
- PR: #67
- Full Changelog: v1.5.1...v1.5.2
V1.5.1
- Update dependencies.
- Make versioning standardized.
- Minor fix to the readme.
- Add bash script for requirement update based on pyproject.toml
v1.5.0
- Added 17 Knowledge Graph Embedding (KGE) aligner models.
- Major documentation update: improved structure, clarity, sectioning, etc.
- Introduced a dedicated documentation page for KGE.
- Added example use cases for KGE models.
- Applied cosmetic improvements to code formatting and style.
- Update requirements with
pykeen=1.11.1
v1.4.3
- Convert
torch==2.7.0totorch==2.6.0 - Fix typo in documentation website
v1.4.2
v1.4.1
v1.4.0
- Fixed a security vulnerability by updating the Torch and Transformers dependency version.
- Integrated pytest into the pyproject.toml to enable testing support.
- Resolved Python version compatibility issues in the continuous integration (CI) pipeline for stable test runs.
- Included a preprint citation to enhance academic referencing.
- Made cosmetic and informational updates to the documentation and readme to improve readability.
- Renamed the module ontology_matchers to aligner for better clarity and consistency.
- Added e-commerce use-case examples and documentation to demonstrate real-world applications.