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
* Progress towards compat with DPPL v0.35
* More fixing of DPPL v0.35 stuff
* Fix LogDensityFunction argument order
* More minor bugfixes
* [TEMP] Commit Manifest pointing to DynamicPPL#release-0.35
* remove LogDensityProblemsAD (#2490)
* Remove LogDensityProblemsAD, part 1
* update Optimisation code to not use LogDensityProblemsAD
* Fix field name change
* Don't put chunksize=0
* Remove LogDensityProblemsAD dep
* Improve OptimLogDensity docstring
* Remove unneeded model argument to _optimize
* Fix more tests
* Remove essential/ad from the list of CI groups
* Fix HMC function
* more test fixes (#2491)
* Remove LogDensityProblemsAD, part 1
* update Optimisation code to not use LogDensityProblemsAD
* Fix field name change
* Don't put chunksize=0
* Remove LogDensityProblemsAD dep
* Improve OptimLogDensity docstring
* Remove unneeded model argument to _optimize
* Fix more tests
* Remove essential/ad from the list of CI groups
* Fix HMC function
* More test fixes
* Remove Manifest
* More fixes for DynamicPPL 0.35 (#2494)
* Remove test/dynamicppl/compiler.jl
* Remove old regression tests
* Remove vdemo2
* Fix last test
* Add HISTORY.md entry about DPPL 0.35
* Allow ESS to sample variables with different symbols
* Update a TODO note
---------
Co-authored-by: Penelope Yong <[email protected]>
Copy file name to clipboardExpand all lines: HISTORY.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,21 @@
2
2
3
3
## Breaking changes
4
4
5
+
### Gibbs constructors
6
+
5
7
0.37 removes the old Gibbs constructors deprecated in 0.36.
6
8
9
+
### DynamicPPL 0.35
10
+
11
+
Turing.jl v0.37 uses DynamicPPL v0.35, which brings with it several breaking changes:
12
+
13
+
- The right hand side of `.~` must from now on be a univariate distribution.
14
+
- Indexing `VarInfo` objects by samplers has been removed completely.
15
+
- The order in which nested submodel prefixes are applied has been reversed.
16
+
- The arguments for the constructor of `LogDensityFunction` have changed. `LogDensityFunction` also now satisfies the `LogDensityProblems` interface, without needing a wrapper object.
17
+
18
+
For more details about all of the above, see the changelog of DynamicPPL [here](https://github.com/TuringLang/DynamicPPL.jl/releases/tag/v0.35.0).
0 commit comments