Skip to content

Commit 32926a2

Browse files
authored
0.0.10 (#25)
* Update README.md * Update CHANGE.txt * Update setup.py
1 parent 50e446b commit 32926a2

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGE.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
v0.0.10:
2+
* add DKVMN
3+
* add GKT
4+
15
v0.0.9:
26
* fix bugs in DKT
37

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Knowledge Tracing (KT), which aims to monitor students’ evolving knowledge sta
2121
* [EKPT](EduKTM/EKPT) [[doc]](docs/EKPT.md) [[example]](examples/EKPT)
2222
* [DKT](EduKTM/DKT) [[doc]](docs/DKT.md) [[example]](examples/DKT)
2323
* [DKT+](EduKTM/DKTPlus) [[doc]](docs/DKT+.md) [[example]](examples/DKT+)
24+
* [DKVMN](EduKTM/DKVMN)[[doc]](docs/DKVMN.md) [[example]](examples/DKVMN)
25+
* [GKT](EduKTM/GKT)[[doc]](docs/GKT.md) [[example]](examples/GKT)
2426
* [AKT](EduKTM/AKT) [[doc]](docs/AKT.md) [[example]](examples/AKT)
2527
* [LPKT](EduKTM/LPKT) [[doc]](docs/LPKT.md) [[example]](examples/LPKT)
2628

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='EduKTM',
11-
version='0.0.9',
11+
version='0.0.10',
1212
extras_require={
1313
'test': test_deps,
1414
},

0 commit comments

Comments
 (0)