Releases: mkdocstrings/python
Releases · mkdocstrings/python
1.16.6
18 Mar 15:34
Compare
Sorry, something went wrong.
No results found
1.16.6 - 2025-03-18
Compare with 1.16.5
Deprecations
Importing from submodules is now deprecated: the public API is fully exposed under the top-level mkdocstrings_handler.python
module.
Bug Fixes
Add back default compiled filters (regression) (2d83900 by Timothée Mazzucotelli). Issue-264
Code Refactoring
Start logging warnings instead of info messages about deprecated use of templates (7606f33 by Timothée Mazzucotelli).
Move modules into internal folder, expose API in top-level module (93a68d0 by Timothée Mazzucotelli).
1.16.5
10 Mar 18:02
Compare
Sorry, something went wrong.
No results found
1.16.4
10 Mar 12:31
Compare
Sorry, something went wrong.
No results found
1.16.3
08 Mar 21:58
Compare
Sorry, something went wrong.
No results found
1.16.3 - 2025-03-08
Compare with 1.16.2
Build
Depend on mkdocstrings 0.28.3 (9fa4f16 by Timothée Mazzucotelli).
Bug Fixes
Code Refactoring
Import from top-level mkdocstrings
module (da2ba13 by Timothée Mazzucotelli).
1.16.2
24 Feb 16:18
Compare
Sorry, something went wrong.
No results found
1.16.1
18 Feb 20:48
Compare
Sorry, something went wrong.
No results found
1.16.0
17 Feb 14:45
Compare
Sorry, something went wrong.
No results found
1.15.1
17 Feb 14:37
Compare
Sorry, something went wrong.
No results found
1.15.0
11 Feb 16:04
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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