Skip to content

0.35.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Aug 12:54
· 346 commits to main since this release

0.35.0 - 2023-08-24

Compare with 0.34.0

Features

  • Add an is_public helper method to guess if an object is public (b823639 by Timothée Mazzucotelli).
  • Add option to Google parser allowing to parse Returns sections with or without multiple items (65fee70 by Antoine Dechaume). PR #196

Bug Fixes

  • Allow passing warn_unknown_params option to Google and Numpy parsers (5bf0746 by Timothée Mazzucotelli).

Code Refactoring

  • Preserve alias members path by re-aliasing members instead of returning target's members (d400cb1 by Timothée Mazzucotelli).