Skip to content

0.4.2

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 22:41
· 49 commits to master since this release
f2bb550
Support Python 3.9 @willgraf (#61)

🐛 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.