Skip to content

Releases: sciknoworg/OntoAligner

v1.6.0

02 Jan 13:00
42cdcf9

Choose a tag to compare

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

Full Changelog: v1.5.2...v1.6.0

v1.5.2

12 Oct 19:21

Choose a tag to compare

What's Changed

  • Fix to bitsandbytes install for MacOS -- it will only be installed for Linux.
  • Add KGE retriever
  • Update KGE documentation

References:

V1.5.1

07 Sep 23:39

Choose a tag to compare

  • Update dependencies.
  • Make versioning standardized.
  • Minor fix to the readme.
  • Add bash script for requirement update based on pyproject.toml

v1.5.0

29 Jul 15:45

Choose a tag to compare

  • 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

01 Jul 07:50

Choose a tag to compare

  • Convert torch==2.7.0 to torch==2.6.0
  • Fix typo in documentation website

v1.4.2

16 Jun 15:21

Choose a tag to compare

  • Add license headers. #33
  • Add comprehensive unittests. #40 #43
  • Bug fixing in fuzzy matching (convert process_cpp to process)
  • Unit test bug fixing.

v1.4.1

26 May 11:32
ff2e810

Choose a tag to compare

  • Fixed an issue related to #25 and #36.
  • Sentence-transformer v4.1.0 is supported.
  • Adding Python 3.12 and 3.13 for automated testing.
  • Remove the dependency on ontospy since it is not being maintained. Initially, it was used for MaterialInformationOntoOntology class.

v1.4.0

22 May 18:44

Choose a tag to compare

  • 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

21 Mar 00:17

Choose a tag to compare

  • Added a GenericOntology and GenericOMDataset.
  • Added documentation for OA tasks.
  • Added the test for GenericOntology.
  • Added the bug fix.

v1.2.3

04 Feb 21:29

Choose a tag to compare

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 setfit library.