Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# DynamicPPL Changelog

## 0.37.1

Update DynamicPPLMooncakeExt to work with Mooncake 0.4.147.

## 0.37.0

DynamicPPL 0.37 comes with a substantial reworking of its internals.
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
version = "0.37.0"
version = "0.37.1"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -67,7 +67,7 @@ LinearAlgebra = "1.6"
LogDensityProblems = "2"
MCMCChains = "6, 7"
MacroTools = "0.5.6"
Mooncake = "0.4.95"
Mooncake = "0.4.147"
OrderedCollections = "1"
Printf = "1.10"
Random = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion ext/DynamicPPLMooncakeExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ using DynamicPPL: DynamicPPL, istrans
using Mooncake: Mooncake

# This is purely an optimisation.
Mooncake.@zero_adjoint Mooncake.DefaultCtx Tuple{typeof(istrans),Vararg}
Mooncake.@zero_derivative Mooncake.DefaultCtx Tuple{typeof(istrans),Vararg}

end # module
Loading