Releases: MoseleyBioinformaticsLab/gpu_tracker
Releases · MoseleyBioinformaticsLab/gpu_tracker
v4.0.0
What's Changed
- Measures combined RAM and threads by summing the measurements of the main and descendant processes that were measured beforehand rather than re-measuring by @erikhuck in #49
- Corrects the spelling of "descendant" by @erikhuck in #50
- Adds option to override the file path to the resource usage pickle file by @erikhuck in #53
- Updates documentation by @erikhuck in #54
Full Changelog: v3.0.2...v4.0.0
v3.0.2
v3.0.0
What's Changed
- Adds system level gpu ram usage by @erikhuck in #27
- Adds CPU utilization to the tracking by @erikhuck in #30
- Adds option to disable logs by @erikhuck in #32
- Merge by @erikhuck in #33
- Adds state to the tracker and raises exceptions if starting / stopping in the wrong state by @erikhuck in #34
- Corrects enum in docs by @erikhuck in #35
- Adds workflow for publishing the next version of the package to PyPi by @erikhuck in #36
- Process fix by @erikhuck in #40
- Returns to using a process-based tracker by @erikhuck in #39
- Introduces release-triggered workflow for publishing the package and documentation by @erikhuck in #37
- Updates documentation by @erikhuck in #41
- Release 3.0.0 by @erikhuck in #42
Full Changelog: v2.1.0...v3.0.0