Skip to content

v1.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 01:21
· 115 commits to main since this release

What's new

Added πŸŽ‰

  • Added missing host_networking, replicas, and leader_selection fields to TaskSpec.

Removed πŸ‘‹

  • Removed the multiprocessing argument to Beaker.dataset.fetch(). After the bug that was fixed in v1.17.6 it's no-longer worth using a ProcessPoolExecutor (in fact it's much slower than the ThreadPoolExecutor).

Commits

51d0459 fix test
1e88cd7 add missing replica fields
de11f0c Remove multiprocessing argument from dataset.fetch()