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 74c1c1c commit 97bcf89Copy full SHA for 97bcf89
HISTORY.md
@@ -1,3 +1,7 @@
1
+# 0.39.10
2
+
3
+Added a compatibility entry for DataStructures v0.19.
4
5
# 0.39.9
6
7
Revert a bug introduced in 0.39.5 in the external sampler interface.
Project.toml
@@ -1,6 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
-version = "0.39.9"
+version = "0.39.10"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -59,7 +59,7 @@ AdvancedVI = "0.4"
59
BangBang = "0.4.2"
60
Bijectors = "0.14, 0.15"
61
Compat = "4.15.0"
62
-DataStructures = "0.18"
+DataStructures = "0.18, 0.19"
63
Distributions = "0.25.77"
64
DistributionsAD = "0.6"
65
DocStringExtensions = "0.8, 0.9"
0 commit comments