Skip to content

Releases: ENSTA-U2IS-AI/torch-uncertainty

v0.5.2 Rework Frost data

05 Jun 09:37
4634590
Compare
Choose a tag to compare
Pre-release

What's Changed

  • 🔨 Rework Frost as external dependency by @o-laurent in #183
  • 🔨 Rework FrostImages dataset & Rename a plotting function by @o-laurent in #184

Full Changelog: v0.5.1...v0.5.2

v0.5.1 :hammer: Rework Conformal methods and fix scalers in the multiclass setting

23 May 09:04
f0b5dea
Compare
Choose a tag to compare

What's Changed

  • ⚡ Version 0.5.1 by @o-laurent in #178
  • Fixed an incorrect behavior in the multiclass setting for TemperatureScalers
  • Reworked Conformal prediction methods and acknowledged TorchCP
  • Also improved the tutorials to some extent

Full Changelog: v0.5.0...v0.5.1

v0.5.0 Major Update

21 May 13:42
3fa0899
Compare
Choose a tag to compare
v0.5.0 Major Update Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.3...v0.5.0

v0.4.3.rc0 Compatibility fix for Lightning 2.5.1

20 Mar 13:17
Compare
Choose a tag to compare

What's Changed

  • ⬆️ Bump tj-actions/changed-files from 42 to 46 in /.github/workflows by @dependabot in #148
  • 🐛 Fix for Lightning 2.5.1 by @alafage in #150

Full Changelog: v0.4.3...v0.4.3.post0

Warning

Lightning<2.5.1 not supported for the CLI, if you encounter any issue please reach out to us.

v0.4.3 Rework PostProcessings, Enable dataset corruptions, use transforms v2

19 Mar 14:01
b5677a1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2 Add docker, Rework BatchEnsemble & misc

11 Mar 12:37
b3fe75e
Compare
Choose a tag to compare

What's Changed

  • 🐛 Fix MNIST test dataloader for shifted data by @tonyzamyatin in #135
  • 🐳 Add Dockerfile and documentation for using Docker image by @tonyzamyatin in #134
  • 🔨 Use kornia's motion blur instead of Wand's Gaussian motion blur by @o-laurent in #140
  • ✨ LeNet BatchEnsemble and Deep Ensemble + minor bugfixes by @tonyzamyatin in #137
  • ✨ Docker settings, BatchEnsemble utilities rework + minor fixes by @alafage in #141

New contributor

Thank you, @tonyzamyatin, for your help adding features and finding small bugs!

Full Changelog: v0.4.1...v0.4.2

v0.4.1 Small dataset fixes

21 Jan 14:54
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0 Rework distributions

06 Jan 17:09
3a021d2
Compare
Choose a tag to compare
Pre-release

The distributions for the regression and pixel-wise regression have been completely reworked through breaking changes. Have a look at the quality of life improvements to fix the code and use the last version if you are using the RegressionRoutine and/or PixelRegressionRoutine!

What's Changed

  • 👕 Change character per line limit to 100 & remove explicit dependencies from pyproject by @o-laurent in #124
  • 🔨 Rework for Probabilistic Regression & Pixel Regression by @alafage in #125
  • 🐛 Fix small MUAD dataset URL by @sofiia-chorna in #127
  • 🎨 Rework Probabilistic Regression and add Packed-Transformer layers by @alafage in #126

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1 Add UCI classification datasets, improve binary classification, add LS support for BCEWithLogitsLoss, Remove dependencies

18 Nov 09:39
d482189
Compare
Choose a tag to compare

What's Changed

  • ✨ Add UCI classification datasets, improve binary classification, add LS support for BCEWithLogitsLoss, remove dependencies by @o-laurent and @alafage in #122

Thanks, @alafage, for the review.

Full Changelog: v0.3.0...v0.3.1

v0.3.0 Add distribution shift evaluation & more

22 Oct 14:15
e0b7a54
Compare
Choose a tag to compare

Details

✨ Add evaluation of the metrics on a shifted dataset using the new --eval_shift argument
✨ Add a corrupted dataset
✨ Add new Packed layers
✨ Add the focal loss
👕 Plot segmentation results in the SegmentationRoutine
👕 Rework reliability diagrams for Calibration Error plot
➖ Make some dependencies
🐛 Fix corruption transforms

What's Changed

  • 🔧 Maintenance and small improvements by @o-laurent in #114
  • 🐛 Fix OOD & Post Processing at the same time & other small changes by @o-laurent in #115
  • 👕 Complete metric overhaul, improve PP handling & fix Laplace by @o-laurent in #116
  • 🎨 On the road to 0.3.0: Adding shift evaluation & more by @alafage in #117

Full Changelog: v0.2.2...v0.3.0