Skip to content

1.3.0

Compare
Choose a tag to compare
@stefsmeets stefsmeets released this 06 Jun 14:21
· 14 commits to main since this release

The highlights for this release are:

  • All plots have been updated for better clarity and are now available as both matplotlib and plotly varieties. You can choose the backend by passing backend='matplotlib' or backend='plotly' to the plot methods.
  • A trajectory reader for LAMMPS data through Trajectory.from_lammps(...)
  • A new method to calculate a jump graph from the Jumps class: G = jumps.to_graph(). The edges are tagged with the activation energies.

What's Changed

Under the hood

Bug fixes

Maintanance

Full Changelog: 1.2.1...1.3.0