Skip to content

Releases: TUW-GEO/eotransform-pandas

1.1.2

21 Feb 15:18
Compare
Choose a tag to compare

fixed _files_generator to recognize .zarr files

1.1.1

21 Feb 15:02
Compare
Choose a tag to compare

gather_files now accepts ncores as an argument to enable parallel fetching of file paths, improving extraction speed for large directories

gather_files returns empty data frame if target doesn't exist

29 Mar 08:55
Compare
Choose a tag to compare

The gather_files interface changed so it returns the empty data frame when the target doesn't exist, even if filters or index is specified.
This makes the behaviour more consistent.