unike 3.0.1__py3-none-any.whl → 3.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
unike/version.py CHANGED
@@ -1 +1 @@
1
- __version__: str = '3.0.1'
1
+ __version__: str = '3.0.2'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: unike
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
  Summary: 基于 OpenKE-PyTorch 开发的知识图谱嵌入工具包
5
5
  Author-email: LuYF-Lemon-love <3555028709@qq.com>, wangtao <wangtao.cpu@gmail.com>
6
6
  License-File: LICENSE
@@ -42,11 +42,17 @@ Description-Content-Type: text/markdown
42
42
 
43
43
  ## 快速开始
44
44
 
45
+ 使用 `pip`
46
+ ```bash
47
+ pip install dgl
48
+ pip install unike
49
+ ```
50
+
51
+ 或使用 `uv`
52
+
45
53
  ```bash
46
- git clone https://github.com/CPU-DS/UniKE.git
47
- cd UniKE
48
54
  uv pip install dgl
49
- uv sync
55
+ uv add unike
50
56
  ```
51
57
 
52
58
  ## 新特性
@@ -1,5 +1,5 @@
1
1
  unike/__init__.py,sha256=M0Hqy8CzoiWGfC_p2c3QoMWrgZIJOweYlFbBPPd2i1w,142
2
- unike/version.py,sha256=jp6E6uGPeT16TI2dk-7y-LDpYN8b_jTZ6Mp1U6CH9L4,26
2
+ unike/version.py,sha256=VCYB9EpppFbmVh5UTRwLsJSGVWuur7Q7WpULBjJgBbw,26
3
3
  unike/config/HPOTrainer.py,sha256=K_RS9HmHOhWTHgenY4iioaHb6Cr5JUraPQpQzA4cl2U,9317
4
4
  unike/config/Tester.py,sha256=SIWFjMSRltNIK2LhUGi0qJBcFmSz3K8dnvIvr0UKCew,13055
5
5
  unike/config/Trainer.py,sha256=LgPX4HKXDA82e1NdCSxKkw6PDc3yyx9Zvt11NsOw4-A,15128
@@ -52,8 +52,8 @@ unike/utils/Timer.py,sha256=wVvchC_hamErdnso-JwkpuCV0VKyjUWtMUnxZSEYlOQ,1723
52
52
  unike/utils/WandbLogger.py,sha256=VDny07xm1N0y1zzc39EePDYo_ZFOjRVfDuv6L1KHpzg,1125
53
53
  unike/utils/__init__.py,sha256=SBZbh2CNJm43lde_kWW-rtbkj0KB1bRZIy8rarhZc2c,551
54
54
  unike/utils/tools.py,sha256=4TW0wa5Q5i9aEeSNDv2sIVCAmGrYgout2iWTak_04gY,3361
55
- unike-3.0.1.dist-info/METADATA,sha256=bG5K0B5Bg1bbvF4CGVKe5nY0CqYDLeZ9JCz75SlDDPU,4135
56
- unike-3.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
57
- unike-3.0.1.dist-info/entry_points.txt,sha256=kLSnRySoUm0e1qV1o2j7fp2DtB61ZSv7jN-3RnJUzkc,37
58
- unike-3.0.1.dist-info/licenses/LICENSE,sha256=cCetD3VrUJIPYyIgFNfQVeHIkDNQ5o63gxlz9APxuNU,1063
59
- unike-3.0.1.dist-info/RECORD,,
55
+ unike-3.0.2.dist-info/METADATA,sha256=m6-miAMdtVZl6Me9RsS8ikRWdf-jlbXaoxrqHHfqNDg,4161
56
+ unike-3.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
57
+ unike-3.0.2.dist-info/entry_points.txt,sha256=kLSnRySoUm0e1qV1o2j7fp2DtB61ZSv7jN-3RnJUzkc,37
58
+ unike-3.0.2.dist-info/licenses/LICENSE,sha256=cCetD3VrUJIPYyIgFNfQVeHIkDNQ5o63gxlz9APxuNU,1063
59
+ unike-3.0.2.dist-info/RECORD,,
File without changes