Skip to content

Releases: troycomi/reportseff

Readme updates

24 May 12:52
Compare
Choose a tag to compare

Improved the readme by adding missing sections and an image of example output.

Parsable option

20 May 16:22
138a1e4
Compare
Choose a tag to compare

Added option --parsable which generates unformatted entries separated by a |.

Lower minimum python version

17 May 17:13
Compare
Choose a tag to compare

To simplify site wide installations, dropped the minimum python version to 3.6.2 and click to 6.7

Improved error reports and since

22 Mar 14:33
Compare
Choose a tag to compare

Modified how sacct errors were caught to provide better error messages when a user is passed that doesn't exist.
Modified the since option. Now when used without specifying user, will add --allusers to sacct unless jobs or directories are explicitly added.

GPU and Node efficiency

16 Mar 18:44
Compare
Choose a tag to compare

By integrating with the jobstats caching at Princeton University HPC systems, reportseff is able to pull out more accurate node usage statistics and GPU usage. Reports can include values split by GPUs or nodes.

If jobs have other AdminComment contents, an exception will be raised. Please report these so I can modify the parsing routine to be more flexible.

Fix pager bug

15 Dec 14:21
Compare
Choose a tag to compare

Fixed a typo which caused long output to be directed to console instead of through a pager.

Patch importlib

30 Nov 14:37
Compare
Choose a tag to compare

Fixed import error with python 3.7 caused by a missing dependency (and some pinning issues).

pypi Release

27 Oct 18:04
Compare
Choose a tag to compare

What's Changed

  • more helpful Output_Renderer.validate_title() error msg by @janosh in #4
  • replaced several parsers with regex to improve correctness and flexibility
  • implemented hypermodern python tooling
  • can truncate front of columns

New Contributors

  • @janosh made their first contribution in #4

Full Changelog: https://github.com/troycomi/reportseff/commits/v1.0.0