Skip to content

Releases: PKua007/rampack

v1.2.0

03 Dec 16:55
Compare
Choose a tag to compare

Fixed

  • Corrected RAMSNAP format documentation.
  • Using --continue on a finished run without averaging phases no longer throws PreconditionException
    (#68).
  • Improved numerical stability of class optimize_cell.
    Before the fix, the minimal distance may have been determined incorrectly in selected cases.

Changed

  • Internal error reports now show a relative path of source location instead of an absolute one.
  • Documentation directory doc/ renamed to docs/ (needed for GitHub to recognize
    contributing.md).
  • Distance definition is now generalized to distance vector in binning types.
  • Shape functions can now be multivalued.
  • Class axis shape function can now also output all three components of the axis.

Added

v1.1.0

21 Jun 22:23
Compare
Choose a tag to compare

Fixed

  • Fixed typos in documentation and changelog.
  • Fixed corrupted observables' output file when --continue is used.

Added

  • Added [v1] and [latest] tags.
  • Added MinGW support.
  • Added randomize_rotation lattice transformer.

v1.0.0

18 Jun 17:54
Compare
Choose a tag to compare

This is the initial stable release of the simulation software. Thank you @misiekc for contributions.