File tree Expand file tree Collapse file tree 3 files changed +15
-6
lines changed
Expand file tree Collapse file tree 3 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ unreleased]
4- * Fix zero granules being reported for restricted datasets
3+ ## [ v0.8.0] 2023-11-29
4+ * Bug fixes:
5+ * Fix zero granules being reported for restricted datasets.
6+ * Enhancements:
7+ * earthaccess will ` raise ` errors instead of ` print ` ing them in more cases.
8+ * ` daac ` and ` provider ` parameters are now normalized to uppercase, since lowercase
9+ characters are never valid.
510
611## [ v0.7.1] 2023-11-08
712* Bug Fixes:
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ keywords:
2323url : " https://earthaccess.readthedocs.io"
2424repository-code : " https://github.com/nsidc/earthaccess"
2525
26- version : " 0.7.1 "
27- date-released : " 2023-11-08 "
26+ version : " 0.8.0 "
27+ date-released : " 2023-11-29 "
2828
2929authors :
3030- family-names : " Barrett"
@@ -43,6 +43,10 @@ authors:
4343 given-names : " Matt"
4444 orcid : " https://orcid.org/0000-0003-3260-5445"
4545 website : " https://mfisher87.github.io/"
46+ - family-names : " Kaufman"
47+ given-names : " Daniel"
48+ orcid : " https://orcid.org/0000-0002-1487-7298"
49+ website : " https://github.com/danielfromearth"
4650- family-names : " Kennedy"
4751 given-names : " Joseph"
4852 orcid : " https://orcid.org/0000-0002-9348-693X"
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " earthaccess"
3- version = " 0.7.1 "
3+ version = " 0.8.0 "
44homepage = " https://github.com/nsidc/earthaccess"
55description = " Client library for NASA Earthdata APIs"
66authors = [" earthaccess contributors" ]
@@ -94,7 +94,7 @@ ignore_errors = true
9494
9595
9696[tool .bumpversion ]
97- current_version = " 0.7.1 "
97+ current_version = " 0.8.0 "
9898commit = false
9999tag = false
100100
You can’t perform that action at this time.
0 commit comments