Skip to content

Commit f6d1712

Browse files
mhauruyebaigithub-actions[bot]
authored
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>
1 parent c8bac5d commit f6d1712

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

HISTORY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
118
# Release 0.30.5
219

320
- `essential/ad.jl` is removed, `ForwardDiff` and `ReverseDiff` integrations via `LogDensityProblemsAD` are moved to `DynamicPPL` and live in corresponding package extensions.

0 commit comments

Comments
 (0)