You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: HISTORY.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
# Release 0.33.0
2
+
3
+
## Breaking changes
4
+
5
+
The following exported functions have been removed:
6
+
7
+
-`constrained_space`
8
+
-`get_parameter_bounds`
9
+
-`optim_objective`
10
+
-`optim_function`
11
+
-`optim_problem`
12
+
13
+
The same functionality is now offered by the new exported functions
14
+
15
+
-`maximum_likelihood`
16
+
-`maximum_a_posteriori`
17
+
1
18
# Release 0.30.5
2
19
3
20
-`essential/ad.jl` is removed, `ForwardDiff` and `ReverseDiff` integrations via `LogDensityProblemsAD` are moved to `DynamicPPL` and live in corresponding package extensions.
0 commit comments