Skip to content

Tags: slickml/slick-ml

Tags

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.
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>

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prep release version 0.3.1 (#199)

Prep release v0.3.1 ...

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prep for release v0.3.0 (#197)

Bump version ...

v0.3.0-beta

Toggle v0.3.0-beta's commit message
Prep release v0.3.0-beta ...

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prep for release v0.2.1 (#178)

Bump version ...

Co-authored-by: Amirhessam Tahmassebi <admin@slickml.com>

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prep for release v0.2.0 (#172)

Prep for release v0.2.0 ...

Co-authored-by: Amirhessam Tahmassebi <admin@slickml.com>

v0.2.0-beta.2

Toggle v0.2.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prep for release v0.2.0-beta.2 (#167)

Prep for release v0.2.0-beta.2 ...

Co-authored-by: Amirhessam Tahmassebi <admin@slickml.com>

v0.2.0-beta.1

Toggle v0.2.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Typos in README and API-Doc (#150)

Cleanup ...

Co-authored-by: Amirhessam Tahmassebi <admin@slickml.com>

v0.2.0-beta

Toggle v0.2.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: Add gfortran to Ubuntu install (#92)

* fix: Add gfortran to Ubuntu install in CONTRIBUTING.md and README.md