This release fixes some typos in documentation and adds some clarity.
Some bugs that affected users have been fixed:
- Index error in
subsample_correlated_data
#552 Verbose=True
with MBAR results in an error for alternative input types ofu_kn
#538- Make MBAR bootstrapping deterministic independent of verbose flag #551
Details below 👇
What's Changed
- fix minor typos by @schuhmc in #527
- Issue gitignore by @jaclark5 in #537
- Use self.u_kn when verbose=True in MBAR by @jaclark5 in #539
- Issue docstring harmonic by @jaclark5 in #541
- Clarify
n_bootstraps
docstring by @IAlibay in #549 - Correct Defaults in MBAR Docstring and Fix Typos by @badisa in #550
- Fix issue 552 by @mikemhenry in #558
- Fix PyPI package name by @k-ujihara in #559
- Make MBAR bootstrapping deterministic independent of verbose flag by @badisa in #551
- Fix version info and modernize some things by @mikemhenry in #562
New Contributors
- @schuhmc made their first contribution in #527
- @jaclark5 made their first contribution in #537
- @IAlibay made their first contribution in #549
- @k-ujihara made their first contribution in #559
Full Changelog: 4.0.3...4.1.0