From f6d1712cd686f2d888ac334863705a0cd5e13af3 Mon Sep 17 00:00:00 2001 From: Markus Hauru Date: Thu, 6 Jun 2024 18:01:04 +0200 Subject: [PATCH] Add note about breaking v0.33.0 changes to HISTORY (#2256) * Add note about breaking v0.33.0 changes to HISTORY * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Hong Ge <3279477+yebai@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- HISTORY.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 2a3929878..5b1cad0ed 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,20 @@ +# Release 0.33.0 + +## Breaking changes + +The following exported functions have been removed: + + - `constrained_space` + - `get_parameter_bounds` + - `optim_objective` + - `optim_function` + - `optim_problem` + +The same functionality is now offered by the new exported functions + + - `maximum_likelihood` + - `maximum_a_posteriori` + # Release 0.30.5 - `essential/ad.jl` is removed, `ForwardDiff` and `ReverseDiff` integrations via `LogDensityProblemsAD` are moved to `DynamicPPL` and live in corresponding package extensions.