Skip to content

Commit 78b7bc5

Browse files
committed
🔖 v0.3.0
1 parent 7b938b8 commit 78b7bc5

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## Changelog
22

3+
### v0.3.0 (April 24, 2025)
4+
- Added full ontologies
5+
- Automated documentation generation
6+
- Added ontology evaluation metrics
7+
- Added initial text2onto module
8+
- Code refactoring
9+
- Bug fixes
10+
11+
### v0.2.0 (April 10, 2025)
12+
- Added new ontologies
13+
- Added documnetations to new ontologies
14+
- Fixed domains according to [#205](https://github.com/sciknoworg/OntoLearner/issues/205)
15+
316
### v0.1.0 (March 17, 2025)
417
Features
518
- Framework for processing, analyzing, and visualizing diverse ontologies.

ontolearner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.2.2"
1+
__version__ = "0.3.0"
22

33
import logging
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "OntoLearner"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "OntoLearner: Ontology Learning Framework."
55
authors = ["Hamed Babaei Giglou <[email protected]>", "Andrei C. Aioanei <[email protected]>"]
66
license = "MIT License"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="OntoLearner",
8-
version="0.2.0",
8+
version="0.3.0",
99
author="Hamed Babaei Giglou, Andrei C. Aioanei",
1010
1111
description="OntoLearner: Ontology Learning Framework",

0 commit comments

Comments
 (0)