Hybrid handler CHANGELOG¶
All notable changes to this project will be documented in this changelog.
This project does not strictly adhere to Semantic Versioning, but it uses versioning inspired by it.
In particular, not all backward incompatible changes lead to a bump in the major version number, but all of these are mentioned and emphasized here.
Given a version number X.Y.Z
,
X
is incremented for major changes in particular relevant new functionality,Y
is incremented for minor changes or new minor functionality, andZ
is mainly used for bug fixes.
Every entry in this file is prepended with a symbol that is meant to draw attention about the type of change. Click on a symbol above for more information about it.
This symbol indicates new features.
This symbol indicates changes in existing functionality.
This symbol indicates fixes of wrong behavior.
This symbol indicates removed features.
This symbol indicates breaking changes, i.e. not backward-compatible changes.
This symbol indicates deprecated features, which are likely to be removed in later versions.
This symbol indicates changes that deserve particular attention by the user.
SMASH-vHLLE-hybrid-2.1.3¶
Release date: 2025-06-05
Compare changes to previous version
Fix hybrid handler crash due to accessing an unbound variable when trying to run both the
Sampler
and the Afterburner
stages using the FIST sampler.
SMASH-vHLLE-hybrid-2.1.2¶
Release date: 2025-05-16
Compare changes to previous version
The previous hot-fix introduced a subtle bug, making the hybrid handler ignore a user-customized base configuration file for the
IC
stage. This is fixed now.
SMASH-vHLLE-hybrid-2.1.1¶
Release date: 2025-05-15
Compare changes to previous version
Make the handler select the correct default base configuration file for the
IC
stage depending on the SMASH version. This was needed because SMASH-3.2
changed some configuration keys about initial conditions setup.
Fix how spectators are added from the
IC
output into the Afterburner
input file. This now works for all SMASH versions. The spectators from the target were not properly considered beforehand. Additionally, the adding of spectators is currently only allowed if only one IC
event was run.
Renamed the copied/linked afterburner inputfile containing the sampled particles (and possibly spectators) from sampled_particles_list.oscar to :material_file: sampled_particles.oscar. Note that this is not a breaking change because this file is created into the
Afterburner folder at the beginning of such a stage.
SMASH-vHLLE-hybrid-2.1¶
Release date: 2025-03-31
Compare changes to previous version
Make the handler select the correct default base configuration file for the
Sampler
stage depending on the SMASH hadron sampler version. This was needed because SMASH-hadron-sampler-3.2
refactored the user interface.
Support for a new sampler module: FIST sampler is now usable additionally to the SMASH hadron sampler.
The project logo was changed to a fancier, more fantasy version.
SMASH-vHLLE-hybrid-2.0¶
Release date: 2024-04-12
Compare changes to previous version
The project approach has totally changed and it switched from a
CMake
based framework to a Bash
based framework.
A detailed documentation web-page has been built to guide both users and developers.
SMASH-vHLLE-hybrid-1.0¶
Release date: 2020-11-18
First public version of the SMASH-vHLLE-hybrid