v0.12.0
Changed
- Use built-in
assert
statements instead ofunittest
assertions in
integration tests (#743)
(@chuckwondo)
Added
- Add support for
NETRC
environment variable to override default.netrc
file
location (#480)
(@chuckwondo) - Add
nox
session for running integration tests locally
(#815; @chuckwondo and (#872; @jhkennedy) - Auto-add comment to PR that requires maintainer to review and re-run
integration tests (#824)
(@chuckwondo)
Removed
- The
scripts/integration-test.sh
script has been removed in favor of theintegration-tests
nox session.
(#872) (@jhkennedy) - Python 3.9 is no longer supported.
(#876)
(@mfisher87)
Fixed
earthaccess.download
will not ignore errors by default
(#581)
(@Sherwin-14,
@chuckwondo,
@mfisher87)- Integration tests no longer clobber existing
.netrc
file
(#806)
(@chuckwondo) - Return an empty list instead of raising an
IndexError
when searches find no results.
(#526)
(@jhkennedy)
Full Changelog: v0.11.0...v0.12.0