Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (21 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 1.01 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

Security

0.1.1

Released on October 21st, 2023.

Fixed

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

0.1.0

Released on August 11th, 2023.

Added

  • Added Planetary Computer credentials block and Dask Gateway client - #7
  • Added method to programmatically instatiate new Dask clusters - #8
  • Added method to return a configured prefect_dask.DaskTaskRunner task runner - #17