Releases: stac-utils/stactools
Releases · stac-utils/stactools
v0.4.2
What's Changed
- build(deps): bump rasterio from 1.3.0.post1 to 1.3.1 by @dependabot in #349
- build(deps): bump rasterio from 1.3.1 to 1.3.2 by @dependabot in #350
- Remove default precision from docstring by @gadomski in #353
- Multi band raster footprints by @gadomski in #355
- Release v0.4.2 by @gadomski in #357
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Bugfix release to detect nodata values for raster footprints.
What's Changed
- fix: detect nodata set to nan by @rushgeo in #344
- build(deps): bump rasterio from 1.3.0 to 1.3.0.post1 by @dependabot in #347
- Release v0.4.1 by @gadomski in #346
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Overview
stactools v0.4.0 provides a slew of new fixes and features. Some highlights:
- Generate item geometries from assets, using customizable settings to fine-tune the resulting shape
- For the Python API, see
stactools.core.utils.raster_footprint
- For the CLI, see
stac update-geometry --help
- For the Python API, see
- Add assets to items with
stac add-asset
and associate Python API function - And more! See the CHANGELOG for a complete listing.
This release drops support for Python 3.7.
Merged pull requests
- build(deps): bump docker/build-push-action from 2 to 3 by @dependabot in #293
- build(deps): bump docker/login-action from 1 to 2 by @dependabot in #294
- build(deps): bump docker/metadata-action from 3 to 4 by @dependabot in #295
- build: fix failing ci builds for python 3.10 by @sunu in #301
- build(deps): bump actions/setup-python from 3 to 4 by @dependabot in #302
- fix copy.py docstring args to match actual function arguments by @philvarner in #303
- refactor utils test file into two test files by @philvarner in #305
- Relaxed typing, use fluent interface by @geomatician in #312
- Normalize documentation by @gadomski in #315
- Removed Python 3.7 by @geomatician in #313
- Added geometry.py by @geomatician in #314
- Antimeridian fixes now allow multipolygons by @gadomski in #317
- Extend cogify by @geomatician in #318
- rename addraster command to add-raster by @philvarner in #321
- Add conda installation notes by @gadomski in #324
- build(deps): bump requests from 2.20 to 2.28.1 by @dependabot in #326
- Bump several minimum requirements to support python 3.10 by @dependabot in #327
- Add utility to ignore NotGeoreferencedWarning by @gadomski in #331
- Fix add-raster docs by @gadomski in #335
- build(deps): bump pystac[validation] from 1.2 to 1.6.0 by @dependabot in #332
- build(deps): bump pystac[validation] from 1.6.0 to 1.6.1 by @dependabot in #336
- Raster data footprint determination support by @philvarner in #307
- feat: command to add an asset to an item by @sunu in #300
- v0.4.0 release by @gadomski in #339
New Contributors
- @sunu made their first contribution in #301
- @philvarner made their first contribution in #303
- @geomatician made their first contribution in #312
Full Changelog: v0.3.1...v0.4.0
v0.3.1
Added
- CI check for Python 3.10 (requires pre-release version of rasterio 1.3) (#271)
- pre-commit and isort (#275)
stac info
now has option-p
or--progress
to update console output while reading the catalog (#262)- More API documentation (#282)
FsspecStacIO.write_text_to_href
(#291)
Changed
- Skip Click v8.1.0 as it broke decorator typing (#266)
- Use black (instead of yapf) for formatting (#274)
- stac-check version and lint reporting (#258)
- Sphinx theme (#284)
- Use stac-validator for validation (#289)
Fixed
Deprecated
FsspecStacIO.write_text_from_href
will be removed in v0.5.0 (#291)
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Notes
While the v0.2.6..v0.3.0 changelog does not include incompatible API changes, previous v0.2.X releases did include breaking changes. We are making this v0.3.0 to capture those breaking changes. Moving forward, we plan to follow semver more closely.
See the project milestones to find out what is planned for future releases.
What's Changed
- build(deps): bump click from 8.0.3 to 8.0.4 by @dependabot in #246
- Update test items by @gadomski in #243
- Add instructions for releasing by @gadomski in #241
- Bump rasterio from 1.2.7 to 1.2.9 by @dependabot in #239
- build(deps): bump actions/setup-python from 2 to 3 by @dependabot in #252
- build(deps): bump actions/checkout from 2 to 3 by @dependabot in #253
- Incorporate stac-check linting tool by @jonhealy1 in #254
- feat: option to ignore items in info for #14 by @rushgeo in #260
- Docs Makefile update for latest sphinx-autobuild by @rushgeo in #261
- Add antimeridian helpers to utils by @gadomski in #259
- Release v0.3.0 by @gadomski in #263
New Contributors
- @jonhealy1 made their first contribution in #254
- @rushgeo made their first contribution in #260
Full Changelog: v0.2.6...v0.3.0
v0.2.6
v0.2.5
v0.2.4
What's Changed
- Added addraster command by @volaya in #204
- Moved out stale package list by @cholmes in #206
- Bump codecov/codecov-action from 2.0.3 to 2.1.0 by @dependabot in #202
- Update to
pystac
version 1.2 by @cuttlefish in #209 - docs, ci: use conda env in readthedocs by @gadomski in #210
Full Changelog: v0.2.3...v0.2.4