Skip to content

Releases: mit-ll-responsible-ai/equine

v0.1.4

22 Aug 17:41
09a9ade
Compare
Choose a tag to compare

What's Changed

  • Adding testing support for python 3.12 by @nukularrr in #52
  • Removed timing deadline on highly variable test by @nukularrr in #53
  • Protonet fixes by @RoundOffError in #61
  • Other enhancements for typehints and version dependencies
  • Ensured protonet backend works on the GPU by @stevenjson in #64

Full Changelog: v0.1.3...v0.1.4

v0.1.4rc1

14 Aug 19:02
a69914b
Compare
Choose a tag to compare
v0.1.4rc1 Pre-release
Pre-release

What's Changed

  • Adding testing support for python 3.12 by @nukularrr in #52
  • Removed timing deadline on highly variable test by @nukularrr in #53
  • Protonet fixes by @RoundOffError in #61
  • Other enhancements for typehints and version dependencies

Full Changelog: v0.1.3...v0.1.4rc1

v0.1.3

21 Feb 15:02
c043dbc
Compare
Choose a tag to compare

What's Changed

*Enable concomitant visualization capability for the GP in the web-app by @nukularrr in #36
*Removed no_grad statement from GP forward method and moved model to device in gp by @gtbotkin in #42
*Various dependency updates in github actions, hypothesis, etc.

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.3rc

19 Feb 19:26
ef1d0eb
Compare
Choose a tag to compare
v0.1.3rc Pre-release
Pre-release

What's Changed

  • Enable concomitant visualization capability for the GP in the web-app by @nukularrr in #36
  • Removed no_grad statement from GP forward method and moved model to device in gp by @gtbotkin in #42
  • Various dependency updates in github actions, hypothesis, etc.

New Contributors

Full Changelog: v0.1.2...v0.1.3rc

EQUI(NE)^2 (equine): Establishing Quantified Uncertainty for Neural Networks

16 Oct 17:27
2ecc178
Compare
Choose a tag to compare

The goal of this package is to make it simple to add modern uncertainty quantification (UQ) techniques to existing PyTorch models to produce label predictions with calibrated probabilities and out-of-distribution indicators.

What's Changed

Overall: two minor bugfixes, testing coverage increased, improved type hinting, and more comprehensive CI tools and actions.

Full Changelog: v0.1.1...v0.1.2

v0.1.1

03 Aug 15:46
4c9dfda
Compare
Choose a tag to compare

EQUI(NE)^2 (equine): Establishing Quantified Uncertainty for Neural Networks

The goal of this package is to make it simple to add modern uncertainty quantification (UQ) techniques to existing PyTorch models to produce label predictions with calibrated probabilities and out-of-distribution indicators.

v0.1.1rc5

15 Jul 20:53
b99cb06
Compare
Choose a tag to compare
v0.1.1rc5 Pre-release
Pre-release

EQUI(NE)^2 (equine): Establishing Quantified Uncertainty for Neural Networks

The goal of this package is to make it simple to add modern uncertainty quantification (UQ) techniques to existing PyTorch models to produce label predictions with calibrated probabilities and out-of-distribution indicators.

What's Changed

  • Added the Zenodo-linked DOI via GitHub integration.
  • Added automatic versioning via setuptools_scm

Full Changelog: v0.1.1rc4...v0.1.1rc5

v0.1.1rc4

12 Jul 02:08
241bea2
Compare
Choose a tag to compare
v0.1.1rc4 Pre-release
Pre-release

Minor changes to add Zenodo DOI

v0.1.1rc3

11 Jul 23:04
91b8944
Compare
Choose a tag to compare
v0.1.1rc3 Pre-release
Pre-release

What's Changed

  • More documentation updates
  • Better test coverage

v0.1.1rc2

07 Jul 17:56
85b4936
Compare
Choose a tag to compare
v0.1.1rc2 Pre-release
Pre-release

Testing PyPI again