Skip to content

Releases: JuliaTrustworthyAI/LaplaceRedux.jl

v1.1.1

13 Sep 10:24
Compare
Choose a tag to compare

LaplaceRedux v1.1.1

Diff since v1.1.0

Merged pull requests:

Closed issues:

  • Predict is slow (#122)

v1.1.0

03 Sep 11:10
Compare
Choose a tag to compare

LaplaceRedux v1.1.0

Diff since v1.0.2

Changed

  • Predict function now returns predictive distribution that includes observational noise estimates for regression. [#116]

Added

  • Adds support for calibration. [#90]

Merged pull requests:

Closed issues:

  • Add a function to compute the average calibration in utils.jl (#90)
  • rounding the predicted mean up to the order of the most significative digit of the variance (#102)
  • Compatibility issue with conformalprediction.jl and julia version 1.7 (#114)

v1.0.2

13 Aug 19:03
Compare
Choose a tag to compare

LaplaceRedux v1.0.2

Diff since v1.0.1

v1.0.1

23 Jul 09:16
Compare
Choose a tag to compare

LaplaceRedux v1.0.1

Diff since v1.0.0

Merged pull requests:

  • CompatHelper: bump compat for MLJBase to 1, (keep existing compat) (#106) (@github-actions[bot])
  • 108 compat entry for mljbase still causing automerge to fail it seems (#109) (@pat-alt)
  • removed TaijaPLotting (#111) (@pat-alt)

Closed issues:

  • Compat entry for MLJBase still causing automerge to fail it seems (#108)
  • Compat for MLJBase still messing things up (#110)

v0.2.0

16 Apr 07:54
8d1a154
Compare
Choose a tag to compare

LaplaceRedux v0.2.0

Diff since v0.1.8

  • Refactoring of the code base
  • Updated docstrings and documentations

Breaking Changes

  • The core Laplace struct is now composed of smaller structs for the prior, posterior and estimation parameters.

Merged pull requests:

Closed issues:

  • update docs and docstrings (#84)

v0.1.8

15 Apr 08:10
Compare
Choose a tag to compare

LaplaceRedux v0.1.8

Diff since v0.1.7

v0.1.7

10 Apr 12:19
32b648e
Compare
Choose a tag to compare

LaplaceRedux v0.1.7

Diff since v0.1.6

Updates to docs

Merged pull requests:

Closed issues:

  • predict method not differentiable using Zygote.jl (#7)
  • Update docs (#37)

v0.1.6

21 Mar 17:58
3e8115c
Compare
Choose a tag to compare

LaplaceRedux v0.1.6

Diff since v0.1.5

  • Fixes interoperability with CE.jl

Merged pull requests:

Closed issues:

  • Fix interoperability with CounterfactualExplanations.jl (#81)

v0.1.5

21 Mar 11:26
cb2af89
Compare
Choose a tag to compare

LaplaceRedux v0.1.5

Diff since v0.1.4

  • adds quality assurance
  • adds support for returning logits

Merged pull requests:

Closed issues:

  • Revise extended abstract (#76)
  • Add Aqua.jl (#79)

v0.1.4

02 Jan 09:50
35f2bf0
Compare
Choose a tag to compare

LaplaceRedux v0.1.4

Diff since v0.1.3

Merged pull requests:

Closed issues:

  • Compatibility with Flux 0.14 (#59)
  • Add TaijaPlotting to docs env (#60)
  • Use quarto extension (#72)
  • remove nightly and add 1.10 (#74)