Skip to content

Releases: troycomi/reportseff

v2.10.1

12 Feb 13:12
1b4c6e6

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump urllib3 from 2.5.0 to 2.6.0 by @dependabot[bot] in #81
  • chore(deps-dev): bump pip from 25.2 to 25.3 by @dependabot[bot] in #82
  • chore(deps-dev): bump urllib3 from 2.6.0 to 2.6.3 by @dependabot[bot] in #83
  • chore(deps-dev): bump pip from 25.3 to 26.0 by @dependabot[bot] in #85
  • fix: handle incomplete JS strings by @troycomi in #86

Handles incomplete admin comments from jobstats in cases where time or memory are not recorded. Will fallback to sacct values.

Full Changelog: v2.10.0...v2.10.1

v2.10.0

13 Oct 13:57
8d64461

Choose a tag to compare

What's Changed

  • BREAKING CHANGE: The --modified-sort options has been removed and replaced with --sorting mtime
  • chore(deps-dev): bump pip from 25.1.1 to 25.2 by @dependabot[bot] in #78
  • Add more information about slurm format to readme by @troycomi in #79
  • feat: add jobid sorting by @troycomi in #80

Full Changelog: v2.9.0...v2.10.0

v2.9.0

08 Sep 11:41
11eb84f

Choose a tag to compare

New Behavior

Reportseff will now handle columns starting with max by determining the maximum value for any step in the job. This will be most noticeable for MaxRSS. Columns which are not numeric will still record the first non-empty step value.

Can create Total columns by adding the prefix total to any other column, e.g. TotalMaxRSS or TotalState. Numeric columns will be summed while others are left as the first non-empty step value.

Numeric values for max and total columns will be rendered as human readable, such as 36G or 10K.

Thank you to @ttys42 for help with design and providing feedback.

What's Changed

Full Changelog: v2.8.4...v2.9.0

Add min array filter

27 Aug 11:59
1ed174a

Choose a tag to compare

What's Changed

  • chore(deps-dev): bump requests from 2.32.3 to 2.32.4 by @dependabot[bot] in #70
  • chore(deps-dev): bump urllib3 from 2.4.0 to 2.5.0 by @dependabot[bot] in #71
  • Add --array-min-size option to filter small array jobs by @ovalerio in #74

New Contributors

Full Changelog: v2.8.3...v2.8.4

Add Delimiter Flag

28 May 00:20
9dd39ec

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

Choose a tag to compare

What's Changed

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

v2.8.1

01 Nov 13:34
dcd3f26

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

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

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

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.