Skip to content

Commit 6a45f43

Browse files
authored
[BUILD] Update change.txt for 0.0.8 EduNLP (#124)
* update change.txt * update setup.py
1 parent bf35c7f commit 6a45f43

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
v0.0.8
2+
1. add Emlo
3+
2. add DisenQNet
4+
3. add QuesNet
5+
4. add tal-edu-bert
6+
5. add dynamic mapping table from modelhub
7+
6. fix cuda error
8+
7. update pretrained models
9+
110
v0.0.7:
211
1. add BERT and pretrained model (luna_bert)
312
2. speed up the process in sif

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name='EduNLP',
42-
version='0.0.6',
42+
version='0.0.8',
4343
extras_require={
4444
'test': test_deps,
4545
'doc': docs_deps,

0 commit comments

Comments
 (0)