v1.18.0
What's new
Added π
- Added missing
host_networking
,replicas
, andleader_selection
fields toTaskSpec
.
Removed π
- Removed the
multiprocessing
argument toBeaker.dataset.fetch()
. After the bug that was fixed in v1.17.6 it's no-longer worth using aProcessPoolExecutor
(in fact it's much slower than theThreadPoolExecutor
).
Commits
51d0459 fix test
1e88cd7 add missing replica fields
de11f0c Remove multiprocessing
argument from dataset.fetch()