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 https://github.com/plasma-umass/scalene/pull/751
* Added a work-around that lets Scalene work properly with [Sage](https://www.sagemath.org/index.html), by emeryberger in https://github.com/plasma-umass/scalene/pull/743
* Fixed issue building on Windows
**Full Changelog**: https://github.com/plasma-umass/scalene/compare/v1.5.32.1...v1.5.33