pymbar 3.1 LTS Release
What's New
We now support computation of bootstrapped uncertainties for MBAR free energies -- just specify n_bootstraps=n_desired_bootstraps
when initializing MBAR()
, where n_desired_bootstraps
is the number of bootstrap iterations you'd like to run, and uncertainty_method='bootstrap'
when calling getFreeEnergyDifferences().
What's Changed
- Fix for expectations of very small numbers by @mrshirts in #441
- Noticed one bug in setlogzero commit by @mrshirts in #443
- Getting CI working on the current default branch by @mikemhenry in #449
- Bootstrap uncertainties first pass by @mrshirts in #302
- Fix divide by zero warning in pymbar3 by @zhang-ivy in #470
- sphinx.ext.pngmath is now sphinx.ext.imgmath by @mikemhenry in #471
New Contributors
- @zhang-ivy made their first contribution in #470
Full Changelog: 3.0.7...3.1