Skip to content

Latest commit

 

History

History
173 lines (82 loc) · 7.15 KB

CHANGELOG.md

File metadata and controls

173 lines (82 loc) · 7.15 KB

CHANGELOG

v0.3.7 (2023-09-24)

Build

  • build: update python-semantic-release (214ff7e)

Fix

  • fix: replace references to src folder with modelsight folder (70471d2)

  • fix: remove src folder (1cf5d37)

Unknown

  • Merge pull request #18 from francescopisu/fix/remove-src-folder

fix: remove src folder (6441f81)

v0.3.6 (2023-09-24)

Documentation

  • docs: improve docstring docs #13 (fec818b)

  • docs: improve docstring docs #13 (9fc34fd)

Unknown

  • Merge pull request #16 from francescopisu/dev

[sync] Merge dev to main (57d8381)

v0.3.5 (2023-09-17)

Documentation

  • docs: update README with graphical examples #10 (26102c4)

  • docs: update README with graphical examples #10 (0cabbb0)

v0.3.4 (2023-09-17)

Documentation

  • docs: update example notebook + self-contained python script #3 (47d4cbc)

  • docs: update example notebook with average ROC curves plot of multiple binary classifiers (ef14075)

Unknown

  • Merge pull request #9 from francescopisu/dev

Dev (a6374ec)

  • Merge pull request #8 from francescopisu/docs/update-example-notebook

Update example notebook and add self-contained quickstart python script (77d168d)

v0.3.3 (2023-09-15)

Fix

  • fix: numpy float deprecated alias #4 (3e71866)

Unknown

  • Merge pull request #6 from francescopisu/dev

Dev (272404f)

  • Merge pull request #5 from francescopisu/fix/numpy-float

fix: numpy float deprecated alias #4 (5bf8cc3)

v0.3.2 (2023-09-15)

Build

  • build: add CI workflow (f83e647)

  • build: fix security vulnerabilities (925d517)

  • build: preparing for release v0.3.0 (341a11a)

v0.3.0 (2023-09-14)

Build

  • build: trying to fix rtd compilation error (c825a6f)

  • build: trying to fix rtd compilation error (c1b95a8)

  • build: trying to fix rtd compilation error (aabba19)

  • build: specified correct python version for rtd (97911c9)

  • build: preparing for release v0.2.0 (23b2aa5)

  • build: get current version by tag (72f860b)

Documentation

Feature

  • feat: comparison between median AUCs + tests (2ca124c)

Unknown

  • Merge pull request #2 from francescopisu/dev

feat: comparison between median AUCs + tests (a46fd54)

  • Merge remote-tracking branch 'refs/remotes/origin/main' (55b6827)

v0.2.0 (2023-07-17)

Documentation

  • docs: update roadmap (1b9875d)

  • docs: add roadmap to readme (f16718b)

  • docs: update readme and add notebook for example usage (6f13516)

Feature

  • feat: add average receive-operating characteristic curves (37f4fd2)

Test

  • test: add tests for average receiver-operating characteristic curves (d4d3f93)

v0.1.0 (2023-06-23)

Build

  • build: add myst-nb sphinx-autoapi and sphinx-rtd-theme as dev dependencies (7a99c5c)

  • build: add PSR as dev dependency (10b3b3f)

Documentation

  • docs: add usage example (7230e5a)

Feature

  • feat: hosmer lemeshow calibration plot + test (6966c82)

Unknown