Skip to content

Releases: GEMDAT-repos/GEMDAT

1.6.2

17 Apr 09:29
Compare
Choose a tag to compare

What's Changed

  • fix the error in the jumps calculation with minimal_residence by @v1kko in #369

Maintenance

Full Changelog: 1.6.1...1.6.2

1.6.1

08 Apr 06:39
Compare
Choose a tag to compare

This release contains bug fixes for 1.6.0

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

27 Mar 15:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.1...1.6.0

1.5.1

25 Nov 11:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.5.1

1.5.0

14 Nov 09:04
Compare
Choose a tag to compare

This is a small update that adds a new plotting method to gemdat.Trajectory.

What's Changed

Maintenance

Full Changelog: 1.4.0...1.5.0

1.4.0

16 Jul 08:45
Compare
Choose a tag to compare

This is a small update that adds GROMACS support and fixes a bug in the rendering of plots with a shaded region.

What's Changed

Full Changelog: 1.3.0...1.4.0

1.3.0

06 Jun 14:21
Compare
Choose a tag to compare

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

1.2.1

08 Apr 13:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

08 Apr 12:53
767d5d0
Compare
Choose a tag to compare

The highlights for this release are:

  • Orientation tracker, with this version of GEMDAT you can track the orientation of a group of atoms (e.g. tetrahedra) in your trajectory and plot them
  • Haven ratio calculator

What's Changed

Under the hood

Bug fixes

  • Fix periodic jumps of matplotlib jumps_3d plot by @v1kko in #279

Maintanance

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

20 Feb 10:11
Compare
Choose a tag to compare

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