Pathfinder.jl icon indicating copy to clipboard operation
Pathfinder.jl copied to clipboard

CompatHelper: bump compat for AdvancedHMC to 0.7 for package AdvancedHMC, (keep existing compat)

Open github-actions[bot] opened this issue 9 months ago • 2 comments

This pull request changes the compat entry for the AdvancedHMC package from 0.6 to 0.6, 0.7 for package AdvancedHMC. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

github-actions[bot] avatar Mar 07 '25 00:03 github-actions[bot]

Codecov Report

:x: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review. :white_check_mark: Project coverage is 81.35%. Comparing base (a578867) to head (f3df377). :warning: Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/integration/advancedhmc.jl 0.00% 5 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #234      +/-   ##
==========================================
- Coverage   81.91%   81.35%   -0.56%     
==========================================
  Files          13       13              
  Lines         586      590       +4     
==========================================
  Hits          480      480              
- Misses        106      110       +4     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov[bot] avatar Mar 07 '25 00:03 codecov[bot]

Integration tests fail due to AdvancedHMC v0.7.0 replacing rand with an internal function rand_momentum. I've opened TuringLang/AdvancedHMC.jl#411 to discuss making rand_momentum part of the API so we can safely overload it.

sethaxen avatar Mar 24 '25 10:03 sethaxen