Releases: troycomi/reportseff
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.
Fix memory with multiple tasks
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
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
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
v2.7.3 fix: remove print statement