|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## v0.4.0 - unreleased |
4 |
| -- Added documentation files for readthedocs ([#134](https://github.com/mpytools/filefisher/pull/134)) |
5 |
| - and extended the documentation with usage ([#135](https://github.com/mpytools/filefisher/pull/135)), installation instructions ([#136](https://github.com/mpytools/filefisher/pull/136)), as well as extension of the api documentation ([#141](https://github.com/mpytools/filefisher/pull/141)) |
| 3 | +## v1.0.0 - 07.01.2025 |
| 4 | + |
| 5 | +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. |
| 6 | + |
| 7 | +- Renamed from filefinder to filefisher ([#131](https://github.com/mpytools/filefisher/pull/131)) and deprecated |
| 8 | + filefinder ([#132](https://github.com/mpytools/filefisher/pull/132)) |
| 9 | +- Added documentation for readthedocs ([#134](https://github.com/mpytools/filefisher/pull/134)) |
| 10 | + and extended the documentation with usage ([#135](https://github.com/mpytools/filefisher/pull/135)) and |
| 11 | + installation instructions ([#136](https://github.com/mpytools/filefisher/pull/136)), as well as extension of the api documentation ([#141](https://github.com/mpytools/filefisher/pull/141)) |
| 12 | +- Added method to concatenate two FileContainers ([#126](https://github.com/mpytools/filefisher/pull/126)) |
6 | 13 | - Added two methods to find _exactly_ one file or path (and raise an error otherwise):
|
7 | 14 | `FileFinder.find_single_file` and `FileFinder.find_single_path`
|
8 | 15 | ([#101](https://github.com/mpytools/filefisher/pull/101)).
|
|
12 | 19 | longer be passed by position ([#99](https://github.com/mpytools/filefisher/pull/99)).
|
13 | 20 | - `FileFinder` now raises an error if an invalid `"{placeholder}"` is used
|
14 | 21 | ([#99](https://github.com/mpytools/filefisher/pull/99)).
|
15 |
| -- An empty `FileContainer` is returned instead of an empty list when no files/ paths are |
16 |
| - found ([#114](https://github.com/mpytools/filefisher/pull/114)) |
17 |
| - |
18 | 22 | - Define and test the minimum supported versions of the dependencies ([#125](https://github.com/mpytools/filefisher/pull/125)).
|
19 | 23 |
|
20 | 24 | | Package | Old | New |
|
|
24 | 28 | | parse | undefined | 1.19 |
|
25 | 29 |
|
26 | 30 | - Changes to `FileContainer`:
|
27 |
| - |
| 31 | + - An empty `FileContainer` is returned instead of an empty list when no files/ paths are |
| 32 | + found ([#114](https://github.com/mpytools/filefisher/pull/114)) |
28 | 33 | - Renamed the `"filename"` column to `"path"` and made it a `pd.Index`, thus removing
|
29 | 34 | this column from the underlying `DataFrame` ([#113](https://github.com/mpytools/filefisher/pull/113)).
|
30 | 35 | - Added `meta` and `paths` properties to `FileContainer` which allow to iterate over them
|
|
0 commit comments