Skip to content

Scaden bugfix release v1.0.1

Compare
Choose a tag to compare
@KevinMenden KevinMenden released this 12 Jan 09:29
· 41 commits to master since this release
8e204ec

This release fixes a bug related to parsing input dataset. Previously, Scaden would simply split files by underscore and then take
the first element of this split as the name. Now, the pattern is removed instead, making the use of names with multiple underscores possible.

This release fixes issue #66