Releases: ayrna/dlordinal
Releases · ayrna/dlordinal
v2.2.0
What's Changed
- [ENH] Added to array and probas to preds castings in metrics by @RafaAyGar in #75
- [DOC] Completed code examples in metrics doc by @RafaAyGar in #76
- [DOC] Adding references to metrics doc by @RafaAyGar in #77
- [API]
Adience
class interface changes to matchVisionDataset
by @victormvy in #79 - [API]
FGNet
interface changes to matchVisionDataset
by @franberchez in #78 - Version 2.2 by @victormvy in #80
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
What's Changed
- [BUG] Fixed CLM numerical instability by @RafaAyGar in #70
- [ENH] Added AMAE and MMAE ordinal metrics by @victormvy in #71
- Changes in dependencies, module renaming and files elimination by @franberchez in #73
New Contributors
- @RafaAyGar made their first contribution in #70
Full Changelog: v2.0.0...v2.1.0
v2.0.0
What's Changed
- README update by @franberchez in #38
- Distribution module refactoring and documentation improvement by @victormvy in #42
- Added
torch.no_grad()
scope inPytorchEstimator.predict_proba
by @victormvy in #46 - Removed default value for num_classes parameter of unimodal loss functions by @victormvy in #45
- Distributions by @franberchez in #48
- Tests absolute imports by @franberchez in #49
- Modification of the estimator module to return numpy arrays by @franberchez in #50
- Update the pretrained parameter to weights in the tutorials by @franberchez in #52
- Documentation by @franberchez in #57
- [API] Rename
distributions
module tosoft_labelling
by @victormvy in #59 - [API] Changed
get_beta_softlabels
interface to match the others by @victormvy in #60 - Minor changer in documentation and templates by @franberchez in #63
- Elimination of
label_smoothing
parameter by @franberchez in #64 - Dropout module by @franberchez in #61
- CLM fix to work on
cpu
andgpu
by @franberchez in #65 - Estimator removal by @franberchez in #67
- New package version 2.0.0 by @franberchez in #68
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- Unimodal tests by @victormvy in #35
- Correction for pip by @franberchez in #36
- New package version to 1.0.1 by @franberchez in #37
Full Changelog: v1.0.0...v1.0.1