Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-braun committed Oct 8, 2024
1 parent 81c083e commit 51a7c78
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Release History

## 0.3.0 (2024-mm-dd)
## 0.2.2 (2024-10-08)

- **ENH: Add `is_sar` and `is_optical` member to any `Set`**
- ENH: Add `is_sar` and `is_optical` member to any `Set`
- FIX: Fix Mosaic stacking with multi-resolution constellations ([#6](https://github.com/sertit/eoreader/issues/6))
- CI: Test with S3-stored products
- PUBLISH: Use PyPI's Trusted Publisher Management mechanism
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.1"
__version__ = "0.2.2"
__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
14 changes: 8 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,20 @@ dicttoxml

# Paths
validators
cloudpathlib>=0.10.0
cloudpathlib[s3]>=0.12.1

# Raster libs
scipy
pyresample
rasterio>=1.3.0
xarray>=0.18.0
rasterio>=1.3.10 # numpy >= 2
xarray>=2024.06.0 # numpy >= 2
rioxarray>=0.10.0
odc-geo>=0.4.6

# Vector libs
rtree
geopandas>=1.0.0
geopandas>=0.14.4
shapely>=2.0.0

# Spectral indices
spyndex>=0.3.0
Expand All @@ -44,5 +46,5 @@ methodtools
matplotlib

# Sertit libs
eoreader>=0.21.2
sertit[full] >= 1.39.1
eoreader>=0.21.3
sertit[full]>=1.42.2
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,20 @@
"lxml",
"h5netcdf",
"scipy",
"rasterio>=1.3.0",
"xarray>=0.18.0",
"rasterio>=1.3.10", # numpy >= 2
"xarray>=2024.06.0", # numpy >= 2
"rioxarray>=0.10.0",
"geopandas>=0.11.0",
"odc-geo>=0.4.6",
"geopandas>=0.14.4",
"spyndex>=0.3.0",
"pyresample",
"zarr",
"rtree",
"validators",
"methodtools",
"dicttoxml",
"eoreader>=0.21.1",
"sertit[full]>=1.36.1",
"eoreader>=0.21.3",
"sertit[full]>=1.42.2",
],
classifiers=[
"Development Status :: 4 - Beta",
Expand Down

0 comments on commit 51a7c78

Please sign in to comment.