Skip to content

Commit

Permalink
Describe update to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Eagles committed Oct 27, 2023
1 parent 7d96e70 commit b7b59b2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b7b59b2

Please sign in to comment.