-
Notifications
You must be signed in to change notification settings - Fork 52
/
CHANGE.txt
49 lines (35 loc) · 1005 Bytes
/
CHANGE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
v1.0.1:
* update version requirements of longling and pytest-flake8
v1.0.0:
* add KaNCD and ICD
v0.0.13:
* Bugfix: update dependency version of `longling`
* use PosLinear to replace clipper operation
v0.0.12:
* limit the range of parameters in IRT and MIRT
v0.0.11:
* fix error in `irf`
v0.0.10:
* add STE operator in DINA
* add Multidimensional Item Response Theory (MIRT)
* add IRR-DINA, IRR-MIRT, IRR-NCDM
v0.0.9:
* add Item Response Ranking for Cognitive Diagnosis (IRR)
* IRT
v0.0.8:
* add DINA model with Gradient Descent Optimization (GDDINA) and rename the previous DINA to EMDINA
v0.0.7:
* fix potential ModuleNotFoundError
v0.0.6:
* add Item Response Theory with Expectation Maximization Optimization (EMIRT)
v0.0.5:
* add Item Response Theory with Gradient Descent Optimization (GDIRT)
v0.0.4:
* add NeuralCDM (NCDM)
v0.0.3:
* add DINA
* add FuzzyCDF
v0.0.2:
* add MCD
v0.0.1:
* Add meta class