Skip to content

Commit

Permalink
Merge pull request #164 from TheRoddyWMS/release-prep-0.1.2
Browse files Browse the repository at this point in the history
Prepared changelog for 0.1.2 release.
  • Loading branch information
Gordi committed Apr 24, 2023
2 parents a7108e2 + 8f9cba2 commit 7ba788e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@ To start the integration tests, please fill in host and user settings (password

# Change Logs

* 0.1.2
- patch: Fix SLURM API.
* Always return an asked resource for SLURM with requested memory, cores, and nodes.
* Correctly return "NodeList" value as `JobInfo.executionHosts`. WARNING: The returned value is just the string returned from SLURM. No splitting of a list of nodes is yet implemented.
* Fix "NumNodes" parsing (seems to return "-"-split value and last value is the number of nodes) and deal with "Unkown" times.
* Fixed time parsing.

* 0.1.1
- Patch: Fix: A newer LSF release is pickier on the position of the `-o` parameter in `bjobs`. Adapted to this upstream change. Probably code will still work with older LSF versions.
- Patch: Bumped from RoddyToolLib 2.1.1 to 2.2.2.
Expand Down

0 comments on commit 7ba788e

Please sign in to comment.