You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Require a 1-to-zero-or-one mapping between workers and ranges in the parallelize_range() contract. This allows downstream libraries to simplify their code as they don't have to worry about overrides that provide multiple ranges to the same worker.
Removed the test_parallelize_range() function, as such testing is no longer required if the contract is simplified.