What's Changed * Factored out utility functions. by emeryberger in https://github.com/plasma-umass/scalene/pull/736 * Fixes browser detection; some refactoring by emeryberger in https://github.com/plasma-umass/scalene/pull/737
What's Changed * Adds support to Windows for handling of child processes by emeryberger in https://github.com/plasma-umass/scalene/pull/697 * Added entrypoint directory field to json by sternj in https://github.com/plasma-umass/scalene/pull/698 * Use a temporary directory instead of `/tmp` on Unix/OS X by emeryberger in https://github.com/plasma-umass/scalene/pull/702 * Makefile change to better support building under venv by jaltmayerpizzorno in https://github.com/plasma-umass/scalene/pull/715 * Removes spurious 'Scalene' in qualified names (status quo ante 1.5.26). by emeryberger in https://github.com/plasma-umass/scalene/pull/719 * Handle text browsers explicitly to support unlisted GUI browsers by Jeremiah-England in https://github.com/plasma-umass/scalene/pull/724 * Fix python aliases by emeryberger in https://github.com/plasma-umass/scalene/pull/732 * Added support for command-line scripts. by emeryberger in https://github.com/plasma-umass/scalene/pull/734 * Minor refactoring by emeryberger in https://github.com/plasma-umass/scalene/pull/735
New Contributors * Jeremiah-England made their first contribution in https://github.com/plasma-umass/scalene/pull/724
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 https://github.com/plasma-umass/scalene/pull/694
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.
* Added features for Scalene VS Code extension support by emeryberger in https://github.com/plasma-umass/scalene/pull/692.