Skip to content

Commit 55b0515

Browse files
committed
new release
1 parent 81facbd commit 55b0515

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939

4040
**News** :newspaper:
4141

42-
- [X] Deploy various new ontology processing functions especially for reasoning and verbalisation; update OAEI utitlities for evaluation. (**v0.8.6**)
42+
- [X] Deploy various new ontology processing functions especially for reasoning and verbalisation; update OAEI utitlities for evaluation. (**v0.8.7**)
4343
- [X] Minor modifications of certain methods and set all utility methods to direct import. (**v0.8.5**)
4444
- [X] Deploy OAEI utilities at `deeponto.align.oaei` for scripts at the sub-repository [OAEI-Bio-ML](https://github.com/KRR-Oxford/OAEI-Bio-ML) as well as bug fixing. (**v0.8.4**)
4545
- [X] Bug fixing for BERTMap (stuck at reasoning) and ontology alignment evaluation. (**v0.8.3**)

docs/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ Security in case of vulnerabilities. -->
99

1010
## Unreleased
1111

12-
### Changed
13-
14-
- [X] Change the log level of the ELK reasoner to `ERROR``.
15-
## v0.8.6 (2023 September)
12+
...
13+
## v0.8.7 (2023 September)
1614

1715
### Added
1816

@@ -40,10 +38,12 @@ Security in case of vulnerabilities. -->
4038

4139
- [X] **Change** `get_owl_objects()` method to be anonymous as it is only used for creating pre-processed entity index at `deeponto.onto.Ontology`.
4240
- [X] **Change** `get_owl_object_from_iri()` method to `get_owl_object()` at `deeponto.onto.Ontology`.
41+
- [X] Change the log level of the ELK reasoner to `ERROR``.
4342

4443
### Fixed
4544

4645
- [X] **Fix** the file path problem of loading ontologies for Windows systems.
46+
- [X] **Fix** the version of ELK to the latest by manually adding in the dependencies. See download link at <https://github.com/liveontologies/elk-reasoner/wiki/GettingElk>.
4747

4848
## v0.8.5 (2023 September)
4949

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = deeponto
3-
version = 0.8.6
3+
version = 0.8.7
44
author = Yuan He (KRR-Oxford)
55
author_email = [email protected]
66
license = Apache License 2.0

0 commit comments

Comments
 (0)