Skip to content

Releases: mkdocstrings/python

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

1.14.4

04 Feb 14:29
Compare
Choose a tag to compare

1.14.4 - 2025-02-04

Compare with 1.14.3

Bug Fixes

  • Deactivate Pydantic validation on Python 3.9 is eval-type-backport is not available (for modern typing syntax support) (0de0e5e by Timothée Mazzucotelli). Issue-241

1.14.3

04 Feb 01:31
Compare
Choose a tag to compare

1.14.3 - 2025-02-04

Compare with 1.14.2

Bug Fixes

  • Let dataclass implement __init__ method, set extra fields in get_options (477b9e4 by Timothée Mazzucotelli).

1.14.2

03 Feb 19:38
Compare
Choose a tag to compare

1.14.2 - 2025-02-03

Compare with 1.14.1

Bug Fixes

  • Deactivate Pydantic logic if v1 is installed instead of v2 (c5ecd70 by Timothée Mazzucotelli). Issue-240

1.14.1

03 Feb 16:54
Compare
Choose a tag to compare

1.14.1 - 2025-02-03

Compare with 1.14.0

Bug Fixes

  • Fix type errors with options during collection and docstring parsing (15ca6d8 by Timothée Mazzucotelli).