All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added environmental variable
SIGPROFILERPLOTTING_VOLUME
to enhance configurability.
- Ensured correct file path construction with
os.path.join()
. - Updated CLI to handle boolean arguments using
str2bool
, resolving an issue where boolean strings likeFalse
were incorrectly evaluated asTrue
. - Stopped unecessary output directory creation when the output format is PIL_Image.