Skip to content

Commit

Permalink
Add note about breaking v0.33.0 changes to HISTORY (#2256)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Jun 6, 2024
1 parent c8bac5d commit f6d1712
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f6d1712

Please sign in to comment.