Skip to content

Commit d71aa86

Browse files
committed
Changelog
1 parent 81282de commit d71aa86

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

HISTORY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# 0.42.0
22

3+
## Optimisation interface
4+
5+
The Optim.jl interface has been removed (so you cannot call `Optim.optimize` directly on Turing models).
6+
You can use the `maximum_likelihood` or `maximum_a_posteriori` functions with an Optim.jl solver instead (which goes via Optimization.jl).
7+
8+
## Internal changes
9+
10+
The constructors of `OptimLogDensity` have been replaced with a single constructor, `OptimLogDensity(::DynamicPPL.LogDensityFunction)`.
11+
312
# 0.41.0
413

514
## DynamicPPL 0.38

0 commit comments

Comments
 (0)