Skip to content

0.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Aug 15:13
· 367 commits to main since this release

0.34.0 - 2023-08-20

Compare with 0.33.0

Features

  • Allow checking if docstring section is empty or not with if section (f6cf559 by Timothée Mazzucotelli).
  • Implement Functions (or Methods), Classes and Modules docstring sections (929e615 by Timothée Mazzucotelli).
  • Allow passing a docstring parser name instead of its enumeration value (ce59b7d by Timothée Mazzucotelli).

Code Refactoring

  • Explicit checks for subprocess runs (cc3ca2e by Timothée Mazzucotelli).