* Support profiling pyinstaller binaries [42](https://github.com/benfred/py-spy/issues/42) * Add fallback when failing to find exe in memory maps [40](https://github.com/benfred/py-spy/issues/40)
0.1.7
* Console viewer improvements for Windows 7 [37](https://github.com/benfred/py-spy/issues/37)
0.1.6
* Warn if we can't sample fast enough [33](https://github.com/benfred/py-spy/issues/33) * Support embedded python interpreters like UWSGI [25](https://github.com/benfred/py-spy/issues/25) * Better error message when failing with 32-bit python on windows
0.1.5
* Use musl libc for linux wheels [5](https://github.com/benfred/py-spy/issues/5) * Fix for OSX python built with '--enable-framework' [15](https://github.com/benfred/py-spy/issues/15) * Fix for running on Centos7