Releases: sertit/eosets
Releases · sertit/eosets
v0.5.1
v0.5.0
0.5.0 (2026-05-05)
- ENH: Add
set.get_mosaics()to retrieve all the mosaics contained in any set - ENH: Handle windows in paths and disambiguate the band paths
- FIX: Don't except ImportErrors in
__init__and therefore look for version internally in__meta__file - FIX: Fix band list type when writing a stack on disk
- FIX: Fix nodata management when stacking a mosaic
- FIX: Better condensed name for pairs
- FIX: Use condensed name rather than ID when naming the bands (if ID exists, condensed name == ID)
- FIX: Add a better temporary folder name, including the condensed name of the set
- FIX: Remove temporary process folder if empty on set deletion, even if remove_tmp is set to False
- FIX: Don't try to remove non-existing folders
- FIX: Add a
dbehing the band for difference paths (i.e.dNBR) - OPTIM: Don't set a window name if band files if the window corresponds to the band extent
v0.5.0.rc1
Release candidate: 0.5.0.rc1
- ENH: Add
set.get_mosaics()to retrieve all the mosaics contained in any set - ENH: Handle windows in paths and disambiguate the band paths
- FIX: Don't except ImportErrors in
__init__and therefore look for version internally in__meta__file - FIX: Fix band list type when writing a stack on disk
- FIX: Fix nodata management when stacking a mosaic
- FIX: Better condensed name for pairs
- FIX: Use condensed name rather than ID when naming the bands (if ID exists, condensed name == ID)
v0.4.1
0.4.1 (2026-01-07)
- CI: Change CI bucket
- CI: Update test mosaic with custom product: use several bands and write stack on disk
- CI: Add weekly tests on Python 3.13 and 3.14 (#30)
- DOC: Update copyright to 2026 (#33)
- DOC: Improve documentation
- DEPS: Drop Python 3.9 support and support Python 3.13 and 3.14 (#30)
- DEPS: Update deps to align on
sertitandeoreader(#34)
v0.4.0
0.4.0 (2025-07-09)
- ENH: Better manage and advertize default resolution in case of heterogeneous Set (#20)
- ENH: Add the
len()property to any Set, giving the number of EOReader Products contained into the Set - FIX: Fix pair creation with paths and Mosaic instead of list of paths
- FIX: Better management of
condensed_name/full_nameandid - CI: Fix scheduled pipeline
v0.3.3
0.3.3 (2025-04-08)
- FIX: Adapt the code to
eoreader>=0.22.0 - DEPS: Update
sertitandeoreader
v0.3.2
0.3.2 (2025-01-22)
- FIX: Correctly delete old temporary process folder if a new output is given.
- FIX: Correctly look for band files in product's temporary directory
- FIX: Better manage pairs with no secondary product
- CI: Enhance tests, loading both an index and a spectral band
v0.3.1
0.3.1 (2025-01-14)
- FIX: Fixing import in utils
v0.3.0
v0.2.5
0.2.5 (2024-10-21)
- FIX: Fix retrieval of
is_opticalandis_sarMosaic members - FIX: Fix changes looked for to run CI