Skip to content

Commit

Permalink
0.0.10 (#25)
Browse files Browse the repository at this point in the history
* Update README.md

* Update CHANGE.txt

* Update setup.py
  • Loading branch information
tswsxk authored May 18, 2022
1 parent 50e446b commit 32926a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGE.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.0.10:
* add DKVMN
* add GKT

v0.0.9:
* fix bugs in DKT

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Knowledge Tracing (KT), which aims to monitor students’ evolving knowledge sta
* [EKPT](EduKTM/EKPT) [[doc]](docs/EKPT.md) [[example]](examples/EKPT)
* [DKT](EduKTM/DKT) [[doc]](docs/DKT.md) [[example]](examples/DKT)
* [DKT+](EduKTM/DKTPlus) [[doc]](docs/DKT+.md) [[example]](examples/DKT+)
* [DKVMN](EduKTM/DKVMN)[[doc]](docs/DKVMN.md) [[example]](examples/DKVMN)
* [GKT](EduKTM/GKT)[[doc]](docs/GKT.md) [[example]](examples/GKT)
* [AKT](EduKTM/AKT) [[doc]](docs/AKT.md) [[example]](examples/AKT)
* [LPKT](EduKTM/LPKT) [[doc]](docs/LPKT.md) [[example]](examples/LPKT)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='EduKTM',
version='0.0.9',
version='0.0.10',
extras_require={
'test': test_deps,
},
Expand Down

0 comments on commit 32926a2

Please sign in to comment.