Skip to content

Releases: Erotemic/mkinit

Version: 1.1.0

17 Jan 17:27
df0154f
Compare
Choose a tag to compare

Version: 1.1.0 Released 2024-01-17

Added

  • Added --lazy_loader_typed option, #40.

  • Initial support for Python 3.12

Removed

  • Removed support for Python 3.6

Changed

  • Code cleanup

  • Workaround Python 3.12 tokenize changes - new format strings may not be supported yet.

Fixed

  • Extra newlines in generated files

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

Version 1.0.0

03 Dec 23:19
167cee0
Compare
Choose a tag to compare

Added

  • Can now specify "*" in __submodules__ to pattern match on available submodules.
  • Added --lazy_loader option to use the lazy_loader package for reduced boilerplate.

Fixed

  • GH Issue #14: async functions are now handled correctly
  • Issue with EAGER_IMPORT

Changed

  • The CLI now errors on unknown arguments unless the MKINIT_ARGPARSE_LOOSE environ is et.
  • Drop support for Python 2.7 and 3.5
  • Vendored in orderedset
  • Can now detect other existing names in the file and insert them into __all__

Version 0.3.4

09 Dec 21:00
48f8d48
Compare
Choose a tag to compare

Fixed

  • GH Issue #14: async functions are now handled correctly

0.3.3

20 Jul 00:12
aea2978
Compare
Choose a tag to compare
tarball tag 0.3.3

0.3.1

14 Feb 22:57
3bc173f
Compare
Choose a tag to compare
tarball tag 0.3.1