-
Notifications
You must be signed in to change notification settings - Fork 36
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
Remove JobsCursor.next. #604
Conversation
I think this is the oldest thing we have cut lately and I'm just waiting for this to show up on slack. |
Codecov Report
@@ Coverage Diff @@
## next #604 +/- ##
==========================================
- Coverage 85.77% 85.74% -0.03%
==========================================
Files 52 52
Lines 5075 5066 -9
Branches 914 913 -1
==========================================
- Hits 4353 4344 -9
Misses 522 522
Partials 200 200
Continue to review full report at Codecov.
|
Description
Removes the long-deprecated
JobsCursor.next
method (deprecated since before 1.0).Motivation and Context
signac 2.0 API cleanup.
Types of Changes
1The change breaks (or has the potential to break) existing functionality.
Checklist:
If necessary: