Releases: mkdocstrings/python
Releases · mkdocstrings/python
1.13.0
1.13.0 - 2024-12-26
Features
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 forpycon
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 theinherited_members
configuration option (6c5b5c3 by Timothée Mazzucotelli). Issue-189
Code Refactoring
- Render
*
and**
outside of cross-references in signatures (c4506f0 by Timothée Mazzucotelli). Needed-for-PR-216
1.12.2
1.12.2 - 2024-10-19
Bug Fixes
- Always render cross-references outside of signatures (73f11dc by Timothée Mazzucotelli). Issue-mkdocstrings#700
1.12.1
1.12.1 - 2024-10-14
Bug Fixes
1.12.0
1.12.0 - 2024-10-12
Build
- Drop support for Python 3.8 (6615c91 by Timothée Mazzucotelli).
Features
- Auto-summary of members (7f9757d by Timothée Mazzucotelli).
- Render function overloads (0f2c25c by Timothée Mazzucotelli).
- Parameter headings, more automatic cross-references (0176b83 by Timothée Mazzucotelli).
Code Refactoring
1.11.1
1.11.0
1.10.9
1.10.8
1.10.7
1.10.7 - 2024-07-25
Packaging
- Include tests and all relevant files for downstream packaging in source distribution