Skip to content

1.1.0

Compare
Choose a tag to compare
@stefsmeets stefsmeets released this 20 Feb 10:11
· 50 commits to main since this release

The highlights for this release are:

  • The SitesData class has been refactored into Transitions and Jumps, including improved algorithm for jumps calculations. This will make the code more maintainable and easier to extend for the long term.
  • Many small api changes to make the code more intuitive and earier to use, for example, many plots are now accessible through class methods
  • New methods for calculating and plotting multiple energy paths

What's Changed

Under the hood

  • Improve jump specification criteria by @v1kko in #228
  • jumps calculation: switched joined prerequisites to independent prerequisites by @v1kko in #247
  • Add method to extend trajectory by @stefsmeets in #242
  • Refactor sites methods/attrs into other classes by @stefsmeets in #251
  • Small tweaks to Transitions by @stefsmeets in #256

Bug fixes

Maintanance

Full Changelog: 1.0.0...1.1.0