-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from flux-framework/release-docs-2024-06-07
Update from release-docs-2024-06-07
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
title: flux-sched v0.35.0 | ||
date: 2024-06-07 00:00:00 | ||
author: "flux-framework" | ||
categories: 'release' | ||
version: 0.35.0 | ||
download: https://github.com/flux-framework/flux-sched/releases/download/v0.35.0/flux-sched-0.35.0.tar.gz | ||
--- | ||
|
||
Download from GitHub [here]({{ page.download }}) | ||
|
||
# Release Notes | ||
|
||
flux-sched version 0.35.0 - 2024-06-06 | ||
-------------------------------------- | ||
|
||
### New Features | ||
* Add jobid and schedule iteration count to match stats; | ||
make perf a global variable ([#1205](https://github.com/flux-framework/flux-sched/issues/1205)) | ||
* make backfill reactive during sched loop ([#1211](https://github.com/flux-framework/flux-sched/issues/1211)) | ||
### Fixes | ||
* qmanager: always process unblocked jobs ([#1211](https://github.com/flux-framework/flux-sched/issues/1211)) | ||
* qmanager: search blocked jobs during pending removal ([#1209](https://github.com/flux-framework/flux-sched/issues/1209)) | ||
* qmanager: reconsider blocked jobs on reprioritize ([#1217](https://github.com/flux-framework/flux-sched/issues/1217)) | ||
* avoid copying of std::map in `out_edges` ([#1206](https://github.com/flux-framework/flux-sched/issues/1206)) | ||
### Cleanup | ||
* comment blocks: stop using full-star boxes ([#1216](https://github.com/flux-framework/flux-sched/issues/1216)) | ||
### Build/Testsuite | ||
* test/match-formats: make jq command valid ([#1213](https://github.com/flux-framework/flux-sched/issues/1213)) | ||
* cmake: ensure we install libraries to our prefix ([#1203](https://github.com/flux-framework/flux-sched/issues/1203)) | ||
* Test repair ([#1207](https://github.com/flux-framework/flux-sched/issues/1207)) | ||
|