Skip to content

v0.10.1

Compare
Choose a tag to compare
@arquolo arquolo released this 27 Jul 17:23
· 198 commits to master since this release

Additions

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 with sounddevice for glow.io.Sound
  • drop Python 3.8 support
  • bind to numpy~=1.20, torch~=1.9

Deletions:

  • glow.interpreter_lock