Releases: mkdocstrings/python
Releases · mkdocstrings/python
1.18.0
1.18.0 - 2025-08-26
Features
- Support PEP 695 generics (dc8c3ad by Victor Westerhuis). PR-221, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
Bug Fixes
- Increase maximum recursion limit in case of deeply nested ASTs (rare occurrence) (6004ccf by Timothée Mazzucotelli). Issue-griffe-402
1.17.0
1.17.0 - 2025-08-14
Features
- Support new Griffe parsing options
warn_missing_types
andwarnings
(0e3bdb8 by Timothée Mazzucotelli). Issue-mkdocstrings-437 - Add
skip_local_inventory
option to prevent objects from being registered in the local objects inventory (e82c24f by Bartosz Sławecki). Issue-296, Issue-mkdocstrings-671, PR-297 - Support hiding attribute values (6cf34b9 by Bartosz Sławecki). Issue-292: #292, PR-293: #293
- Support hiding implementation signature (showing overload only) (d3b35e1 by Bartosz Sławecki). Issue-213, PR-286
Code Refactoring
1.16.12
1.16.12 - 2025-06-03
Bug Fixes
1.16.11
1.16.11 - 2025-05-24
Bug Fixes
- Fix highlighting for signature with known special names like
__init__
(7f95686 by Timothée Mazzucotelli). Issue-mkdocstrings-757 - Use default font-size for parameter headings (0a35b20 by Timothée Mazzucotelli). Issue-mkdocstrings-697
- Prevent uppercasing H5 titles (by Material for MkDocs) (ba66969 by Timothée Mazzucotelli). Issue-mkdocstrings-697, Issue-276
- Use configured heading even when signature is not separated (096960a by Timothée Mazzucotelli). Issue-mkdocstrings-767, PR-278
- Render attribute names without full path in ToC (d4e618a by David Lee). Issue-271, PR-272
1.16.10
1.16.9
1.16.9 - 2025-04-03
Bug Fixes
1.16.8
1.16.8 - 2025-03-24
Bug Fixes
- Prevent infinite recursion by detecting parent-member cycles (f3917e9 by Timothée Mazzucotelli). Issue-griffe-368
Code Refactoring
1.16.7
1.16.7 - 2025-03-20
Code Refactoring
1.16.6
1.16.6 - 2025-03-18
Deprecations
Importing from submodules is now deprecated: the public API is fully exposed under the top-level mkdocstrings_handler.python
module.