We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc21b2c commit 81e3791Copy full SHA for 81e3791
1 file changed
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# 0.8.0
2
3
-- add `ValueGradientBuffer` for pre-allocated gradient storage (#34)
4
-- remove taped ReverseDiff-based AD (#36)
5
-- remove support for rejection-based unwindind of the stack (#39)
6
-- add support for Zygote-based AD (#40, experimental)
+- add `ValueGradientBuffer` for pre-allocated gradient storage ([#34](https://github.com/tpapp/LogDensityProblems.jl/pull/34))
+- remove taped ReverseDiff-based AD ([#36](https://github.com/tpapp/LogDensityProblems.jl/pull/36))
+- remove support for rejection-based unwindind of the stack ([#39](https://github.com/tpapp/LogDensityProblems.jl/pull/39))
+- add support for Zygote-based AD ([#40](https://github.com/tpapp/LogDensityProblems.jl/pull/40), experimental)
7
8
# 0.7.0 and prior
9
0 commit comments