Fixes Windows-specific bug introduced in 1.3.11 leading to empty outputs. With this release, scalene on Windows now requires python 3.8 or newer.
1.3.11
Fixed inadvertent use of `signal.raise_signal`, which isn't available in Python 3.7.
1.3.10
This release adds a Windows wheel to pypi, making it a C/C++ development environment unnecessary for installation.
1.3.9
* Fixes `pip install` for Windows * Fixes `profile` functionality
1.3.8
- fixed AttributeError bug running with `--cpu-only`;
1.3.7
- fixed synchronization and multiprocessing support for `--profile-interval`; - fixed certain profiling data possibly being included when profiling was turned off; - wheels (binary builds) now available from [pypi](https://pypi.org/project/scalene/) for Linux (x86_64) and MacOS (x86_64 and M1);