Skip to content

Commit 7563811

Browse files
committed
Allow Setfield 0.8 (#338)
We get some pretty nice performance improvements when using Setfield 0.8: ![image](https://user-images.githubusercontent.com/11074788/140616974-995d6955-668d-44cb-b81b-2f544d3a6eb8.png) Ref: TuringLang/AbstractPPL.jl#28
1 parent 545d365 commit 7563811

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DynamicPPL"
22
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
3-
version = "0.16.1"
3+
version = "0.16.2"
44

55
[deps]
66
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
@@ -24,6 +24,6 @@ Bijectors = "0.5.2, 0.6, 0.7, 0.8, 0.9"
2424
ChainRulesCore = "0.9.7, 0.10, 1"
2525
Distributions = "0.23.8, 0.24, 0.25"
2626
MacroTools = "0.5.6"
27-
Setfield = "0.7.1"
27+
Setfield = "0.7.1, 0.8"
2828
ZygoteRules = "0.2"
2929
julia = "1.3"

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Documenter = "0.26.1, 0.27"
2929
ForwardDiff = "0.10.12"
3030
MCMCChains = "4.0.4, 5"
3131
MacroTools = "0.5.5"
32-
Setfield = "0.7.1"
32+
Setfield = "0.7.1, 0.8"
3333
StableRNGs = "1"
3434
Tracker = "0.2.11"
3535
Zygote = "0.5.4, 0.6"

0 commit comments

Comments
 (0)