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

Releases: PrefectHQ/prefect-ray

v0.2.0.post1

13 Sep 18:18
79a4c8c
Compare
Choose a tag to compare

0.2.0.post1

Released on September 13th, 2022.

Bumped Prefect version and listed files in MANIFEST.in to build a conda skeleton, ultimately for a conda-forge recipe.

v0.2.0

08 Sep 20:22
eddfb8e
Compare
Choose a tag to compare

0.2.0

Released September 8th, 2022

Added

  • pickle5 requirement for Python < 3.8 users #30.

Fixed

  • Updated RayTaskRunner to be compatible with the updated TaskRunner interface in the Prefect Core library (v2.3.0) #35

v0.1.4

02 Aug 22:12
e452092
Compare
Choose a tag to compare

0.1.4

Released on August 2nd, 2022.

Added

  • pickle5 requirement for Python < 3.8 users #30.

v0.1.3

26 Jul 22:53
cf93121
Compare
Choose a tag to compare

0.1.3

Released on July 26th, 2022.

Changed

  • Dropping x86_64 requirement so ray can be automatically installed #29.
  • Examples to better exemplify parallelism #29.

v0.1.2

20 Jul 16:21
c3176e6
Compare
Choose a tag to compare

0.1.2

Released on July 20th, 2022.

Changed

  • Updated tests to be compatible with core Prefect library (v2.0b9) and bumped required version - #20

v0.1.1

08 Jul 21:03
94c3fa2
Compare
Choose a tag to compare

0.1.1

Released on July 8th, 2022.

Changed

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

v0.1.0

07 Jun 19:16
b2b9158
Compare
Choose a tag to compare

0.1.0

Released on June 7th, 2022.

Added

  • Migrated RayTaskRunner from core Prefect library - #7
  • Expanded documentation and corrections to docstrings #9