0.4.2
🐛 Bug Fixes
Compress `.trks` by using gzip compression when writing the tarfile. @willgraf (#64)
The third time's the charm! This is the same PR as #63, but removing the changes featured in #62.
This PR changes the writemode of tarfile
to write in w:gz
, or with gzip compression. The read mode of tarfile
natively supports this.
Additionally, some related tests have been updated to use the tmpdir
test fixture instead of creating their own temporary directory.