Skip to content

Latest commit

 

History

History
55 lines (29 loc) · 1.32 KB

CHANGELOG.md

File metadata and controls

55 lines (29 loc) · 1.32 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Deprecated

Removed

Fixed

  • Handle earthaccess returning full file paths on download since >=0.7.0 - #35

Security

0.1.3

Released on October 21st, 2023.

Fixed

  • Fix pydantic imports to handle v2 support from Prefect - #30

0.1.2

Released on July 26th, 2023.

Fixed

  • Fixed (again) wrong import of EarthdataCredentials in code examples - #20

0.1.1

Released on July 25th, 2023.

Fixed

  • Fixed wrong import of EarthdataCredentials in code examples - #20

0.1.0

Released on July 5th, 2023.

Added

  • Added NASA Earthdata credentials block - #4
  • Added Prefect tasks to search and download data through NASA Earthdata - #8