Skip to content

Releases: sciknoworg/OntoAligner

v1.8.0

22 May 13:06

Choose a tag to compare

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

  • Fix OLaLa integration bugs #96
  • Olala Aligner integration #95

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

15 May 16:24

Choose a tag to compare

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 (from propmatch aligner).
  • OntoAligner tutorial

References

New Contributors

  • @peio made their first contribution in #78

Full Changelog: v1.6.0...v1.7.0

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.