We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166e094 commit 59e6126Copy full SHA for 59e6126
CHANGE.txt
@@ -1,3 +1,6 @@
1
+v0.0.13:
2
+ * Bugfix: update dependency version of `longling`
3
+
4
v0.0.12:
5
* limit the range of parameters in IRT and MIRT
6
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='EduCDM',
11
- version='0.0.12',
+ version='0.0.13',
12
extras_require={
13
'test': test_deps,
14
},
@@ -19,7 +19,7 @@
19
"numpy>=1.16.5",
20
"scikit-learn",
21
"pandas",
22
- "longling>=1.3.23"
+ "longling>=1.3.33"
23
], # And any other dependencies for needs
24
entry_points={
25
0 commit comments