Skip to content

2.3.0

Choose a tag to compare

@dflook dflook released this 18 Nov 16:22
Immutable release. Only release title and notes can be modified.
0f878c3

Added

  • Optional source transform:
    • convert positional only arguments to normal arguments, enabled by default

Fixed

  • Unnecessary spaces after ',' in tuple values
  • Removing annotations for positional-only arguments (Thanks luk3yx!)
  • --no-remove-annotations argument to pyminify had no effect