Skip to content

Releases: troycomi/reportseff

Add Delimiter Flag

28 May 00:20
9dd39ec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.2...v2.8.3

Show newlines in all output

04 Nov 15:13
3bd4123
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.8.1...v2.8.2

v2.8.1

01 Nov 13:34
dcd3f26
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump cryptography from 43.0.0 to 43.0.1 by @dependabot in #61
  • fix: support newlines in jobnames by @troycomi in #64

Full Changelog: v2.8.0...v2.8.1

Multi cluster support

03 Oct 14:56
b826d80
Compare
Choose a tag to compare

Added option for multi-cluster support.
Thanks @Lafond-LapalmeJ for the PR!

Fix state filtering of sub jobs

23 Sep 18:51
767a06c
Compare
Choose a tag to compare

Fixes error where state filtering would remove information about sub-jobs if the states didn't match.

Patch changes into last python 3.6 supported version

07 Nov 17:22
12bd6a8
Compare
Choose a tag to compare

Dropped in all tests and changes. Had to remove custom filenames due to regex changes.

Should prevent issues due to old bugs on systems with old python versions.

Fix memory with multiple tasks

14 Sep 15:48
60d80b8
Compare
Choose a tag to compare

Fixed estimation of memory efficiency with multiple tasks.
A few source code improvements.

Thanks @biermanr for help coding and @angel-devicente for providing a test case.

Handle Pipes in jobname

07 Jun 17:01
3987b37
Compare
Choose a tag to compare

Changed sacct delimiter to ^|^ so job names can contain a pipe without breaking.
Using reportseff's parsable option will still output a single pipe.

Change color defaults

31 Mar 18:26
e9bbf1a
Compare
Choose a tag to compare

Change default to let click decide how to pipe color.

Added a discussion to the readme of how to handle the changes.

Thanks @braffes for opening the issue at the PR!

Hotfix, remove print statement

14 Mar 19:17
Compare
Choose a tag to compare
v2.7.3

fix: remove print statement