Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Beliy Nikita committed Dec 6, 2024
1 parent 02a7aeb commit f6c9092
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Added:
- `Module/base`: Added possibility to lock `seriesNo` and `seriesId` to avoid the retrieval of No and Id for each loaded file
- `bidsify`: Series No and Id is retrieved from folder name and not automatically
- `bidsify`, `map`: Series No and Id is retrieved from folder name and not automatically

### Changed:
- `tools.change_ext` will return basename if `new_ext` is None
- `Module/base`: If unable to recover series number or series id, the default values of 0 and 'unknown' will be used
- `Module/base`: In series id, the space and tabs will be replaced by underscores
- `Module/base`: Retriving an incorrect characteristic (`<<>>`) will pring an error to log

### Fixed:
- `Module/jsonNIFTY`: no longer spams warnings if unable to determine series id
Expand Down

0 comments on commit f6c9092

Please sign in to comment.