|
| 1 | +flux-core version 0.18.0 - 2020-07-29 |
| 2 | +------------------------------------- |
| 3 | + |
| 4 | +This release features a more compact default representation for Flux JOBIDs, |
| 5 | +manual pages converted to ReST format and published on |
| 6 | +[readthedocs.io](https://flux-framework.readthedocs.io/projects/flux-core/), |
| 7 | +and the ability for schedulers to add data to jobs which can be displayed |
| 8 | +with `flux jobs`. |
| 9 | + |
| 10 | +### New features |
| 11 | + |
| 12 | + * doc: man pages converted to ReST for publication on readthedocs.io |
| 13 | + (#3033, #3078, #3085) |
| 14 | + * Add support for RFC19 F58 encoded JOBIDs (#3045) |
| 15 | + * Support user and scheduler job annotations (#3065, #3062, #2960) |
| 16 | + * add content-s3, content-files alternate backing stores (#3025, #2992) |
| 17 | + * Python interface to 'mini batch' (#3020) |
| 18 | + |
| 19 | +### Fixes |
| 20 | + |
| 21 | + * shell: fix bug in cpu-affinity=per-task (#3080) |
| 22 | + * flux-hwloc: remove ignore of `HWLOC_OBJ_GROUP` (#3046) |
| 23 | + * cmd: Make label io options consistent (#3068) |
| 24 | + * flux-resource list: Allow null/missing key to designate empty set (#3047) |
| 25 | + * flux-jobs: small functionality and testing updates (#3060) |
| 26 | + * job-manager: avoid segfault on priority change with pending alloc (#3072) |
| 27 | + |
| 28 | +### Cleanup |
| 29 | + |
| 30 | + * doc: adjust dependency table to reflect hwloc v2.0+ support (#3053) |
| 31 | + * Update terminology to use more inclusive words (#3040) |
| 32 | + |
| 33 | +### Testsuite enhancements |
| 34 | + |
| 35 | + * testsuite: remove use of -S option in `run_timeout` (#3079) |
| 36 | + * testsuite: minor valgrind test cleanup (#3077) |
| 37 | + * docker: small updates for testenv images, travis builds (#3058) |
| 38 | + * travis-ci: add python coverage (#3056) |
| 39 | + * travis-ci: Add `--localstatedir=/var` to docker tag builds (#3050) |
| 40 | + * pylint: Update pylint to 2.4.4 (#3035) |
| 41 | + * Fix testsuite for Lua 5.3 on Ubuntu 20.04 (#3028) |
| 42 | + * docker: really actually fix Ubuntu 20.04 (focal) docker tags (#3027) |
| 43 | + * travis-ci: enforce correct configure ARGS for docker tags (#3023) |
| 44 | + * travis: tag a docker image for ubuntu 20.04 (#3022) |
| 45 | + * python: add stdio properties to Jobspec class (#3019) |
| 46 | + * build and test fixes (#3016) |
| 47 | + |
| 48 | + |
1 | 49 | flux-core version 0.17.0 - 2020-06-18
|
2 | 50 | -------------------------------------
|
3 | 51 |
|
|
0 commit comments