Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawhy committed Mar 1, 2024
1 parent 72593d0 commit bc653a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ limitations under the License.

**News** :newspaper:

- [ ] Layout re-organisation and amend taxonomy features; integrate ICON into DeepOnto. (**unreleased**)
<!-- - [ ] Amend taxonomy features; integrate ICON into DeepOnto. (**unreleased**) -->
- [X] Minor feature enhancemeng; reorganise package layout. (**v0.8.9**)
- [X] Deploy `deeponto.onto.taxonomy`; add the structural reasoner type. (**v0.8.8**)
- [X] Deploy various new ontology processing functions especially for reasoning and verbalisation; update OAEI utitlities for evaluation. (**v0.8.7**)
- [X] Minor modifications of certain methods and set all utility methods to direct import. (**v0.8.5**)
Expand Down
9 changes: 6 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@ Security in case of vulnerabilities. -->

## Unreleased

...


## v0.8.9 (2024 Mar)

### Added

- [ ] **Add** ICON as a completion service at `deeponto.complete`.
<!-- - [ ] **Add** ICON as a completion service at `deeponto.complete`. -->
- [X] **Add** empty annotation index warning for BERTMap, related to issue #18.
- [X] **Add** `check_consistency()` at `deeponto.onto.Ontology`.
- [X] **Add** a warning message for empty vocab at `deeponto.onto.OntologyVerbaliser`.
Expand All @@ -23,8 +28,6 @@ Security in case of vulnerabilities. -->
- [X] **Change** `deeponto.subs` to `deeponto.complete`.
- [X] **Move** `deeponto.probe.ontolama` into `deeponto.complete`.

...

## v0.8.8 (2023 October)

### Added
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = deeponto
version = 0.8.8
version = 0.8.9
author = Yuan He (KRR-Oxford)
author_email = [email protected]
license = Apache License 2.0
Expand All @@ -23,7 +23,6 @@ python_requires = >=3.8
include_package_data = True
install_requires =
JPype1
# mowl-borg==0.1.0
yacs
torch
anytree
Expand Down

0 comments on commit bc653a3

Please sign in to comment.