Published July 24, 2022
| Version 1.5.9
Software
Open
Scalene: a high-performance, high-precision CPU, GPU, and memory profiler for Python
Authors/Creators
Description
What's Changed
Enhancements
- Memory profiling now occasionally much faster: reimplemented
settracecallback in C by @sternj (https://github.com/plasma-umass/scalene/pull/479, https://github.com/plasma-umass/scalene/pull/492, https://github.com/plasma-umass/scalene/pull/494) - Incorporates (RDP) algorithm to compress visualizations without sacrificing overall shape by @emeryberger
- Uses local fork of crdp to include its dependency on Cython
- Improves time and space reporting logic for units (e.g.,
ms,s,m) by @emeryberger (https://github.com/plasma-umass/scalene/commit/2041b10cfaf63363fe4792c05470e06c9d3ebe81)
- Fixes an install issue that required pre-installation of Cython by @emeryberger, thanks to help from @SnoopJ (https://github.com/plasma-umass/scalene/commit/a830fd2fbc9b36acb4c762265e7fb4175f41f1b9)
- Fixes an issue bringing up the web browser on some platforms by @emeryberger
- Fixes an issue running Scalene on Windows by @emeryberger (esp. https://github.com/plasma-umass/scalene/commit/8877e221dd42b6d57d61a69370340b5071c67847)
- Fixes an issue running Scalene with older GPUs by @emeryberger (https://github.com/plasma-umass/scalene/commit/c1aa3cb47e2650ac6d482013acc9ec5107ac631e)
- Now builds wheel for Python 3.11 by @jaltmayerpizzorno (https://github.com/plasma-umass/scalene/commit/52247f7fc05e68da9c5ee9dec85056ffcb962c9c, https://github.com/plasma-umass/scalene/commit/df26dc2f84e85c233f3971bfa136e08ec9c42237)
- Removed install-time dependency on
wheelby @emeryberger (https://github.com/plasma-umass/scalene/commit/ad4da28e659911dc0e64e904d26138341a57aef1)
Full Changelog: https://github.com/plasma-umass/scalene/compare/v1.5.15...v1.5.16
Notes
Files
plasma-umass/scalene-v1.5.16.zip
Files
(5.1 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:e95ccef706890ec36d2ed36af5581f32
|
5.1 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/plasma-umass/scalene/tree/v1.5.16 (URL)