-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
097026c
commit 313e834
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,16 @@ | ||
Changelog for `slurmfun` | ||
======================= | ||
|
||
[0.4] - 2020-05-11 | ||
------------------ | ||
* Added support for functions with multiple output arguments | ||
* Re-added support for functions without output arguments | ||
|
||
[0.3] - 2020-04-30 | ||
------------------ | ||
* Added `'cpu'` and `'mem'` options to configure number of cores and memory | ||
for each job | ||
* Added option to specify a different partition for each job | ||
* slurmfun now tolerates a SLURM controller outage of up to 5 min | ||
* The MATLAB job can now be started with more than one thread | ||
* Printing of progress has been improved | ||
* Printing of progress has been improved |