Skip to content

Releases: plasma-umass/scalene

Fixes bugs with MacOS wheels

03 May 15:29
Compare
Choose a tag to compare

This release fixes an issue running Scalene on MacOS >14.2, causing it to abort with a message like

dlopen([...]/site-packages/scalene/crdp.abi3.so, 0x0002): bad bind opcode 0x00

Bug fix for Windows

27 Apr 01:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.39...v1.5.40

Adds Azure OpenAI support, other fixes; forces build of wheel for 3.12

15 Apr 20:48
Compare
Choose a tag to compare

What's Changed

  • Fix PytestCollectionWarning in tests by @sarahec in #799
  • Ensure --outfile isn't a directory by @sarahec in #800
  • Added support for azure openai to fetch code suggestions by @sourabp in #806
  • Add Python 3.12 Wheel support by @kinoute in #808

New Contributors

Full Changelog: v1.5.38...v1.5.39

Bug fix for Windows and Mac (3.12); adds compatibility for PyTorch Lightning

24 Mar 18:52
b23894d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.37...v1.5.38

Bug fix for Mac, Python 3.10 or earlier

10 Mar 19:19
Compare
Choose a tag to compare

This version fixes an issue that prevented the Scalene viewer from launching when using Python 3.10 or earlier.

Full Changelog: v1.5.36...v1.5.37

Bug fix for Windows and enhancements

05 Mar 00:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.35...v1.5.36

UI and AI improvements, other updates

23 Feb 16:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.34...v1.5.35

Adds support for local language models (ollama)

28 Jan 17:09
Compare
Choose a tag to compare

What's Changed

New Features

Maintenance and Bug Fixes

New Contributors

Full Changelog: v1.5.33.1...v1.5.34

Maintenance release: fixes issue with 3.8

17 Jan 21:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.33...v1.5.33.1

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