Releases: sciknoworg/OntoAligner
Releases · sciknoworg/OntoAligner
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.
v1.3.0
- Added a GenericOntology and GenericOMDataset.
- Added documentation for OA tasks.
- Added the test for GenericOntology.
- Added the bug fix.
v1.2.3
Full Changelog: v1.2.2...v1.2.3
- Minor fix to the CITATION.md, CONTRIBUTING.md, README.md, and documentations.
- Added MAINTANENCE.md for maintanence plan.
- Added CODE_OF_CONDUCT.md principles for community engagements and collaborations.
- Added CHANGELOG.md
- Added new version.
- Fix bugs in retriever, pipeline, and rag modules.
- Added new dependencies and update version of
setfitlibrary.