Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@wehs7661 wehs7661 released this 09 Aug 07:41
· 554 commits to master since this release

In this version, we've finished all the action items mentioned in the previous release note. This includes

  • Implemented a new method for combining weights from multiple replicas using the probability ratios, with the old methods removed. This also automatically circumvents the issue of reference selection.
  • Implemented a new method for carrying out multiple swaps and removed the old method. That is, now multiple exchanges can be drawn from the swappable list in one attempt with replacement. Neighboring swapping has also been implemented.
  • Added descriptions about the newly implemented methods mentioned above.
  • Passed continuous integration and improved code coverage to 74%. The development of the unit tests is still a work in progress.