Releases: troycomi/reportseff
v2.10.1
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
What's Changed
- BREAKING CHANGE: The
--modified-sortoptions 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
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
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
What's Changed
- chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.5 by @dependabot in #67
- Add delimiter flag by @dacolombo in #69
New Contributors
- @dacolombo made their first contribution in #69
Full Changelog: v2.8.2...v2.8.3
Show newlines in all output
v2.8.1
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
Added option for multi-cluster support.
Thanks @Lafond-LapalmeJ for the PR!
Fix state filtering of sub jobs
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
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.