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

Releases: PrefectHQ/prefect-dask

v0.2.6

13 Nov 22:51
e091e6d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.5...v0.2.6

v0.2.5

01 Sep 15:57
68c4ed7
Compare
Choose a tag to compare

0.2.5

Released on September 1st, 2023.

Changed

  • Updated DaskTaskRunner to accept dask.deploy.Cluster object for connecting to existing cluster - #29
  • Removed distributed upper version pin - #117

v0.2.4

28 Apr 13:29
abc9d52
Compare
Choose a tag to compare

0.2.4

Released on April 28th, 2023.

Added

  • DaskTaskRunner.duplicate to support using the DaskTaskRunner in concurrent flow runs - #93

Fixed

  • Capped distributed version to 2023.3.1 due to issues with get_dask_client and get_async_dask_client with newer versions - #93
  • Bug preventing using a retrieved async client and a local cluster - #93

v0.2.3

21 Feb 18:51
65f68be
Compare
Choose a tag to compare

0.2.3

Released on February 21st, 2023.

Fixed

  • Updated prefect.orion imports to prefect.server - #82
  • Updated DaskTaskRunner to await the adapt method call of a dask cluster instance if it's an asynchronous method - #77

New Contributors

Full Changelog: v0.2.2...v0.2.3

v0.2.2

01 Dec 19:19
d93af77
Compare
Choose a tag to compare

0.2.2

Released on December 1st, 2022.

  • Updated DaskTaskRunner to handle task exceptions correctly in Prefect >= 2.6.0 - #52

v0.2.1

03 Oct 19:57
24fed6c
Compare
Choose a tag to compare

0.2.1

Released on October 3rd, 2022.

Added

  • get_dask_client and get_async_dask_client allowing for distributed computation within a task - #33

Fixed

  • Make the task names that appear in the Dask dashboard match the Prefect task names - #31

v0.2.0.post1

09 Sep 20:23
5e54e75
Compare
Choose a tag to compare

0.2.0.post1

Released on September 9th, 2022.

Listed files in MANIFEST.in to build a conda skeleton, ultimately for a conda-forge recipe.

v0.2.0

05 Sep 13:29
3b5b74d
Compare
Choose a tag to compare

0.2.0

Released on September 5th, 2022.

Fixed

  • Updated DaskTaskRunner to be compatible with the updated TaskRunner interface in the Prefect Core library (v2.3.0) - #21
  • Fixed a bug where optimize_futures was awaiting visit_collection, leading to strange behavior - #21

v0.1.2

20 Jul 16:13
0f8cbf2
Compare
Choose a tag to compare

0.1.2

Released on July 20th, 2022.

Changed

  • Updated DaskTaskRunner to be compatible with core Prefect library (v2.0b9) - #15

v0.1.1

08 Jul 21:03
7ff6419
Compare
Choose a tag to compare

0.1.1

Released on July 8th, 2022.

Changed

  • Updated DaskTaskRunner to be compatible with core Prefect library (v2.08b) - #12