Skip to content

Releases: mpytools/filefisher

version 1.2.0

Choose a tag to compare

@mathause mathause released this 17 Nov 12:06
a1be040

Version v1.2.0 ignores key=None in all find* methods and bumps the required dependencies.

version 1.1.0

Choose a tag to compare

@mathause mathause released this 19 Mar 10:26
d64f904

Version v1.1.0 fixes a regression from v1.0.0 and adds FileContainer.search_single.

version 1.0.1

Choose a tag to compare

@veni-vidi-vici-dormivi veni-vidi-vici-dormivi released this 16 Jan 15:26
93b657e

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

v1.0.0

Choose a tag to compare

@veni-vidi-vici-dormivi veni-vidi-vici-dormivi released this 07 Jan 15:22
e89365e

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

Choose a tag to compare

@veni-vidi-vici-dormivi veni-vidi-vici-dormivi released this 27 Mar 15:13
df8a737

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

Choose a tag to compare

@mathause mathause released this 23 May 13:43
74cd416

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

Choose a tag to compare

@mathause mathause released this 05 Aug 19:39

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