Skip to content

Releases: Toloka/stubmaker

v0.1.0

03 Oct 13:41
Compare
Choose a tag to compare

Python 3.11 support added

Bugfixes:

  • MarkdownViewer minor bugfixes
  • Generation does not fail on incorrect forward references now

v0.0.3

05 Jul 10:58
Compare
Choose a tag to compare
  • Stub generation for metaclasses support.
  • Added described_objects option for stub generation which enables support for objects with predefined module name and qualname. This is required for correct stub generation in cases when object has a wrong __module__ (e.g., contextvars.ContextVar has __module__ builtins but in reality must be imported from contextvars) or can't be accessed by qualname directly (e.g., ModuleType which __qualname__ has "module" value).

v0.0.2

07 Oct 11:35
Compare
Choose a tag to compare

  • TypeVar support
  • Renamed AST to RepresenationsTree
  • Better module dependencies resolving
  • Wrong namespaces in functions arguments default values bug fixed

v0.0.1

24 Aug 22:02
Compare
Choose a tag to compare

First release!