Releases: mkdocstrings/python
Releases · mkdocstrings/python
1.10.7
1.10.7 - 2024-07-25
Packaging
- Include tests and all relevant files for downstream packaging in source distribution
1.10.6
1.10.5
1.10.5 - 2024-06-19
Bug Fixes
1.10.4
1.10.4 - 2024-06-18
Code Refactoring
- Only filter out imported objects instead of non-public ones after applying filters (e2f4b35 by Timothée Mazzucotelli). Issue-mkdocstrings/griffe-294
- Update code for Griffe 0.46 to avoid deprecation warnings (321b407 by Timothée Mazzucotelli).
- Change
load_external_modulesdefault value toNoneto support new default mode in Griffe (ae5896c by Timothée Mazzucotelli).
1.10.3
1.10.3 - 2024-05-22
Bug Fixes
1.10.2
1.10.1
1.10.1 - 2024-05-14
Build
- Depend on mkdocstrings 0.25 which adds support for parameter
oncewhen logging messages (2bc156b by Timothée Mazzucotelli).
Code Refactoring
- Set handler's name (a71ab12 by Timothée Mazzucotelli).
- Update
*.htmltop-level templates to extend the*.html.jinjabase templates (a8c540e by Timothée Mazzucotelli). Issue-151 - Update
*.htmlbase templates to extend their*.html.jinjacounterpart, while overriding thelogsblock to issue a logging message (info) stating that extending*.htmltemplates is deprecated (e6f1b9c by Timothée Mazzucotelli). Issue-151 - Add
*.html.jinjatop-level (overridable) templates, extending their base counterpart (7c14924 by Timothée Mazzucotelli). Issue-151 - Add
*.html.jinjabase templates, which are copies of*.htmltemplates, with an additionallogsblock, and using the updatedget_templatefilter (eced9a5 by Timothée Mazzucotelli). Issue-151 - Update
get_templatefilter to support both*.htmland*.html.jinjatemplates, logging a message (info) when*.htmltemplates are overridden by users (3546fd7 by Timothée Mazzucotelli). Issue-151 - Log a warning when base templates are overridden (26e3d66 by Timothée Mazzucotelli). Issue-151