Skip to content

Releases: mkdocstrings/python

1.16.5

10 Mar 18:02
Compare
Choose a tag to compare

1.16.5 - 2025-03-10

Compare with 1.16.4

Code Refactoring

1.16.4

10 Mar 12:31
Compare
Choose a tag to compare

1.16.4 - 2025-03-10

Compare with 1.16.3

Bug Fixes

  • Fix de-duplication of summary sections (dc46ac9 by Timothée Mazzucotelli).

1.16.3

08 Mar 21:58
Compare
Choose a tag to compare

1.16.3 - 2025-03-08

Compare with 1.16.2

Build

  • Depend on mkdocstrings 0.28.3 (9fa4f16 by Timothée Mazzucotelli).

Bug Fixes

Code Refactoring

  • Import from top-level mkdocstrings module (da2ba13 by Timothée Mazzucotelli).

1.16.2

24 Feb 16:18
Compare
Choose a tag to compare

1.16.2 - 2025-02-24

Compare with 1.16.1

Build

  • Depend on mkdocs-autorefs >= 1.4 and mkdocstrings >= 0.28.2 (ea1ab49 by Timothée Mazzucotelli).

1.16.1

18 Feb 20:48
Compare
Choose a tag to compare

1.16.1 - 2025-02-18

Compare with 1.16.0

Bug Fixes

  • Give precedence to user-provided paths when they are already listed in sys.path (0f497d1 by Timothée Mazzucotelli). Issue-248

1.16.0

17 Feb 14:45
Compare
Choose a tag to compare

1.16.0 - 2025-02-17

Compare with 1.15.1

Features

  • Add option to show/hide overloads (4a5ee10 by Pete Stenger). PR-250

1.15.1

17 Feb 14:37
Compare
Choose a tag to compare

1.15.1 - 2025-02-17

Compare with 1.15.0

Bug Fixes

  • Unwrap Annotated regardless of signature_crossrefs (d809f1a by Timothée Mazzucotelli). Issue-249

1.15.0

11 Feb 16:04
Compare
Choose a tag to compare

1.15.0 - 2025-02-11

Compare with 1.14.6

Features

  • Support cross-referencing constructor parameters in instance attribute values (f07bf58 by Timothée Mazzucotelli).

1.14.6

07 Feb 15:30
Compare
Choose a tag to compare

1.14.6 - 2025-02-07

Compare with 1.14.5

Bug Fixes

  • Catch alias resolution errors when getting aliases for an identifier (0aaa260 by Timothée Mazzucotelli). Issue-358

Code Refactoring

  • Improve translations for Simplified Chinese and Japanese (753a0df by Zhikang Yan). PR-244

1.14.5

05 Feb 15:02
Compare
Choose a tag to compare

1.14.5 - 2025-02-05

Compare with 1.14.4

Bug Fixes

  • Remove type from property docstring summary in summary sections (15f2cd4 by Uchechukwu Orji). PR-242