Skip to content

Commit 5934333

Browse files
committed
update 0.9.3 readme
1 parent d63bd67 commit 5934333

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717

1818

1919
## News
20+
- 2022-12-28 -> **v0.9.3** is now available! More datasets and operations of hypergraph are included!
21+
- 2022-12-28 -> **v0.9.3** 正式发布! 包含更多数据集和超图操作!
2022
- 2022-09-25 -> **v0.9.2** is now available! More datasets, SOTA models, and visualizations are included!
2123
- 2022-09-25 -> **v0.9.2** 正式发布! 包含更多数据集、最新模型和可视化功能!
2224
- 2022-08-25 -> DHG's first version **v0.9.1** is now available!
@@ -73,13 +75,13 @@ The Optuna library endows DHG with the Auto-ML ability. DHG supports automatical
7375
## Installation
7476

7577

76-
Current, the stable version of **DHG** is 0.9.2. You can install it with ``pip`` as follows:
78+
Current, the stable version of **DHG** is 0.9.3. You can install it with ``pip`` as follows:
7779

7880
```python
7981
pip install dhg
8082
```
8183

82-
You can also try the nightly version (0.9.3) of **DHG** library with ``pip`` as follows:
84+
You can also try the nightly version (0.9.4) of **DHG** library with ``pip`` as follows:
8385

8486
```python
8587
pip install git+https://github.com/iMoonLab/DeepHypergraph.git

0 commit comments

Comments
 (0)