Skip to content

v0.4.0

Choose a tag to compare

@LTLA LTLA released this 20 May 17:42
· 17 commits to master since this release
  • 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.