Skip to content

Commit

Permalink
release: v1.8.0 (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski authored Jun 30, 2023
1 parent 5b6622c commit b62d5a5
Show file tree
Hide file tree
Showing 60 changed files with 1,238 additions and 1,117 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [v1.8.0] - 2023-06-27

### Added

- `sort_links_by_id` to Catalog `get_child()` and `modify_links` to `get_stac_objects()` ([#1064](https://github.com/stac-utils/pystac/pull/1064))
Expand Down Expand Up @@ -735,7 +737,8 @@ use `Band.create`

Initial release.

[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.7.3..main>
[Unreleased]: <https://github.com/stac-utils/pystac/compare/v1.8.0..main>
[v1.8.0]: <https://github.com/stac-utils/pystac/compare/v1.7.3..v1.8.0>
[v1.7.3]: <https://github.com/stac-utils/pystac/compare/v1.7.2..v1.7.3>
[v1.7.2]: <https://github.com/stac-utils/pystac/compare/v1.7.1..v1.7.2>
[v1.7.1]: <https://github.com/stac-utils/pystac/compare/v1.7.0..v1.7.1>
Expand Down
14 changes: 5 additions & 9 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,12 @@ This is a checklist to use when releasing a new PySTAC version.
- All notable changes are captured in the CHANGELOG.
- The type of release is appropriate for the new version number, i.e. if there are breaking changes, the MAJOR version number must be increased.
- All deprecated items that were marked for removal in this version are removed.
8. Craft draft release notes (<https://github.com/stac-utils/pystac/releases/new>).
These should be short, readable, and call out any significant changes, especially changes in default behavior or significant new features.
These should also include a link back to the Github milestone for this release, if there is one.
These should _not_ be a complete listing of changes -- those will be auto-generated later, after the tag is pushed.
9. Commit your changes, push your branch to Github, and request a review.
10. Once approved, merge the PR.
11. Once the PR is merged, create a tag with the version name, e.g. `vX.Y.Z`.
8. Commit your changes, push your branch to Github, and request a review.
9. Once approved, merge the PR.
10. Once the PR is merged, create a tag with the version name, e.g. `vX.Y.Z`.
Prefer a signed tag, if possible.
Push the tag to Github.
12. Use the tag to finish your release notes, and publish those.
11. Use the tag to finish your release notes, and publish those.
The "auto generate" feature is your friend, here.
When the release is published, this will trigger the build and release on PyPI.
13. Announced the release in [Gitter](https://matrix.to/#/#SpatioTemporal-Asset-Catalog_python:gitter.im) and on any relevant social media.
12. Announced the release in [Gitter](https://matrix.to/#/#SpatioTemporal-Asset-Catalog_python:gitter.im) and on any relevant social media.
2 changes: 1 addition & 1 deletion pystac/version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from typing import Optional

__version__ = "1.7.3"
__version__ = "1.8.0"
"""Library version"""


Expand Down
70 changes: 35 additions & 35 deletions tests/cassettes/test_catalog/TestCatalog.test_read_remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interactions:
Host:
- raw.githubusercontent.com
User-Agent:
- Python-urllib/3.9
- Python-urllib/3.11
method: GET
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/catalog.json
response:
Expand Down Expand Up @@ -37,11 +37,11 @@ interactions:
Cross-Origin-Resource-Policy:
- cross-origin
Date:
- Thu, 22 Jun 2023 14:02:01 GMT
- Tue, 27 Jun 2023 22:39:08 GMT
ETag:
- '"e74ebcbc46d43c5b693ecb995381fbeba03583627e6d65b21ed7678a10d94729"'
Expires:
- Thu, 22 Jun 2023 14:07:01 GMT
- Tue, 27 Jun 2023 22:44:08 GMT
Source-Age:
- '0'
Strict-Transport-Security:
Expand All @@ -51,21 +51,21 @@ interactions:
Via:
- 1.1 varnish
X-Cache:
- HIT
- MISS
X-Cache-Hits:
- '1'
- '0'
X-Content-Type-Options:
- nosniff
X-Fastly-Request-ID:
- 5f34a5b80a934796bf78f8bd90af54f998f3fc7a
- 909ebb295d050e1e6fe11aa984ae423a25d00a92
X-Frame-Options:
- deny
X-GitHub-Request-Id:
- 8116:71F8:30AD70:3ADB71:649449B4
- A20C:646F:1E4923:2316DE:649B650C
X-Served-By:
- cache-ewr18127-EWR
- cache-den8227-DEN
X-Timer:
- S1687442521.255126,VS0,VE87
- S1687905548.989156,VS0,VE137
X-XSS-Protection:
- 1; mode=block
status:
Expand All @@ -79,7 +79,7 @@ interactions:
Host:
- raw.githubusercontent.com
User-Agent:
- Python-urllib/3.9
- Python-urllib/3.11
method: GET
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/collection.json
response:
Expand Down Expand Up @@ -127,11 +127,11 @@ interactions:
Cross-Origin-Resource-Policy:
- cross-origin
Date:
- Thu, 22 Jun 2023 14:02:01 GMT
- Tue, 27 Jun 2023 22:39:08 GMT
ETag:
- '"ddd340bc27c120dd2e43868bcde0510a326a6223dac1b0c47c05100e20d1397e"'
Expires:
- Thu, 22 Jun 2023 14:07:01 GMT
- Tue, 27 Jun 2023 22:44:08 GMT
Source-Age:
- '0'
Strict-Transport-Security:
Expand All @@ -141,21 +141,21 @@ interactions:
Via:
- 1.1 varnish
X-Cache:
- HIT
- MISS
X-Cache-Hits:
- '1'
- '0'
X-Content-Type-Options:
- nosniff
X-Fastly-Request-ID:
- 960ef51ee78f1e3d2a6bfd79dfba33482a00443f
- dfc90058bfb87361c699db1569c1f94c19746c16
X-Frame-Options:
- deny
X-GitHub-Request-Id:
- 22CE:7D26:2E222C:3851F5:649449B4
- ABC8:7409:1A8B8B:1F576B:649B650C
X-Served-By:
- cache-ewr18125-EWR
- cache-den8224-DEN
X-Timer:
- S1687442521.425997,VS0,VE66
- S1687905548.245941,VS0,VE120
X-XSS-Protection:
- 1; mode=block
status:
Expand All @@ -169,7 +169,7 @@ interactions:
Host:
- raw.githubusercontent.com
User-Agent:
- Python-urllib/3.9
- Python-urllib/3.11
method: GET
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz001.json
response:
Expand Down Expand Up @@ -227,11 +227,11 @@ interactions:
Cross-Origin-Resource-Policy:
- cross-origin
Date:
- Thu, 22 Jun 2023 14:02:01 GMT
- Tue, 27 Jun 2023 22:39:08 GMT
ETag:
- '"80ec96bc0acf2e604a03f109bd730426aa82e442d44946231cbe82a531b944f7"'
Expires:
- Thu, 22 Jun 2023 14:07:01 GMT
- Tue, 27 Jun 2023 22:44:08 GMT
Source-Age:
- '0'
Strict-Transport-Security:
Expand All @@ -241,21 +241,21 @@ interactions:
Via:
- 1.1 varnish
X-Cache:
- HIT
- MISS
X-Cache-Hits:
- '0'
X-Content-Type-Options:
- nosniff
X-Fastly-Request-ID:
- 85ac7bf8661dfaf9a424462ea3d7e821bc80768b
- 6f170ed0e437d8ff43c127c74da4396aeca014ae
X-Frame-Options:
- deny
X-GitHub-Request-Id:
- 22CE:7D26:2E2234:385202:649449B4
- 9F20:0CBD:B92C1:DE7AC:649B650C
X-Served-By:
- cache-ewr18131-EWR
- cache-den8270-DEN
X-Timer:
- S1687442522.582930,VS0,VE72
- S1687905548.460165,VS0,VE124
X-XSS-Protection:
- 1; mode=block
status:
Expand All @@ -269,7 +269,7 @@ interactions:
Host:
- raw.githubusercontent.com
User-Agent:
- Python-urllib/3.9
- Python-urllib/3.11
method: GET
uri: https://raw.githubusercontent.com/stac-extensions/label/main/examples/multidataset/zanzibar/znz029.json
response:
Expand Down Expand Up @@ -327,11 +327,11 @@ interactions:
Cross-Origin-Resource-Policy:
- cross-origin
Date:
- Thu, 22 Jun 2023 14:02:01 GMT
- Tue, 27 Jun 2023 22:39:08 GMT
ETag:
- '"726870312c74ead0b10c3125045c301e8600929684c49447d64c2db72dc779fc"'
Expires:
- Thu, 22 Jun 2023 14:07:01 GMT
- Tue, 27 Jun 2023 22:44:08 GMT
Source-Age:
- '0'
Strict-Transport-Security:
Expand All @@ -341,21 +341,21 @@ interactions:
Via:
- 1.1 varnish
X-Cache:
- HIT
- MISS
X-Cache-Hits:
- '1'
- '0'
X-Content-Type-Options:
- nosniff
X-Fastly-Request-ID:
- b67f8aa7e5688468f28ce84b5d50830116d7b63f
- 5ce5cac561334399c0fad6d393b6aa42423d72f6
X-Frame-Options:
- deny
X-GitHub-Request-Id:
- 3DB8:82B5:2B0A69:353BD9:649449B4
- 826E:9C22:1CB2C4:218032:649B650C
X-Served-By:
- cache-ewr18128-EWR
- cache-den8274-DEN
X-Timer:
- S1687442522.728354,VS0,VE80
- S1687905549.690495,VS0,VE119
X-XSS-Protection:
- 1; mode=block
status:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ interactions:
Host:
- stac-extensions.github.io
User-Agent:
- Python-urllib/3.9
- Python-urllib/3.11
method: GET
uri: https://stac-extensions.github.io/label/v1.0.1/schema.json
response:
Expand Down Expand Up @@ -120,7 +120,7 @@ interactions:
Content-Type:
- application/json; charset=utf-8
Date:
- Thu, 22 Jun 2023 14:02:02 GMT
- Tue, 27 Jun 2023 22:39:11 GMT
ETag:
- '"61eb1dc9-1abf"'
Last-Modified:
Expand All @@ -138,15 +138,15 @@ interactions:
X-Cache-Hits:
- '0'
X-Fastly-Request-ID:
- d427077dbdcf6278e97b0e480fe68340274da9bd
- 23d887e8c8f0f9507502a1efeb2bfab598e81008
X-GitHub-Request-Id:
- A59C:662B:38E061:59F3D1:6494545A
- 52F2:64CC:1E62D1:2B5BAC:649B650F
X-Served-By:
- cache-ewr18171-EWR
- cache-den8220-DEN
X-Timer:
- S1687442522.408217,VS0,VE24
- S1687905551.468612,VS0,VE56
expires:
- Thu, 22 Jun 2023 14:12:02 GMT
- Tue, 27 Jun 2023 22:49:11 GMT
permissions-policy:
- interest-cohort=()
x-proxy-cache:
Expand Down
Loading

0 comments on commit b62d5a5

Please sign in to comment.