Skip to content

Commit

Permalink
Merge pull request #255 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.16.0
  • Loading branch information
jhkennedy authored May 9, 2024
2 parents d25dfc3 + d1d2e5e commit 404c1f0
Show file tree
Hide file tree
Showing 14 changed files with 395 additions and 460 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
interval: weekly
labels:
- "bumpless"
- bumpless
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ 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.16.0]
### Fixed
* `hyp3_autorift` will no longer attempt to crop files with no valid data

### Removed
* The unused `ASF` naming scheme has been removed from the `hyp3_autorift` CLI and the `hyp3_autorift.process` function

## Changed
* Everything in `hyp3_autorift.io` has been moved into `hyp3_autorift.utils` to prevent shadowing the builtin `io` module
* `hyp3_autorift.process.process` now returns the product file, browse image, and (new) thumbnail image

## [0.15.0]
### Added
* `--publish-bucket` option has been added to the HyP3 entry point to additionally publish products an AWS bucket, such as the ITS_LIVE AWS Open Data bucket, `s3://its-live-data`.
Expand Down
215 changes: 0 additions & 215 deletions src/hyp3_autorift/io.py

This file was deleted.

Loading

0 comments on commit 404c1f0

Please sign in to comment.