Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NEWS: Add the descriptions for 0.5.0 release #342

Merged
merged 1 commit into from
May 11, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
flux-sched version 0.5.0 - 2018-05-11
-------------------------------------

### Fixes
* c++ configuration changes to mirror flux-core (#270)
* track upstream changes in flux-core APIs (#271, #272, #278)
* portability fixes for Ubuntu 16.04 and 17.10 (#298, #301)
* fixes for hwloc input xml (#310)

### Features
* add pending job cancellation support (#291)
* add support for excluding resources for specific nodes (#305)
* support for GPU scheduling (#313)
* add new, more scalable resource assignment schema in kvs (R_lite) (#321)
* include host names in R_lite resource assignment data (#324)
* optimize queue-depth=1 FCFS (#294)
* support for enhanced wreck submitted state event (#295)
* support for new completing state for wreck jobs (#341)
* add planner and resource-query utility support (#283, #323, #325, #274, #281)
* initial priority plugin development (#290)

### Cleanup
* testsuite enhancements (#316, #328, #331)
* drop old rank.N method for resource assignment (#339)


flux-sched version 0.4.0 - 2017-08-24
-------------------------------------