-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chain payloads, minor bug fixes #268
Conversation
PR Summary
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #268 +/- ##
==========================================
+ Coverage 87.27% 87.34% +0.07%
==========================================
Files 67 67
Lines 3377 3403 +26
Branches 526 529 +3
==========================================
+ Hits 2947 2972 +25
- Misses 430 431 +1
Continue to review full report in Codecov by Sentry.
|
This PR adds the
ray().chain()
method, as described in #267. It also fixes several minor bugs, removes an unused package dependency and updates the documentation.