Skip to content

Tags: eribean/girth

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update setup.py (#138)

Incremented version number

v0.7.5

Toggle v0.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Numba removal (#121)

* Removed numba dependendancy and replaced with pure numpy version, runs slightly faster but takes up more memory.

* Updated Readme file.

* Updated citation file to reflect version.

* Removed trailing space found by codefactor.

v0.7.3

Toggle v0.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update setup.py

Incremented version number

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Classical test theory (#111)

* Added classical test theory for dichotomous items.

* Finished with classical tests functions for polytomous and dichotomous data, added cronbach alpha as well.

* Added reverse score function.

* Working on unittests.

* Addedunittests for classical test statistics.

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Multidimensional ability estimation (#107)

* Initial implementation of multidimensional ability estimate.

* Added MAP and EAP ability methods.

* Unittests for multidimensional ability estimates.

* Added multidimension ability estimation.

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add factor analysis functions (#104)

* Added factor analysis functions.

* moved testing folder into girth.

* Fixed unittest run code and updated README to reflect inclusion of factor analysis functions.

* Update to github action to reflect new pytest run.

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added Multidimensional IRT (#99)

* Adding multidimensional estimation.

* Initial working version of multidimensional mml.

* Added synthetic grm polytomous data.

* Added unittests for multidimensional integrals.

* Finished unittests and updated readme.

* Minor update to README for clarification on using multidimensional.

* Changed tolerances to account for different python versions.

* Stupid unittests.

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bootstrap Standard Errors (#98)

* Changed import statement to __all__.

* Updated to run with current repository.

* Added bootstrap standard errors.

* Added warning for 3PL and GGUM models.

* Forgot an import testing function.

* Missing seed for a function cause failures.

* Added pylint comment to quiet cyclical import.

* Added parallel unittests to cut down on times.

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GitHub deployment (#96)

* Create python-publish.yml

Automatic deployment to PyPI

* Update setup.py

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Circle ci (#93)

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Update config.yml

* Skipping GUM unittest, they run fine locally but fail on the circleci container.

* Update config.yml

* Update config.yml