From 22c1af8dc28549223a8a1227304fad7150923a75 Mon Sep 17 00:00:00 2001 From: pat-alt Date: Tue, 3 Sep 2024 12:46:30 +0200 Subject: [PATCH] bumped version --- CHANGELOG.md | 15 ++++++++++++++- Project.toml | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bab39a4f..e62d9bd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Project.toml b/Project.toml index e54b4fc4..3949c1e7 100644 --- a/Project.toml +++ b/Project.toml @@ -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"