Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@PKua007 PKua007 released this 03 Dec 16:55

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