Releases: basnijholt/adaptive-scheduler
Releases · basnijholt/adaptive-scheduler
version 1.8.0
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #97
- Only import ipyparallel in the function by @basnijholt in #98
Full Changelog: v1.7.0...v1.8.0
version 1.7.0
What's Changed
- Use the default partition if none are provided by @basnijholt in #96
Full Changelog: v1.6.2...v1.7.0
version 1.6.2
What's Changed
- Sort partitions alphabetically, but put the default partition first by @basnijholt in #94
- Make sure to save dataframe at the end by @basnijholt in #95
Full Changelog: v1.6.1...v1.6.2
version 1.6.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #89
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #90
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #91
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #92
- Remove asterisk in slurm_partitions by @basnijholt in #93
Full Changelog: v1.6.0...v1.6.1
version 1.6.0
What's Changed
- Allow to wait for a RunManger to complete before starting a new run by @basnijholt in #87
Full Changelog: v1.5.0...v1.6.0
version 1.5.0
What's Changed
- Change GitLab to GitHub by @basnijholt in #83
- Bump pyupgrade to --py38-plus by @basnijholt in #84
- Change default 'max_simultaneous_jobs: int = 100' by @basnijholt in #85
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #86
- Use --exclusive instead of --exclusive=user by @basnijholt in #88
New Contributors
- @pre-commit-ci made their first contribution in #86
Full Changelog: v1.4.0...v1.5.0
version 1.4.0
What's Changed
- Add CodeQL workflow by @jorgectf in #80
- Add doc-string to slurm_run by @basnijholt in #81
- Add exclusive parameter to slurm_run by @basnijholt in #82
New Contributors
Full Changelog: v1.3.1...v1.4.0
version 1.3.1
Full Changelog: v1.3.0...v1.3.1
version 1.3.0
What's Changed
- Add timedelta based smart goal by @basnijholt in #77
- Set save_dataframe to True by default by @basnijholt in #78
- Add slurm_run function by @basnijholt in #79
Full Changelog: v1.2.0...v1.3.0
version 1.2.0
What's Changed
- Use GitHub Actions CI by @basnijholt in #73
- Set on and name for pytest CI by @basnijholt in #74
- Better SLURM options and pass max_simultaneous_jobs and max_fails_per_job by @basnijholt in #75
- Make the goal smarter by allowing int | float | None by @basnijholt in #76
Full Changelog: v1.1.0...v1.2.0