Skip to content

Releases: mkdocstrings/python

1.9.1

Choose a tag to compare

@github-actions github-actions released this 02 Apr 16:48

1.9.1 - 2024-04-02

Compare with 1.9.0

Bug Fixes

  • Don't try loading packages from relative paths (bd73497 by Timothée Mazzucotelli). Issue-145

Code Refactoring

  • Allow first name in a separate signature to be highlighted as a function name (f798a1e by Timothée Mazzucotelli).
  • Maintain original Pygments color for cross-refs in signatures (7c8b885 by Timothée Mazzucotelli).

1.9.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 19:05

1.9.0 - 2024-03-13

Compare with 1.8.0

Dependencies

  • Add upper bound on Python-Markdown 3.6 to temporarily prevent breaking changes (cd93ee3 by Timothée Mazzucotelli).

Features

Code Refactoring

  • Mark all Jinja blocks as scoped (548bdad by Timothée Mazzucotelli).

1.8.0

Choose a tag to compare

@github-actions github-actions released this 08 Jan 16:15

1.8.0 - 2024-01-08

Compare with 1.7.5

Features

See the complete list of features and projects here:
https://pawamoy.github.io/insiders/#500-plasmavac-user-guide.

1.7.5

Choose a tag to compare

@github-actions github-actions released this 21 Nov 13:50

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

Choose a tag to compare

@github-actions github-actions released this 12 Nov 17:52

1.7.4 - 2023-11-12

Compare with 1.7.3

Bug Fixes

  • Make extension paths relative to config file (5035e92 by Waylan Limberg). PR #112, Co-authored-by: Timothée Mazzucotelli pawamoy@pm.me

Code Refactoring

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

1.7.3

Choose a tag to compare

@github-actions github-actions released this 09 Oct 12:08

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

Choose a tag to compare

@github-actions github-actions released this 05 Oct 12:17

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

Choose a tag to compare

@github-actions github-actions released this 28 Sep 13:41

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

Choose a tag to compare

@github-actions github-actions released this 14 Sep 13:32

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

Choose a tag to compare

@github-actions github-actions released this 11 Sep 16:58

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).