@@ -13,6 +13,7 @@ The "old" output formats are for the most part not being extended with new field
1313relied upon. Consumers should expect to see the "new" JSON format for new data, and all producers
1414should ask for that format.
1515
16+
1617## Changes in v0.16.0 (on ` release_0_16 ` )
1718
1819* Bug 335 / Bug 415 - ** BREAKING CHANGE.** The ` cpu_util ` field was not emitted properly, it should
@@ -21,8 +22,8 @@ should ask for that format.
2122* Bug 352 - ** MAJOR FUNCTIONALITY.** Populate the ` topo_svg ` field, introduce a ` topo_text ` field,
2223 and expand the config file so as to be able to specify how to generate those data
2324* Bug 353 - Remove the ` software ` field.
24- * Bug 387 - ** IMPORTANT FIX.** Parse some slurm data, notably ReqMem, correctly. Previously the parser
25- would always return 0 for this field
25+ * Bug 387 - ** IMPORTANT FIX.** Parse some slurm data, notably ReqMem, correctly. Previously the
26+ parser would always return 0 for this field
2627* Bug 401 - better error messages for Kafka
2728* Bug 402 - synthesize a UUID on AMD cards when needed
2829* Bug 402 - change the syntax of synthesized UUIDs on XPU (now joint with AMD)
@@ -32,10 +33,10 @@ should ask for that format.
3233 is no longer a required argument for that (defaulting to the empty string).
3334* Bug 410 - output on stderr does not by itself cause a subcommand to fail, so long as the
3435 exit code is 0
35- * Bug 409 / 437 - ** MAJOR FUNCTIONALITY.** Run scontrol in addition to sacct in order to extract resource
36- request for pending jobs. Remove the unused ` gres_detail ` field of slurm job data and introduce
37- two fields ` allocated_resources ` and ` requested_resources ` and fill them with unparsed resouce data from
38- sacct and scontrol.
36+ * Bug 409 / 437 - ** MAJOR FUNCTIONALITY.** Run scontrol in addition to sacct in order to extract
37+ resource request for pending jobs. Remove the unused ` gres_detail ` field of slurm job data and
38+ introduce two fields ` allocated_resources ` and ` requested_resources ` and fill them with unparsed
39+ resouce data from sacct and scontrol.
3940* Testing (sundry): Many testing improvements
4041* Doc (sundry): Various improvements
4142
0 commit comments