Skip to content

Commit

Permalink
v0.21.7
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Nov 8, 2024
1 parent ba87416 commit 5445783
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Release History

## 0.21.7 (2024-mm-dd)
## 0.21.7 (2024-11-08)

- FIX: Handle ICEYE products with missing quicklook
- FIX: Fix Sentinel-1 name with weird PDFs names (i.e. ending with `.SAFE-report...`)
- FIX: Remove multi-swath workaround for Cosmo products if SNAP > 11.0
- FIX: Handle `ICEYE` products with missing quicklook
- FIX: Fix `Sentinel-1` name with weird PDFs names (i.e. ending with `.SAFE-report...`)
- FIX: Remove multi-swath workaround for `Cosmo` products if SNAP > 11.0
- FIX: By default, try to assign a constellation (in a pure dummy way) to any `Product` created
- FIX: Add ways of knowing if a constellation is a real one or not (i.e. CUSTOM or template such as Maxar)
- FIX: Create TDX and PAZ (completely inherited) classes to disambiguate their constellations
- FIX: Add ways of knowing if a constellation is a real one or not (i.e. `CUSTOM` or template such as `Maxar`)
- FIX: Create `TDX` and `PAZ` (completely inherited) classes to disambiguate their constellations

## 0.21.6 (2024-10-17)

Expand Down
2 changes: 1 addition & 1 deletion eoreader/__meta__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""
**EOReader** library
"""
__version__ = "0.21.6"
__version__ = "0.21.7"
__title__ = "eoreader"
__description__ = (
"Remote-sensing opensource python library reading optical and SAR constellations, "
Expand Down

0 comments on commit 5445783

Please sign in to comment.