Releases: sciknoworg/OntoLearner
Releases · sciknoworg/OntoLearner
v1.5.1
v1.5.1 (March 30, 2026)
- Fix the challenge learner
- Update requirements.
- Updated documentation website.
- Add RAG var to LearnerPipeline and its documentation with examples.
- Minor bug fixing in LLM-Augmenter.
What's Changed
- 🤖 Automated metadata update by @HamedBabaei in #305
- Update RWTHDBIS training workflows by @Kleinpenny in #306
- update learners and documentations by @HamedBabaei in #310
New Contributors
- @Kleinpenny made their first contribution in #306
Full Changelog: v1.5.0...v1.5.1
v1.5.0
v1.5.0 (February 5, 2026)
- Fix challenge learners
- Adding MDS-Onto Ontologizer
- Fix to Ontologizers and Processor
- Minor code refactoring
- Change to the theme of documentatin website
- Update documentation website
- Add LLM learners (Logit, Thinking, etc)
What's Changed
- 🤖 Automated metadata update by @HamedBabaei in #300
- refactoring challenge learners and update docs by @HamedBabaei in #301
- Add new MDS-Onto and bug fixings by @HamedBabaei in #303
Full Changelog: v1.4.11...v1.5.0
v1.4.11
v1.4.11 (January 5, 2026)
- Add
text2ontocomponent for challenge learners with their documentation. - Code refactoring
- OS compatibility CI/CD
What's Changed
- 🤖 Automated metadata update by @HamedBabaei in #295
- Adding learners for Text2onto tasks with documentation by @Krishna-Rani-t in #297
- adding text2onto learners and minor improvements by @HamedBabaei in #299
Full Changelog: v1.4.10...v1.4.11
v1.4.10
v1.4.10 (December 8, 2025)
- add complexity score
- add documentation for metrics
- bug fixes in Ontologizer
What's Changed
- 🤖 Automated metadata update by @HamedBabaei in #293
- add complexity score by @HamedBabaei in #294
Full Changelog: v1.4.9...v1.4.10
v1.4.9
v1.4.9 (December 8, 2025)
- add retriever collection
- add documentation for retrievers
- minor bug fixes in docs
- add unittest for retrievers
- add new requirements (
gensim)
What's Changed
- 🤖 Automated metadata update by @HamedBabaei in #290
- adding more retrievers by @HamedBabaei in #292
Full Changelog: v1.4.8...v1.4.9
v1.4.8
v1.4.8 (December 3, 2025)
- add alexbeck, rwthdbis, sbunlp, and skhnlp learners
- add documentation for learners
- minor bug fixing
What's Changed
- 🤖 Automated metadata update by @HamedBabaei in #279
- Added documentation for challenge top 4 learner models by @MikeACedric in #286
- Added challenge top 4 learner models by @Krishna-Rani-t in #284
- ✨ add learners with documentations by @HamedBabaei in #288
- 🔖 v1.4.8 by @HamedBabaei in #289
Full Changelog: v1.4.7...v1.4.8
v1.4.7
v1.4.7 (October 1, 2025)
- add custom LLM-based learner
- add Falcon-H and Mistral-Small custom AutoLLMs.
- Add custom LLm documentations.
- Minor bug fix and improvements in documentation and code.
v1.4.6
v1.4.6 (September 22, 2025)
- add type annotation to metrics
- add minor fix to retriever taxonomy discovery
- add count metrics in evaluation.
v1.4.5
- added batch retriever feature to AutoRetrieverLearner
v1.4.4
- Add trust_remote_code=True for retrievers like Nomic-AI