Skip to content

Commit

Permalink
Update HISTORY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunxd3 committed Dec 16, 2023
1 parent ce61726 commit 6906d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HISTORY.md
@@ -1,8 +1,8 @@
# Release 0.30.0

- Replaced global variable-based AD backend mechanism with [`ADTypes.jl`](https://github.com/SciML/ADTypes.jl). Users should now specify the desired `ADType` directly in sampler constructors, e.g., `HMC(0.1, 10; adtype=AutoForwardDiff(; chunksize))`.
- Deprecated and removed interface functions such as `ADBackend`, `setadbackend`, `setsafe`, `setchunksize`, and `setrdcache`.
- Removed the deprecated `verifygrad` function.
- Interface functions such as `ADBackend`, `setadbackend`, `setadsafe`, `setchunksize`, and `setrdcache` are deprecated and will be removed in a future release.
- Removed the outdated `verifygrad` function.
- Updated to a newer version of `LogDensityProblemsAD` (v1.7).

# Release 0.12.0
Expand Down

0 comments on commit 6906d16

Please sign in to comment.