Skip to content

Releases: pitt-crc/wrappers

v0.7.4

09 Sep 17:31
849ce5e
Compare
Choose a tag to compare

This release includes the following:

  • A fix for crc-usage to treat expired requests as list to fix indexing error.
  • A fix for crc-idle to avoid the casting error on free memory when resources from the GPU cluster are in drain status.

v0.7.3

27 Aug 16:00
cdd1626
Compare
Choose a tag to compare

This release includes a fix for crc-interactive to work on the GPU partition of the teach cluster and an addition to the crc-idle wrapper to incorporate the minimum and maximum memory available on idle resources.
It also includes a fix for crc-usage's interaction with the keystone-client-api package.

What's Changed

Full Changelog: v0.7.1...v0.7.3

v0.7.1

21 Aug 13:56
b4d5bd4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

17 Jul 17:35
f1692b7
Compare
Choose a tag to compare

What's Changed

Drops support for Python 3.8

Full Changelog: v0.6.0...v0.7.0

v0.6.0

13 Jun 22:29
d1f6ba1
Compare
Choose a tag to compare

What's Changed

  • Gather enabled clusters from keystone instead of using hardcoded variable by @Comeani in #239
  • Fix crc idle by @Comeani in #241
  • Update sphinx-autoapi requirement from 3.0.0 to 3.1.1 in the documentation-dependencies group by @dependabot in #238
  • Adds client class for KeystoneApi by @djperrefort in #240
  • Update the utilities and relevant wrappers to user the KeystoneApi Client Class by @Comeani in #243

Full Changelog: v0.5.9...v0.6.0

v0.5.9

31 May 16:46
51c8ab4
Compare
Choose a tag to compare

What's Changed

  • Take Rawusage reset date into account when determining start date for sreport calls by @Comeani in #237

Full Changelog: v0.5.8...v0.5.9

v0.5.8

16 May 20:32
b69254f
Compare
Choose a tag to compare

What's Changed

  • Add more detail to message when research group is not found by @Comeani in #234
  • Show most recently expired allocation info when there are no active allocations by @Comeani in #235

Full Changelog: v0.5.7...v0.5.8

v0.5.7

08 May 20:19
44de83c
Compare
Choose a tag to compare

What's Changed

  • Updates Slurm versions in PackageTest.yml by @djperrefort in #228
  • Update crc-usage, crc-sus, and crc-proposal-end to gather information from keystone by @Comeani in #233

Full Changelog: v0.5.6...v0.5.7

v0.5.6

17 Apr 13:39
3617a1a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

15 Sep 14:54
842bc54
Compare
Choose a tag to compare

Updating the CRC wrapper applications to include a fix for parsing the time option in crc-interactive.