Skip to content

Releases: mkdocstrings/python

1.7.5

21 Nov 13:50
Compare
Choose a tag to compare

1.7.5 - 2023-11-21

Compare with 1.7.4

Bug Fixes

  • Add missing translations (fallback theme) for ReadTheDocs (2fb6513 by Timothée Mazzucotelli). Issue #115

1.7.4

12 Nov 17:52
Compare
Choose a tag to compare

1.7.4 - 2023-11-12

Compare with 1.7.3

Bug Fixes

Code Refactoring

  • Prepare for Griffe 0.37 (b5bb8a9 by Timothée Mazzucotelli).

1.7.3

09 Oct 12:08
Compare
Choose a tag to compare

1.7.3 - 2023-10-09

Compare with 1.7.2

Bug Fixes

  • Don't deepcopy the local config (1300d2c by Timothée Mazzucotelli).

1.7.2

05 Oct 12:17
Compare
Choose a tag to compare

1.7.2 - 2023-10-05

Compare with 1.7.1

Bug Fixes

  • Prevent alias resolution error when source-ordering members (67df10c by Timothée Mazzucotelli). Issue griffe#213

Code Refactoring

1.7.1

28 Sep 13:41
Compare
Choose a tag to compare

1.7.1 - 2023-09-28

Compare with 1.7.0

Bug Fixes

  • Stop propagation of annotation to next parameter in signature template (3a760ac by Timothée Mazzucotelli). Issue #110

Code Refactoring

  • Look into inherited members for __init__ methods when merging docstrings (b97d51f by Timothée Mazzucotelli). Issue #106

1.7.0

14 Sep 13:32
Compare
Choose a tag to compare

1.7.0 - 2023-09-14

Compare with 1.6.3

Features

  • Add option to unwrap Annotated types (53db04b by Timothée Mazzucotelli).

1.6.3

11 Sep 16:58
Compare
Choose a tag to compare

1.6.3 - 2023-09-11

Compare with 1.6.2

Bug Fixes

  • Make load_external_modules a global-only option (266f41f by Timothée Mazzucotelli). Issue #87
  • Never fail when trying to format code with Black (df24bbc by Timothée Mazzucotelli).

Code Refactoring

  • Wrap docstring section elements (list style) in code tags to prevent spell checker errors (1ae8dd8 by Timothée Mazzucotelli).

1.6.2

05 Sep 11:49
Compare
Choose a tag to compare

1.6.2 - 2023-09-05

Compare with 1.6.1

Bug Fixes

  • Don't render cross-ref spans when they're not enabled (eed51ee by Timothée Mazzucotelli).

1.6.1

04 Sep 15:00
Compare
Choose a tag to compare

1.6.1 - 2023-09-04

Compare with 1.6.0

Bug Fixes

  • Fix spacing for rendered named items in Yields, Receives and Returns sections (list style) (e12688e by Timothée Mazzucotelli).
  • Fix rendering Receives sections as lists (9ff7e68 by Timothée Mazzucotelli).

1.6.0

27 Aug 17:38
Compare
Choose a tag to compare

1.6.0 - 2023-08-27

Compare with 1.5.2

Features

  • Add doc-signature CSS class to separate signature code blocks (b6c648f by Timothée Mazzucotelli).

Code Refactoring

  • Add a format_attribute filter, preparing for cross-refs in attribute signatures (8f0ade2 by Timothée Mazzucotelli).