Skip to content

Releases: GEMDAT-repos/GEMDAT

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

1.0.0

08 Jan 09:24
Compare
Choose a tag to compare

The highlights for this release are:

  • A new logo 🤩
  • Tools for site shape analysis
  • The dashboard was split off to its own repo

What's Changed

Under the hood

Bug fixes

Maintanance

Full Changelog: 0.9.4...1.0.0

0.9.4

17 Nov 09:25
Compare
Choose a tag to compare

This release introduces some new features and improvements:

  • minimal energy pathways are introduced
  • errors can be calculated (and shown on the dashbord)
  • some plots have been converted to plotly and are now interactive

What's Changed

Full Changelog: 0.9.3...0.9.4

0.9.3

23 Oct 12:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.9.2...0.9.3

0.9.2

10 Oct 11:23
Compare
Choose a tag to compare

This is a test

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

13 Sep 08:55
Compare
Choose a tag to compare

Added notebooks to the documentation

What's Changed

Full Changelog: 0.9.0...0.9.1