Releases: cmosig/sentle
Releases · cmosig/sentle
2025.1.4
2025.1.3 paramater fix
Full Changelog: 2025.1.2...2025.1.3
2025.1.2
2025.1.1: fix transform edge case for S1 repository
2024.10.7 minor fix
Full Changelog: 2024.10.6...2024.10.7
2024.10.6: edge case fix for subtile generation
Full Changelog: 2024.10.5...2024.10.6
2024.10.5
- fix closing of queue upon done
- fix inclusion of cloud model in setup
Full Changelog: 2024.10.4...2024.10.5
2024.10.4
2024.10.3
Major Changes:
- drop dask library entirely, please see readme for how to use process function now
- progess bar in terminal and jupyter notebook
- lazy compute dropped.
process
now computes immediately and saves to a zarr - user provided parameter
overwrite
for easier usability - only one process talks to the GPU now, instead of each worker. This means GPU memory usage is now constant and does not scale with the number of workers.
Fixes:
- memory leak for GPU processing
Full Changelog: 2024.10.2...2024.10.3
2024.10.2: fix sentinel-1 reprojection
In cases where the read window overlapped with sentinel on tiles, the returned data array was cropped. Now fixed, by using fill_values.