Releases: gjoseph92/stackstac
v0.5.1
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#051-2024-08-09
What's Changed
- Fix more than one band error by @yellowcap in #234
- Support NumPy 2.0
can_cast
by @floriandeboissieu in #251 - Fix docs build by @gjoseph92 in #252
- Fix docs build comments by @gjoseph92 in #253
- Support (and require) pandas 2.0 by @gjoseph92 in #254
- Add shapely to dev utils deps by @gjoseph92 in #255
- Fix
Unexpected shape
error witherrors_as_nodata
by @gjoseph92 in #256 - Fix NameError with multi band rasters by @gjoseph92 in #257
- Release v0.5.1 by @gjoseph92 in #258
New Contributors
- @yellowcap made their first contribution in #234
- @floriandeboissieu made their first contribution in #251
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#050-2023-09-19
What's Changed
- Explicitly pass dtype during dataset read by @gjoseph92 in #208
- Scale offset from item asset by @RSchueder in #202
- Fix black stripes when mosaicing without nodata by @gjoseph92 in #219
- Add dtype validation when rescale=True by @RSchueder in #209
- Update sentinel collection name and stack url by @ljstrnadiii in #221
- Add jupyter-server-proxy to viz deps by @gjoseph92 in #224
- Release 0.5.0 by @gjoseph92 in #225
New Contributors
- @RSchueder made their first contribution in #202
- @ljstrnadiii made their first contribution in #221
Full Changelog: v0.4.4...v0.5.0
v0.4.4
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#044-2023-06-21
What's Changed
- Fixed link to USGS PDF on qa-pixel by @TomAugspurger in #180
- Fix scale and offset application when only one is available. by @sharkinsspatial in #183
- Changed timer verbosity of the logging to DEBUG by @jorge-cervest in #186
- Fix error when no items overlap with given bounds by @gjoseph92 in #188
- Update Coiled-based examples by @gjoseph92 in #191
- Remove binder by @gjoseph92 in #192
- Handle mixed types in nested lists in metadata by @gjoseph92 in #195
- Release version 0.4.4 by @gjoseph92 in #203
New Contributors
- @sharkinsspatial made their first contribution in #183
- @jorge-cervest made their first contribution in #186
Full Changelog: v0.4.3...v0.4.4
v0.4.3
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#043-2022-09-14
What's Changed
- Support sequence of
Item
s by @gjoseph92 in #164 - Switch to PDM for dependency management by @gjoseph92 in #169
- Add param links to docs by @gjoseph92 in #170
- Automatically hide
pdm.lock
in GitHub diffs by @gjoseph92 in #171 - Fix docs build for visualization functions by @gjoseph92 in #172
- Fix docs build for PDM again by @gjoseph92 in #175
- Remove deprecated
skip_equivalent
pyproj arg by @gjoseph92 in #174 - Release v0.4.3 by @gjoseph92 in #176
Full Changelog: v0.4.2...v0.4.3
v0.4.2
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#042-2022-07-06
What's Changed
- Ignore
axis
ifdim
is given by @aazuspan in #149 - Update sphinx by @gjoseph92 in #158
- Use poetry lockfile in docs build by @gjoseph92 in #159
- Remove calls to rio.parse_path (maintain compat with rasterio==1.3) by @carderne in #155
- Remove rasterio
windows.from_bounds
workaround by @gjoseph92 in #160 - Update notebooks for release by @gjoseph92 in #161
- Release 0.4.2 by @gjoseph92 in #162
New Contributors
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#041-2022-04-15
What's Changed
- Pandas compat by @TomAugspurger in #143
- Better error when forgetting mosaic custom nodata by @gjoseph92 in #144
- Release 0.4.1 by @gjoseph92 in #145
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#040-2022-03-16
What's Changed
- Support chunking the
time
/band
dimensions by @gjoseph92 in #116 - Better errors for pystac/satstac import issues by @gjoseph92 in #125
- Use tree-reduction in mosaic by @gjoseph92 in #126
- Update Coiled senv script and dev dependencies by @gjoseph92 in #127
- Allow new releases of xarray using "calver" versioning by @scottyhq in #137
- Pillow 9.0.1 by @gjoseph92 in #141
- Release 0.4.0 by @gjoseph92 in #142
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#031-2022-01-20
What's Changed
- Support
nodata=
in mosaic by @gjoseph92 in #121 - Catch some mosaic usage errors with
nodata=nan
by @gjoseph92 in #123 - Release 0.3.1 by @gjoseph92 in #122
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#030-2022-01-20
What's Changed
- Relax NumPy requirement by @gjoseph92 in #101
- Update base URL regex to make show with paths with 'notebook' in them by @robintw in #104
- No
fill_value=None
; use fill value out-of-bounds by @gjoseph92 in #115 - Support 2022 Dask by @gjoseph92 in #119
- Release 0.3.0 by @gjoseph92 in #120
New Contributors
Full Changelog: v0.2.2...v0.3.0
v0.2.2
Changelog: https://github.com/gjoseph92/stackstac/blob/main/CHANGELOG.md#022-2021-12-03
What's Changed
- fixed upper right corner bounds transformation by @g2giovanni in #60
- Support
pystac.ItemCollection
by @TomAugspurger in #64 - Ignore assets that don't have a
type
, if filtering by mimetype by @gjoseph92 in #71 - Fix for Pystac ItemCollections by @scottyhq in #69
- Scripts: only make coiled env in one region by @gjoseph92 in #72
- Add
__iter__
toPystacItemCollection
stub by @gjoseph92 in #73 - Allow reading .tiff extensions from storage by @JamesOConnor in #75
- Switch examples back to
satsearch
by @gjoseph92 in #80 - Nit: remove default args from Reader protocol by @gjoseph92 in #82
- Switch examples back to pystac again by @gjoseph92 in #81
- Bump planetary-computer requirement by @gjoseph92 in #89
- Fix
accumulate_metadata
replacing coordinates with Nones by @gjoseph92 in #88 - Fix one-pixel shift with
xy_coords="center"
by @gjoseph92 in #94 - Remove thread-unsafe event logging code by @gjoseph92 in #95
- Switch examples to Binder by @gjoseph92 in #98
- Release 0.2.2 by @gjoseph92 in #99
New Contributors
- @g2giovanni made their first contribution in #60
- @TomAugspurger made their first contribution in #64
- @JamesOConnor made their first contribution in #75
Full Changelog: v0.2.1...v0.2.2