You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Migrate to uv and ruff, and raise coverage to 100%. (#205)
* Migrate to uv and ruff, and raise coverage to 100%.
Replace Poetry/black/isort/flake8 with uv + hatchling + ruff, bump to 0.4.0, and close remaining coverage gaps so the test gate can require full coverage.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Fix SciPy simpson API for regression REC AUC.
Replace removed scipy.integrate.simps with simpson(..., x=...) so tests pass on newer SciPy builds in CI.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>