tpapp / DynamicHMC.jl

Implementation of robust dynamic Hamiltonian Monte Carlo methods (NUTS) in Julia.
Other
242 stars 21 forks source link

Support Julia LTS and update CompatHelper #174

Closed devmotion closed 1 year ago

devmotion commented 1 year ago

This PR adds support for Julia 1.6, without adding additional code or special casing. Actually, tests still passed locally after removing the version bound in the tests.

CompatHelper was running with Julia 1.2.0, so I updated it as well.