cyclops 0.2.4 release
What's Changed
- Update to pillow 10.0 which has important security fixes by @amrit110 in #551
- Improve documentation for evaluate package by @rjavadi in #543
- Small fix to readme, and contributing docs by @amrit110 in #552
- Add example deployment scripts by @amrit110 in #553
- Prefer generator over list by @hoxell in #555
- Apply ruff formatter and ditch black by @amrit110 in #554
- Update github actions to latest release versions by @amrit110 in #556
- Small fix to docs deploy poetry install, update contrib md by @amrit110 in #557
- Add Matthews Correlation Coefficient (MCC) metric by @fcogidi in #550
- Revert "Add Matthews Correlation Coefficient (MCC) metric" by @fcogidi in #560
- Move jinja macros to separate file for readability by @amrit110 in #559
- Add pip audit to code check workflow by @amrit110 in #563
- Remove aggfuncs constraint by @amrit110 in #564
- Use furo sphinx theme in line with aieng-template by @amrit110 in #565
- Add discharge prediction notebook by @amrit110 in #566
- First pass at refactoring jinja template by @amrit110 in #567
- Small fixes to discharge prediction notebook by @amrit110 in #568
- Fix minor bugs in ClassificationPlotter by @rjavadi in #571
- Documentation: Add evaluation examples by @rjavadi in #569
- Extend to python 3.11 support by @amrit110 in #573
- Use namedtuple to store curve results (ROC, PR) by @amrit110 in #572
- Add Matthews Correlation Coefficient by @fcogidi in #561
- Test report module by @rjavadi in #570
- Update ruff and run on codebase by @amrit110 in #577
- Add threshperf plot, tests and example use by @amrit110 in #575
- Update dependencies by @amrit110 in #580
- Add ability to truncate report and centralise report generation. by @a-kore in #579
New Contributors
Full Changelog: v0.2.3...v0.2.4