Skip to content

Commit 97bcf89

Browse files
github-actions[bot]CompatHelper Juliapenelopeysm
authored
CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) (#2643)
* CompatHelper: bump compat for DataStructures to 0.19, (keep existing compat) * Changelog --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Penelope Yong <[email protected]>
1 parent 74c1c1c commit 97bcf89

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.39.10
2+
3+
Added a compatibility entry for DataStructures v0.19.
4+
15
# 0.39.9
26

37
Revert a bug introduced in 0.39.5 in the external sampler interface.

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "Turing"
22
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3-
version = "0.39.9"
3+
version = "0.39.10"
44

55
[deps]
66
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -59,7 +59,7 @@ AdvancedVI = "0.4"
5959
BangBang = "0.4.2"
6060
Bijectors = "0.14, 0.15"
6161
Compat = "4.15.0"
62-
DataStructures = "0.18"
62+
DataStructures = "0.18, 0.19"
6363
Distributions = "0.25.77"
6464
DistributionsAD = "0.6"
6565
DocStringExtensions = "0.8, 0.9"

0 commit comments

Comments
 (0)