MSKCC-Epi-Bio / dcurves

Python package for Andrew Vickers' Decision Curve Analysis method to evaluate prediction models and diagnostic tests
http://decisioncurveanalysis.org
Apache License 2.0
22 stars 5 forks source link

Fix versioning & dependency issues, get coverage to 100% #16

Closed shaunporwal closed 1 year ago

shaunporwal commented 1 year ago
  1. remove explicit pkg_resources dependency
  2. remove support for python 3.8 and allow 3.9-3.11
  3. brings tests to 100% coverage
  4. allow for >=1.53 to <3 versions of pandas
  5. fix minor syntax issues