Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Lawhy committed Mar 10, 2024
1 parent 9b78722 commit 97d8a61
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ limitations under the License.
**News** :newspaper:

<!-- - [ ] Amend taxonomy features; integrate ICON into DeepOnto. (**unreleased**) -->
- [X] Hot fix to the `openprompt` issue by moving it to optional dependencies. (**v0.9.0**)
- [X] Hot fix to the `openprompt` issue by moving it to optional dependencies. (**v0.9.1**)
- [X] Minor feature enhancement; 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**)
Expand Down
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ Security in case of vulnerabilities. -->

...

## v0.9.0 (2024 Mar)
## v0.9.1 (2024 Mar)

### Changed

- [X] **Move** `openprompt` to extra dependencies as its supported version of `sentencepiece` has known conflicts with many packages.
- [X] **Add** `nltk` and `tqdm` as a dependency.


## v0.8.9 (2024 Mar)
Expand Down
2 changes: 1 addition & 1 deletion docs/ontology.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This page gives typical examples of how to use [`Ontology`][deeponto.onto.Ontolo
from deeponto.onto import Ontology
```

Importing `Ontology` will require the setting of JAVA_HOME environment variable if it does not find the JVM, and JVM memory allocation (defaults to `8g`; if `nohup` is used to run the program in the backend, use `nohup echo "8g" | python command`):
Importing `Ontology` will require the setting of `JAVA_HOME` environment variable if it does not find the JVM, and JVM memory allocation (defaults to `8g`; if `nohup` is used to run the program in the backend, use `nohup echo "8g" | python command`):

```python
Please enter the maximum memory located to JVM: [8g]: 16g
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ lxml
textdistance
ipywidgets
ipykernel
tqdm
enlighten
rdflib
nltk
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = deeponto
version = 0.9.0
version = 0.9.1
author = Yuan He (KRR-Oxford)
author_email = [email protected]
license = Apache License 2.0
Expand Down Expand Up @@ -42,6 +42,7 @@ install_requires =
ipykernel
enlighten
rdflib
nltk


[options.extras_require]
Expand Down

0 comments on commit 97d8a61

Please sign in to comment.