Releases: arquolo/glow
Releases · arquolo/glow
0.12.x - the last release
v0.10.5
v0.10.3
v0.10.2
v0.10.1
Additions
glow.whereami
to show module, name and lineno of the caller
Fixes and improvements
- Fix handling of
wrapt.ObjectProxy
inglow.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
andglow.memprof
no longer supportcallback
as named argument, pass it or name as positionalglow.Si
splitted toglow.si
for metric suffixes, andglow.si_bin
for binary suffixes
Dependencies
- remove outdated
pyaudio
withsounddevice
forglow.io.Sound
- drop Python 3.8 support
- bind to
numpy~=1.20
,torch~=1.9
Deletions:
glow.interpreter_lock
v0.10
Additions
glow.cli.parse_args
to parse args fromdataclass
templateglow.cv.Mosaic
- helper to apply functions to huge images by tiles
Fixes and improvements
glow.transforms
reimplemented via classes