Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 3.67 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 3.67 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog. The functionality is contained in a binary compiled from a source code.

  • Input file format adheres to Semantic Versioning.
  • Command line options do not strictly follow semantic versioning, although breaking changes are not introduced unless necessary.
  • The source code API will not be versioned semantically until the software is also distributed as a static-linked C++ library (later, with Python bindings as well).

1.2.0 - 2023-12-03

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

1.1.0 - 2023-06-21

Fixed

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

Added

1.0.0 - 2023-06-18

This is the initial stable release of the simulation software.

Previous versions

During the development stage (0.x versions) no changelog was maintained. The changes can be inferred from git history.

↑ back to the top