Features
- Added a `--disable-oom-detection` to disable the out-of-memory detection heuristic. ([201](https://github.com/pythonspeed/filprofiler/issues/201))
Bugfixes
- When using the Jupyter `%%filprofile` magic, locals defined in the cell are now stored in the Jupyter session as usual. ([167](https://github.com/pythonspeed/filprofiler/issues/167))
- Emulate Python's module running code more faithfully, to enable profiling things like Apache Beam. ([202](https://github.com/pythonspeed/filprofiler/issues/202))