Skip to content

Commit

Permalink
update changelog, revert python pin
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Oct 15, 2024
1 parent 36a0f05 commit 604dea6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.8.1]

### Added
* A `--use-gslc-prefix` option has been added to the `back_projection` and `time_series` workflows:
* This option causes `back_projection` to upload the GSLC outputs to a `GSLC_granules/` subprefix located within the S3 bucket and prefix given by the `--bucket` and `--bucket-prefix` options.
* This option causes `time_series` to download the GSLC inputs from the `GSLC_granules/` subprefix located within the bucket and prefix given by the `--bucket` and `--bucket-prefix` options.

### Changed
* `time_series` can now search an s3 bucket for GSLCs (using `--gslc-bucket` and `--gslc-bucket-prefix`) if no GSLC granules are explicitly provided
* Releases and test deployments now trigger a Docker build for both a GPU-based image and a CPU-based image. The GPU image tag ends with `.gpu` and the CPU image tag ends with `.cpu`.

### Fixed
* Fixed the parsing for the `--bounds` option for `time_series`.

## [0.8.0]

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
# TODO: hyp3lib fails to import `cgi` which has been removed in Python 3.13: https://docs.python.org/3/library/cgi.html
# we should decide how to resolve this
- python>=3.10,<3.13
- python>=3.10
- pip
# For packaging, and testing
- flake8
Expand Down

0 comments on commit 604dea6

Please sign in to comment.