Skip to content

Commit 9ee8cf9

Browse files
authored
Merge branch 'main' into t2_sentinel1
2 parents 09ebe14 + 08e64b1 commit 9ee8cf9

45 files changed

Lines changed: 233 additions & 65 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
- name: Build
4040
working-directory: ${{ steps.package.outputs.path }}
4141
run: uv build -o dist
42-
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
42+
- uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
4343
with:
4444
packages-dir: ${{ steps.package.outputs.path }}/dist
4545
- name: Build pystac-core
4646
if: steps.package.outputs.path == '.'
4747
working-directory: core
4848
run: uv build -o dist
49-
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
49+
- uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2
5050
if: steps.package.outputs.path == '.'
5151
with:
5252
packages-dir: core/dist

.release-please-manifest.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
".": "1.15.2",
3-
"extensions/classification": "2.0.0",
4-
"extensions/datacube": "2.2.0",
5-
"extensions/eo": "1.1.0",
6-
"extensions/file": "2.1.0",
7-
"extensions/grid": "1.1.0",
8-
"extensions/item_assets": "1.0.0",
9-
"extensions/label": "1.0.1",
10-
"extensions/mgrs": "1.0.0",
11-
"extensions/mlm": "1.4.0",
12-
"extensions/pointcloud": "1.0.0",
13-
"extensions/projection": "2.0.0",
14-
"extensions/raster": "1.1.0",
3+
"extensions/classification": "2.0.1",
4+
"extensions/datacube": "2.2.1",
5+
"extensions/eo": "1.1.1",
6+
"extensions/file": "2.1.1",
7+
"extensions/grid": "1.1.1",
8+
"extensions/item_assets": "1.0.1",
9+
"extensions/label": "1.0.2",
10+
"extensions/mgrs": "1.0.1",
11+
"extensions/mlm": "1.4.1",
12+
"extensions/pointcloud": "1.0.1",
13+
"extensions/projection": "2.0.1",
14+
"extensions/raster": "1.1.1",
1515
"extensions/render": "2.0.0",
16-
"extensions/sar": "1.0.0",
17-
"extensions/sat": "1.0.0",
18-
"extensions/scientific": "1.0.0",
19-
"extensions/storage": "2.0.0",
20-
"extensions/table": "1.2.0",
21-
"extensions/timestamps": "1.1.0",
22-
"extensions/version": "1.2.0",
23-
"extensions/view": "1.0.0",
24-
"extensions/xarray_assets": "1.0.0"
16+
"extensions/sar": "1.0.1",
17+
"extensions/sat": "1.0.1",
18+
"extensions/scientific": "1.0.1",
19+
"extensions/storage": "2.0.1",
20+
"extensions/table": "1.2.1",
21+
"extensions/timestamps": "1.1.1",
22+
"extensions/version": "1.2.1",
23+
"extensions/view": "1.0.1",
24+
"extensions/xarray_assets": "1.0.1"
2525
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.0.1](https://github.com/stac-utils/pystac/compare/pystac-ext-classification-v2.0.0...pystac-ext-classification-v2.0.1) (2026-08-10)
4+
5+
6+
### Bug Fixes
7+
8+
* circular imports for extensions ([#1764](https://github.com/stac-utils/pystac/issues/1764)) ([c82570e](https://github.com/stac-utils/pystac/commit/c82570e6d4695b5c4d49ed80b422ab2fcfad5e94))

extensions/classification/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pystac-ext-classification"
33
description = "Classification extension for PySTAC"
44
readme = "README.md"
5-
version = "2.0.0"
5+
version = "2.0.1"
66
authors = []
77
maintainers = []
88
keywords = ["pystac", "imagery", "raster", "catalog", "STAC", "classification"]

extensions/datacube/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.2.1](https://github.com/stac-utils/pystac/compare/pystac-ext-datacube-v2.2.0...pystac-ext-datacube-v2.2.1) (2026-08-10)
4+
5+
6+
### Bug Fixes
7+
8+
* circular imports for extensions ([#1764](https://github.com/stac-utils/pystac/issues/1764)) ([c82570e](https://github.com/stac-utils/pystac/commit/c82570e6d4695b5c4d49ed80b422ab2fcfad5e94))

extensions/datacube/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pystac-ext-datacube"
33
description = "Datacube extension for PySTAC"
44
readme = "README.md"
5-
version = "2.2.0"
5+
version = "2.2.1"
66
authors = []
77
maintainers = []
88
keywords = ["pystac", "imagery", "raster", "catalog", "STAC", "datacube"]

extensions/eo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [1.1.1](https://github.com/stac-utils/pystac/compare/pystac-ext-eo-v1.1.0...pystac-ext-eo-v1.1.1) (2026-08-10)
4+
5+
6+
### Bug Fixes
7+
8+
* circular imports for extensions ([#1764](https://github.com/stac-utils/pystac/issues/1764)) ([c82570e](https://github.com/stac-utils/pystac/commit/c82570e6d4695b5c4d49ed80b422ab2fcfad5e94))

extensions/eo/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pystac-ext-eo"
33
description = "Electro-Optical extension for PySTAC"
44
readme = "README.md"
5-
version = "1.1.0"
5+
version = "1.1.1"
66
authors = []
77
maintainers = []
88
keywords = ["pystac", "imagery", "raster", "catalog", "STAC", "eo"]

extensions/file/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [2.1.1](https://github.com/stac-utils/pystac/compare/pystac-ext-file-v2.1.0...pystac-ext-file-v2.1.1) (2026-08-10)
4+
5+
6+
### Bug Fixes
7+
8+
* circular imports for extensions ([#1764](https://github.com/stac-utils/pystac/issues/1764)) ([c82570e](https://github.com/stac-utils/pystac/commit/c82570e6d4695b5c4d49ed80b422ab2fcfad5e94))

extensions/file/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pystac-ext-file"
33
description = "File extension for PySTAC"
44
readme = "README.md"
5-
version = "2.1.0"
5+
version = "2.1.1"
66
authors = []
77
maintainers = []
88
keywords = ["pystac", "imagery", "raster", "catalog", "STAC", "file"]

0 commit comments

Comments
 (0)