Skip to content

Releases: mkdocstrings/python

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

1.14.0

03 Feb 16:18
Compare
Choose a tag to compare

1.14.0 - 2025-02-03

Compare with 1.13.0

Features

Code Refactoring

  • Use dataclasses for configuration/options and automate schema generation (5ebeda6 by Timothée Mazzucotelli).

1.13.0

26 Dec 17:58
Compare
Choose a tag to compare

1.13.0 - 2024-12-26

Compare with 1.12.2

Features

  • Allow using Ruff to format signatures and attribute values (d67215c by dm). PR-216

Bug Fixes

  • Respect show_signature_annotations option for attribute signatures in headings (e93d166 by Timothée Mazzucotelli). Issue-griffe-pydantic#9
  • Handle __init__ overloads when merging into class (af6fab3 by Timothée Mazzucotelli). Issue-212
  • Actually check if a module is public when rendering auto-generated summary table for modules (3bf55b2 by Timothée Mazzucotelli). Issue-203
  • Never render line numbers for signatures and attribute values (a669f1c by Timothée Mazzucotelli). Issue-192
  • Respect highlight's linenums config for pycon examples in docstrings (53eb82a by Timothée Mazzucotelli). Related-to-#192
  • Fix normalization of extension paths on the annoying operating system and Python 3.13 (101a6dc by Timothée Mazzucotelli).
  • Don't merge parent __init__ docstring into class docstring if such inherited method wasn't selected through the inherited_members configuration option (6c5b5c3 by Timothée Mazzucotelli). Issue-189

Code Refactoring

1.12.2

19 Oct 17:54
Compare
Choose a tag to compare

1.12.2 - 2024-10-19

Compare with 1.12.1

Bug Fixes

1.12.1

14 Oct 11:34
Compare
Choose a tag to compare

1.12.1 - 2024-10-14

Compare with 1.12.0

Bug Fixes

  • Don't escape parameter default values (9dee4d4 by Timothée Mazzucotelli). Issue-191