TuringLang / AdvancedHMC.jl

Robust, modular and efficient implementation of advanced Hamiltonian Monte Carlo algorithms
https://turinglang.org/AdvancedHMC.jl/
MIT License
228 stars 39 forks source link

CompatHelper: bump compat for AbstractMCMC to 5, (keep existing compat) #352

Closed github-actions[bot] closed 10 months ago

github-actions[bot] commented 10 months ago

This pull request changes the compat entry for the AbstractMCMC package from 4.2 to 4.2, 5. 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.

torfjelde commented 10 months ago

How come now CI was running here?

torfjelde commented 10 months ago

Because this is really a breaking change (though I'm uncertain if it's currently tested here): init_params (which is used here) is now initial_params.