diff --git a/NEWS.md b/NEWS.md index 4c04d24..730cf92 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,16 @@ # slurmjobs 1.0.0 +NEW FEATURES + +* Two additional monitoring functions: `job_report()` and `partition_info()` +* Two new job-submission functions: `array_submit()` and `job_loop()` +* New data included as part of the package: `job_info_df` and `partition_df`. Example outputs of `job_info()` and `partition_info()` + +SIGNIFICANT USER-VISIBLE CHANGES + +* Memory for `job_single()` and `job_loop()` is now specified in total (i.e. through `--mem`) instead of per core (i.e. through `--mem-per-cpu`) +* Complete vignette and documentation + # slurmjobs 0.99.0 NEW FEATURES