nd-ball / py-irt

Bayesian IRT models in Python
MIT License
115 stars 41 forks source link

update deps #49

Closed jplalor closed 1 year ago

jplalor commented 1 year ago

Fix for #48

codecov[bot] commented 1 year ago

Codecov Report

Merging #49 (34fcace) into master (9fb731b) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #49   +/-   ##
=======================================
  Coverage   67.27%   67.27%           
=======================================
  Files          15       15           
  Lines        1152     1152           
=======================================
  Hits          775      775           
  Misses        377      377           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

jplalor commented 1 year ago

The cap is to prevent unexpected breaking changes. I'm working on testing 3.10 and 3.11 and as long as everything goes smoothly (and there are no dependency issues), I can have a new version that works for those ready to go soon.

r-b-g-b commented 1 year ago

First, thanks for this great package! I peeked at the failing build and saw it was related to codecov no longer being on PyPI https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259 which can be addressed using their migration guide. Hope this helps.