Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.1 KB

File metadata and controls

25 lines (20 loc) · 1.1 KB

Changelog

v0.0.5

  • a few new debugging logging messages
  • improved way to set logging level for slkspec

v0.0.4

  • incremented dependency on pyslk to 2.3.0 => improved workflows + new required functions
  • internal list of files needed to be retrieved was changed to type set => remove duplicate files
  • consider case when files are copied to the cache by another process while they are queued for being recalled from tape to cache by this instance of slkspec
  • split recall and retrieval code into more sub-functions for clearer code structure

v0.0.3

  • adapted to pyslk version >= 2.0.0
  • improved and parallelized retrieval workflow
  • dependency on pyslk available via PyPI (and not DKRZ GitLab Repo)

v0.0.2

  • Add CHANGELOG #50
  • Modernize packaging with pyproject.toml #49
  • Drop python 3.7 and 3.8 support
  • many more changes as documented in the commit history

v0.0.1

  • Initial showcase version