Skip to content

v2.14.5

Compare
Choose a tag to compare
@Pierre-Sassoulas Pierre-Sassoulas released this 17 Jul 19:45
· 1812 commits to main since this release
  • Fixed a crash in the undefined-loop-variable check when enumerate() is used
    in a ternary expression.

    Closes #7131

  • Fixed handling of -- as separator between positional arguments and flags.

    Closes #7003

  • Fixed the disabling of fixme and its interaction with useless-suppression.

  • Allow lists of default values in parameter documentation for Numpy style.

    Closes #4035