Releases: PrefectHQ/prefect-ray
Releases · PrefectHQ/prefect-ray
v0.2.0.post1
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
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
0.1.4
Released on August 2nd, 2022.
Added
pickle5
requirement for Python < 3.8 users #30.
v0.1.3
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
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
0.1.1
Released on July 8th, 2022.
Changed
- Updated
RayTaskRunner
to be compatible with core Prefect library (v2.08b) - #18
v0.1.0
0.1.0
Released on June 7th, 2022.
Added
- Migrated
RayTaskRunner
from core Prefect library - #7
- Expanded documentation and corrections to docstrings #9