Skip to content

Commit

Permalink
Merge pull request #388 from ASFHyP3/bump-sdk-v4.0.0
Browse files Browse the repository at this point in the history
Update HyP3 SDK version to v4.0.0
  • Loading branch information
forrestfwilliams authored Nov 22, 2023
2 parents 7ce7407 + 7f254b3 commit 11400b7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.7]

### Changed
* Updated HyP3 SDK to [v4.0.0](https://github.com/ASFHyP3/hyp3-sdk/blob/main/CHANGELOG.md#400)

## [0.6.6]

## Changed
### Changed
* Updated documentation to [InSAR Product Guide](docs/guides/insar_product_guide.md#adaptive-phase-filter) to announce that the feature is available in Vertex

## [0.6.5]

## Changed
### Changed
* Updated ASF Tools for Python to [v0.6.0](https://github.com/ASFHyP3/asf-tools/blob/main/CHANGELOG.md#060)

## [0.6.4]
Expand Down
2 changes: 1 addition & 1 deletion docs/using/sdk.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/hyp3-sdk/v3.1.0/README.md') }}
{{ get_content('https://raw.githubusercontent.com/ASFHyP3/hyp3-sdk/v4.0.0/README.md') }}
2 changes: 1 addition & 1 deletion docs/using/sdk_api.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `hyp3_sdk` *v3.1.0* API Reference
# `hyp3_sdk` *v4.0.0* API Reference

::: hyp3_sdk
options:
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
# For documentation
- mkdocs=1.5.3
- mkdocs-material=9.4.2
- hyp3_sdk=3.1.0 # also pinned in docs/using/sdk.md
- hyp3_sdk=4.0.0 # also pinned in docs/using/sdk.md
- asf_tools=0.6.0 # also pinned in docs/tools/asf_tools.md
- requests
- pip:
Expand Down

0 comments on commit 11400b7

Please sign in to comment.