Skip to content

v0.7.4

Compare
Choose a tag to compare
@meliache meliache released this 03 Nov 15:22
· 151 commits to main since this release
4a65309

[0.7.4] - 2021-11-03

Added

  • Add a CHANGELOG.md file in addition to the release notes on github

Fixed

  • gbasf2: Fix moving of downloaded datasets with multiple datablocks (subs) #150
  • gbasf2: If an error happens during proxy initialization, there was an error raised, but the stderr argument was wrong, which was fixed in #149

Changed

  • gbasf2: get_unique_lfns in some cases returned a set and in some cases a list. Changed it to always return sets.