Release 0.46.0#2846
Merged
Merged
Conversation
Bump version to 0.46.0 and add HISTORY entry covering DynamicPPL 0.42 (AD interface reorganisation, nested-submodel performance fix), AdvancedVI 0.7, and the MCMCChains extension fix.
Contributor
|
Turing.jl documentation for PR #2846 is available at: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2846 +/- ##
==========================================
+ Coverage 85.07% 85.09% +0.01%
==========================================
Files 23 23
Lines 1514 1516 +2
==========================================
+ Hits 1288 1290 +2
Misses 226 226 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Use AbstractPPL's evaluator interface (`prepare` + `value_gradient_and_hessian!!`) to compute the Hessian in `StatsBase.informationmatrix`. With the default `AutoForwardDiff()` adtype this goes through AbstractPPL's ForwardDiff extension. Bump AbstractPPL compat to "0.15" (the evaluator interface is only available there) and drop the direct automatic-differentiation backend dependency from Project.toml and test/Project.toml, as it is no longer used directly. The optimisation tests now pass `AutoForwardDiff()` as the second-order adtype. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
yebai
approved these changes
Jul 10, 2026
Member
Author
|
I will bump HISTORY and release it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bump version to 0.46.0 and add HISTORY entry covering DynamicPPL 0.42 (AD interface reorganisation, nested-submodel performance fix), AdvancedVI 0.7, and the MCMCChains extension fix.