Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Oct 18, 2024
1 parent a0a4c56 commit 63bfc1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Release History

## 0.2.4 (2024-mm-dd)
## 0.2.4 (2024-10-18)

- FIX: Fix band retrieving when the env variable `CI_EOREADER_BAND_FOLDER` is set, in case of multiple files of the same band from different satellite data are present in the directory
- FIX: Don't force set `remove_tmp` to `True` for `eoreader.Product` in `Mosaic`.
- FIX: Don't force `remove_tmp` to `True` for `eoreader.Product` in `Mosaic`.
- FIX: Don't try to mosaic bands of mono-mosaics
- CI: Add more tests, speed up and refactor

Expand Down
2 changes: 1 addition & 1 deletion eosets/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
**EOSets** library
"""
__version__ = "0.2.3"
__version__ = "0.2.4"
__title__ = "eosets"
__description__ = "This library aims to simplify any process working with different sets of EO data handled by EOReader."
__author__ = "ICube-SERTIT"
Expand Down

0 comments on commit 63bfc1c

Please sign in to comment.