Skip to content

0.1.0

Compare
Choose a tag to compare
@venkatajagannath venkatajagannath released this 09 Aug 18:47
e871afb

First release

  • Initial release, with the following decorators, hooks, operators, and triggers:

Hooks

Hook Class Import Path
RayHook python<br>from ray_provider.hooks.ray import RayHook

Decorators

Decorator Class Import Path
ray.task() python<br>from ray_provider.decorators.ray import ray

Operators

Operator Class Import Path
SetupRayCluster python<br>from ray_provider.operators.ray import SetupRayCluster
DeleteRayCluster ```python
from ray_provider.operators.ray import DeleteRayCluster``
SubmitRayJob python<br>from ray_provider.operators.ray import SubmitRayJob

Triggers

Trigger Class Import Path
RayJobTrigger python<br>from ray_provider.triggers.ray import RayJobTrigger

Relevant PRs

Full Changelog: 0.1.0a1...0.1.0