Skip to content

0.11.0 release

Compare
Choose a tag to compare
@C-bowman C-bowman released this 07 Jun 11:37
· 21 commits to master since this release
b9e41f4
  • Improved numerical efficiency of the leapfrog update in HamiltonianChain.
  • Fixed some errors so that mass-scaling in HamiltonianChain now works correctly, and renamed the inv_mass keyword argument to inverse_mass.
  • Improved input validation for EnsembleSampler.
  • The inference.gp and inference.mcmc modules were becoming too large, and have now been refactored into sub-packages.
  • Support for importing from the old module names inference.gp_tools and inference.pdf_tools has been removed. The current names inference.gp and inference.pdf should be used instead.