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.3.3

06 Dec 17:54
a5a82c7
Compare
Choose a tag to compare

0.3.3

Released on December 6th, 2023.

Added

  • Use perfect task name as Ray remote function name - #103

v0.3.2

29 Nov 16:04
bcc02d8
Compare
Choose a tag to compare

0.3.2

Released on November 29th, 2023.

Added

  • Support for Python 3.10 - #105

v0.3.1

13 Nov 22:51
340d5d5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

05 Oct 18:14
3fa98ee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.5...v0.3.0

v0.2.5

27 Apr 17:08
0613dd2
Compare
Choose a tag to compare

0.2.5

Released on April 27th, 2023.

Added

  • RayTaskRunner.duplicate to support using the RayTaskRunner in concurrent flow runs - #83

Fixed

  • Wait for upstream object refs before starting tasks to avoid prematurely spinning up Ray workers - #81

v0.2.4

21 Feb 20:20
144d668
Compare
Choose a tag to compare

0.2.4

Released on February 21st, 2023.

Fixed

  • Updated prefect.orion imports to prefect.server - #72

v0.2.3

15 Feb 15:21
18d148f
Compare
Choose a tag to compare

0.2.3

Released on Februrary 15th, 2023

Fixed

  • Reduce pressure on networking by resolving Ray/Prefect futures concurrently and decentralized right before executing the Prefect Task - #69

New Contributors

v0.2.2

01 Dec 18:53
fcc24df
Compare
Choose a tag to compare

0.2.2

Released on December 1st, 2022

Fixed

  • Updated RayTaskRunner to handle task exceptions correctly in Prefect >= 2.6.0 - #60

v0.2.1

01 Nov 16:55
9c2627a
Compare
Choose a tag to compare

0.2.1

Released November 1st, 2022

Added

  • remote_options context manager for managing Ray remote options for a task - #54

Fixed

  • remote_options errors, stemmed from being called at an improper location - #56

v0.2.0.post2

13 Sep 20:18
d0eb7ee
Compare
Choose a tag to compare

Released on September 13th, 2022.

Renamed requirements_dev.txt to requirements-dev.txt.