Releases: mpytools/filefisher
version 1.0.1
This release patches a bug from v1.0.0. that broke FileContainer.concat()
.
v1.0.0
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
New release that adds handling for parsing errors. It also drops python 3.7 and 3.8 support.
New Contributors
- @veni-vidi-vici-dormivi made their first contribution in https://github.com/mathause/filefinder/pull/73
Full Changelog: mathause/filefisher@v0.2.0...v0.3.0
version 0.2.0
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
First version released based on the code developed for my IPCC AR6 analyses and including some additions.