Skip to content

Commit 2d928e0

Browse files
committed
add history entry for [email protected]
1 parent d870045 commit 2d928e0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

HISTORY.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
1+
12
# 0.42.0
23

4+
## Breaking Changes
5+
6+
**AdvancedVI 0.5**
7+
8+
Turing.jl v0.42 updates `AdvancedVI.jl` compatibility to 0.5.
9+
Most of the changes introduced in `[email protected]` are structural, with some changes spilling out into the interface.
10+
The summary of the changes below are the things that affect the end-users of Turing.
11+
For a more comprehensive list of changes, please refer to the [changelogs](https://github.com/TuringLang/AdvancedVI.jl/blob/main/HISTORY.md) in `AdvancedVI`.
12+
13+
- A new level of interface for defining different variational algorithms have been introduced in `AdvancedVI` v0.5. As a result, the method `Turing.vi` now receives a keyword argument `algorithm`. The object `algorithm <: AdvancedVI.AbstractVariationalAlgorithm` should now contain all the algorithm-specific configurations. Therefore, keyword arguments of `vi` that were algorithm-specific such as `objective`, `operator`, `averager` and so on, have been moved as fields of the relevant `<: AdvancedVI.AbstractVariationalAlgorithm` structs.
14+
- The default hyperparameters of `DoG`and `DoWG` have been altered.
15+
- The depricated `[email protected]`-era interface is now removed.
16+
317
# 0.41.0
418

519
## DynamicPPL 0.38
@@ -62,7 +76,7 @@ Note that if the initial sample is included, the corresponding sampler statistic
6276
Due to a technical limitation of MCMCChains.jl, this causes all indexing into MCMCChains to return `Union{Float64, Missing}` or similar.
6377
If you want the old behaviour, you can discard the first sample (e.g. using `discard_initial=1`).
6478

65-
# 0.40.5
79+
# 0.4# 0.40.5
6680

6781
Bump Optimization.jl compatibility to include v5.
6882

0 commit comments

Comments
 (0)