Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann authored Aug 8, 2024
1 parent 8e1cd89 commit 51391bc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ 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).

## [8.2.1]
## [9.0.0]
### Changed
- Orbit files are now retrived from [s1-orbits](https://github.com/ASFHyP3/sentinel1-orbits-py).
- Orbit files are now retrieved using the [s1-orbits](https://github.com/ASFHyP3/sentinel1-orbits-py) library.
### Removed
- Removed support for the `--esa-username` and `--esa-password` command-line options and the `ESA_USERNAME` and `ESA_PASSWORD` environment variables.

## [8.2.0]
### Changed
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pillow==10.4.0
pyproj==3.6.1
python-dateutil==2.9.0.post0
rtree==1.3.0
s1_orbits==0.1.1
s1_orbits==0.1.1

0 comments on commit 51391bc

Please sign in to comment.