Releases: maawoo/draco
Releases · maawoo/draco
Release list
v0.1.2
What's Changed
- fix: Adaptive scaler submitting unbounded SLURM jobs during startup by @maawoo in #1
- fix: _is_cluster_ready failing silently due to unsupported squeue form at specifier by @maawoo in #2
- chore: update status messages in _is_cluster_ready by @maawoo in #3
New Contributors
Full Changelog: v0.1.1...v0.1.2
v0.1.1
A few minor fixes, refactoring and doc updates:
- fix: create log directory before starting slurm cluster
- Add death_timeout to both cluster config and worker args in SLURM cluster setup
- fix: handle exceptions when closing dask client/cluster during SLURM retry
- refactor: make _cancel_slurm_jobs a public function
- docs: Add usage note on gracefully closing client and cluster resources
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Initial release
Full Changelog: https://github.com/maawoo/draco/commits/v0.1.0