Additions
- [`glow.whereami`](https://github.com/arquolo/glow/blob/v0.10.1/glow/core/debug.py#L62) to show module, name and lineno of the caller
Fixes and improvements
- Fix handling of `wrapt.ObjectProxy` in `glow.sizeof`. Now it's not that transparent for size calculation - size of proxy is also computed.
- Fix segfault in `glow.io.TiledImage`. Add null checks.
Renames
- `glow.timer` and `glow.memprof` no longer support `callback` as named argument, pass it or name as positional
- `glow.Si` splitted to `glow.si` for metric suffixes, and `glow.si_bin` for binary suffixes
Dependencies
- remove outdated [`pyaudio`](https://github.com/jleb/pyaudio) with `sounddevice` for `glow.io.Sound`
- drop Python 3.8 support
- bind to `numpy~=1.20`, `torch~=1.9`
Deletions:
- `glow.interpreter_lock`