Skip to content

Releases: neogeny/late

Allow skipping `__()` for structured types

17 Nov 00:20

Choose a tag to compare

Apply @latebind on all arguments, not only those wrapped with __()

Improved documentation

14 Nov 22:47

Choose a tag to compare

Several improvements to the README documentation.

Improvements and optimizations

12 Nov 20:50

Choose a tag to compare

  • relax requirement from generator to Iterator
  • improve documentation
  • add requirements-de3v.pip

Optimizations and expanded documentation

12 Nov 16:58

Choose a tag to compare

  • copy.deepcopy() takes care of all existing cases, so recursion was removed
  • expand the documentation in the readme

Recurse on late-bound and support functions

12 Nov 13:52

Choose a tag to compare

  • recurse to support cases like __([[]])
  • support __(function_name) calling once for invocation
  • resolve typing

Firs stable release

12 Nov 00:47

Choose a tag to compare

  • support for default argument values
  • support for dataclass
  • support for generators