We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8907ec4 commit 4c14d7bCopy full SHA for 4c14d7b
HISTORY.md
@@ -1,5 +1,10 @@
1
# DynamicPPL Changelog
2
3
+## 0.36.12
4
+
5
+Removed several unexported functions.
6
+The only notable one is `DynamicPPL.alg_str`, which was used in old versions of AdvancedVI and the Turing test suite.
7
8
## 0.36.11
9
10
Make `ThreadSafeVarInfo` hold a total of `Threads.nthreads() * 2` logp values, instead of just `Threads.nthreads()`.
Project.toml
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
-version = "0.36.11"
+version = "0.36.12"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
0 commit comments