Skip to content

Releases: arquolo/glow

0.12.x - the last release

05 Sep 12:36
Compare
Choose a tag to compare

v0.10.5

28 Sep 10:22
Compare
Choose a tag to compare

Improvements

  • glow.cli.parse_args now supports arbitrary callables

v0.10.3

27 Sep 18:28
Compare
Choose a tag to compare

Improvements

  • glow.cli.parse_args now supports nested dataclasses

Fixes

  • glow.si_bin handles 0 properly

v0.10.2

01 Sep 11:27
Compare
Choose a tag to compare

Additions

  • glow.Uid as Pydantic-compatible wrapper for UUID with base57 serialization
  • glow.api.env to provide context variables

v0.10.1

27 Jul 17:23
Compare
Choose a tag to compare

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

v0.10

27 Jul 17:34
Compare
Choose a tag to compare

Additions

Fixes and improvements

  • glow.transforms reimplemented via classes