Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 2.27 KB

CHANGELOG.md

File metadata and controls

91 lines (49 loc) · 2.27 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.2.2

Released on December 1st, 2022

Fixed

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

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

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

0.1.4

Released on August 2nd, 2022.

Added

  • pickle5 requirement for Python < 3.8 users - #30.

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.

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

0.1.1

Released on July 8th, 2022.

Changed

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

0.1.0

Released on June 7th, 2022.

Added

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