Skip to content

Releases: mpytools/filefisher

version 1.0.1

16 Jan 15:26
93b657e
Compare
Choose a tag to compare

This release patches a bug from v1.0.0. that broke FileContainer.concat().

v1.0.0

07 Jan 15:22
e89365e
Compare
Choose a tag to compare

Version 1.0.0 renames the package to filefisher (from filefinder) and makes the first release to pypi. It includes some modifications of the FileContainer class to be more user friendly, allows concatenating two FileContainers and adds methods to find exactly one path or file. Defines and tests minimum supported versions of the dependencies and adds documentation on readthedocs.

version 0.3.0

27 Mar 15:13
df8a737
Compare
Choose a tag to compare

New release that adds handling for parsing errors. It also drops python 3.7 and 3.8 support.

New Contributors

Full Changelog: mathause/filefisher@v0.2.0...v0.3.0

version 0.2.0

23 May 13:43
74cd416
Compare
Choose a tag to compare

New release that allows to specify a format spec which allows parsing more complex file name structures. It also drops python 3.6 support and modernizes the build system.

version 0.1.0

05 Aug 19:39
Compare
Choose a tag to compare

First version released based on the code developed for my IPCC AR6 analyses and including some additions.