Releases: nsidc/earthaccess
Releases · nsidc/earthaccess
v0.11.0
v0.11.0
Changed
- Automatically refresh EDL token and deprecate the
Auth.refresh_tokens
method with no replacement, as there is no longer a need to explicitly refresh (#484) (@fwfichtner) - Deprecate
earthaccess.get_s3fs_session
andStore.get_s3fs_session
. Useearthaccess.get_s3_filesystem
andStore.get_s3_filesystem
, respectively, instead (#766) (@Sherwin-14, @chuckwondo)
Added
- Add Issue Templates (#281) (@Sherwin-14)
- Support Service queries (#447) (@nikki-t, @chuckwondo, @mfisher87, @betolink)
- Add example PR links to pull request template (#756) (@Sherwin-14, @mfisher87)
- Add Contributing Naming Convention document (#532) (@Sherwin-14, @mfisher87)
Fixed
- Remove broken link "Introduction to NASA earthaccess" (#779) (@Sherwin-14)
- Restore automation for tidying notebooks used in documentation (#788) (@itcarroll)
Removed
- Remove
binder/
directory, as we no longer need a special binder environment with the top-levelenvironment.yml
introduced in #733 (@jhkennedy)
New Contributors
- @fwfichtner made their first contribution in #782
- @nikki-t made their first contribution in #500
Full Changelog: v0.10.0...v0.11.0
v0.10.0
v0.10.0
Changed
- Perform YAML formatting with
yamlfmt
instead of
prettier
(#555)
(@chuckwondo,@mfisher87) - Replace
print
calls withlogging
calls where appropriate and add T20 Ruff rule
(#511)
(@botanical,@chuckwondo,
@mfisher87) - Update
CHANGELOG.md
to follow Common Changelog conventions
(#584)
(@danielfromearth,@chuckwondo,
@jhkennedy,@mfisher87)
Added
- Enable queries to Earthdata User Acceptance Testing (UAT) system for authenticated accounts
(#421)
(@danielfromearth,@mfisher87,
@jhkennedy,@chuckwondo,
@betolink) - Add support for Python 3.12
(#457)
(@chuckwondo,@mfisher87)
Removed
- Breaking: Remove support for Python 3.8
(#457)
(@mfisher87,@chuckwondo) - Breaking: Remove the
get_user_profile
method and theemail_address
andprofile
attributes
from theAuth
class. Calling the EDL API to get user profile information
is not intended for library access and is not necessary for this library's
intended use cases. (#421)
(@danielfromearth,@mfisher87,
@jhkennedy,@chuckwondo,
@betolink)
Fixed
- Use Search After
for collection and granule searches to support deep-paging through large result sets
(#483)
(@doug-newman-nasa,@chuckwondo,
@mfisher87,@betolink) - Correct and enhance static type hints for functions and methods that make CMR queries
or handle CMR query results (#508)
(@mfisher87,@jhkennedy,
@chuckwondo,@betolink) - Create destination path prior to direct S3 downloads, if it doesn't already
exist (#562)
(@itcarroll,@mfisher87,
@chuckwondo)
-Fix broken image link in sea level rise tutorial
((#427)(@jbrownrs)
New Contributors
- @battistowx made their first contribution in #492
- @chuckwondo made their first contribution in #497
- @doug-newman-nasa made their first contribution in #494
- @rupesh2 made their first contribution in #469
- @botanical made their first contribution in #566
- @Sherwin-14 made their first contribution in #579
- @jbrownrs made their first contribution in #753
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
-
Features:
-
Bug fixes:
-
Maintenance:
- Update README.md by @abarciauskas-bgse in #429
- Clarify that temporal and bbox args must be tuples in docstrings, fix docstring formatting by @mfisher87, @danielfromearth in #448
- Update CITATION.cff to fix Zenodo, add CFF validator by @mfisher87 in #408
- Add workflow to update PRs with docs preview link in description by @mfisher87 in #414
- Remove s3fs < 2024 pin by @rsignell in #466
- Update README.md by @asteiker in #434
New Contributors
- @abarciauskas-bgse made their first contribution in #429
- @vincentsarago made their first contribution in #451
- @kvenkman made their first contribution in #459
- @rsignell made their first contribution in #466
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- Bug fixes:
- Enable AWS check with IMDSv2
- Add region to running in AWS check
- Handle opening multi-file granules
- Maintenance:
- Add CI tests with minimum supported versions
- Update poetry lockfile
- Add
python-dateutil
as a direct dependency - Remove binder PR comments
- Add YAML formatting (prettier)
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- New Features:
- Add
kerchunk
metadata consolidation utility.
- Add
- Enhancements:
- Handle S3 credential expiration more gracefully.
- Maintenanece:
- Use dependabot to update Github Actions.
- Consolidate dependabot updates.
- Switch to
ruff
for formatting.
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- Bug fixes:
- Fix zero granules being reported for restricted datasets. (#358)
- Enhancements:
New Contributors
- @danielfromearth made their first contribution in #358
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
- Fix: Assume granules without
RelatedUrls
are not cloud hosted by @mfisher87 in #339
Full Changelog: v0.7.0...v0.7.1
v0.7.0
- Bug Fixes:
- Fix spelling mistake in
access
variable assignment (direc
->direct
)
inearthaccess.store._get_granules
. - Pass
threads
arg to_open_urls_https
in
earthaccess.store._open_urls
, replacing the hard-coded value of 8. - Return S3 data links by default when in region.
- Fix spelling mistake in
- Enhancements:
earthaccess.download
now accepts a single granule as input in addition to a list of granules.earthaccess.download
now returns fully qualified local file paths.
- New Features:
- Earthaccess will now automatically search for Earthdata authentication.
earthaccess.login()
still works as before, but is no longer required if you have a~/.netrc
file for have set
EARTHDATA_USERNAME
andEARTHDATA_PASSWORD
environment variables. - Add
earthaccess.auth_environ()
utility for getting Earthdata authentication environment variables.
- Earthaccess will now automatically search for Earthdata authentication.
v0.6.1
Hotfix: A version number was out of sync prior to the last release. This release brings all the version numbers in sync and enables a successful publish to PyPI.