Skip to content

Commit

Permalink
Merge branch '116-make-plot-and-predict-consistent'
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-alt committed Sep 3, 2024
2 parents 3700cb9 + 22c1af8 commit 78c846e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

*Note*: We try to adhere to these practices as of version [v0.2.1].

## Version [1.1.0] - 2024-09-03

### Changed

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

### Added

- Adds support for calibration. [#90]

## Version [1.0.2] - 2024-08-12
###

### Added

- added TaijaPlotting to the docs env

### Changed

- modified the MLJFlux.train function so that it now properly return a trained chain [[#112](https://github.com/JuliaTrustworthyAI/LaplaceRedux.jl/issues/112)]

## Version [1.0.0] - 2024-07-22
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "LaplaceRedux"
uuid = "c52c1a26-f7c5-402b-80be-ba1e638ad478"
authors = ["Patrick Altmeyer"]
version = "1.0.2"
version = "1.1.0"

[deps]
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
Expand Down

2 comments on commit 78c846e

@pat-alt
Copy link
Member Author

@pat-alt pat-alt commented on 78c846e Sep 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Changed

Added

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/114414

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.0 -m "<description of version>" 78c846e763a0ecb50515357d4404de983308c0bb
git push origin v1.1.0

Please sign in to comment.