Skip to content

Releases: plasma-umass/scalene

Fixes turning profiling off (including memory profiling); works with Sage

11 Jan 21:18
Compare
Choose a tag to compare

What's Changed

  • The command line option --off and the programmatic use of scalene_profiler.stop() now both disable CPU/GPU (as before), and memory profiling (new), by @sternj in #751
  • Added a work-around that lets Scalene work properly with Sage, by @emeryberger in #743
  • Fixed issue building on Windows

Full Changelog: v1.5.32.1...v1.5.33

Maintenance release: Fixes browser UI view

10 Dec 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.32...v1.5.32.1

Adds command-line script support, subprocess support for Windows

09 Dec 21:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.31.1...v1.5.32

Maintenance release, fixes GPU memory reporting

15 Sep 20:38
Compare
Choose a tag to compare

Re-issuing because of a version number issue.

Full Changelog: v1.5.31...v1.5.31.1

Maintenance release, fixes GPU memory reporting

15 Sep 17:59
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue that made the GPU utilization pie too wide, obscuring the GPU memory report.
  • (Non user-visible) Added outermost loop to JSON by @sternj in #694

Full Changelog: v1.5.30...v1.5.31

Adds line navigation from Scalene -> VS Code

12 Sep 21:26
Compare
Choose a tag to compare

What's Changed

  • When running as a VS Code extension, clicking on a line number in Scalene now navigates to the relevant source file and line in VS Code.

Full Changelog: v1.5.29...v1.5.30

Added support needed for VS Code extension

11 Sep 02:54
Compare
Choose a tag to compare

What's Changed

With the changes incorporated in this release, Scalene now has a working extension for VS Code in the Visual Studio extension marketplace. The changes include a new --no-browser command line option as well as adjusting the behavior of --outfile to use that directory for all output.

Full Changelog: v1.5.28...v1.5.29

Maintenance release, fixes GPU memory reporting

07 Sep 19:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.27...v1.5.28

Maintenance release, bug fixes and enhancements

01 Sep 22:36
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • Fixes issue 597 (thread sleep time) and 651 (pickling issue with multiprocessing) by @emeryberger in #665
  • Immediately resolve output filename so it ends up in expected location by @emeryberger in #666
  • Fixing Jupyter output file issue by @emeryberger in #668
  • Moved up assignment so __profiler_base is always defined. by @emeryberger in #677

Functionality enhancements

  • Added warning messages for insufficient funds in OpenAI account by @emeryberger in #679

Other changes

Full Changelog: v1.5.26...v1.5.27

Maintenance release

22 Aug 21:29
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.25...v1.5.26