Skip to content

Releases: mkdocstrings/python

1.16.10

03 Apr 14:24
Compare
Choose a tag to compare

1.16.10 - 2025-04-03

Compare with 1.16.9

Bug Fixes

1.16.9

03 Apr 14:01
Compare
Choose a tag to compare

1.16.9 - 2025-04-03

Compare with 1.16.8

Bug Fixes

  • Use toc_label option in a few missing places (337b46b by Timothée Mazzucotelli). Issue-267

1.16.8

24 Mar 11:24
Compare
Choose a tag to compare

1.16.8 - 2025-03-24

Compare with 1.16.7

Bug Fixes

  • Prevent infinite recursion by detecting parent-member cycles (f3917e9 by Timothée Mazzucotelli). Issue-griffe-368

Code Refactoring

  • Prepare feature for ordering by __all__ value (bfb5b30 by Timothée Mazzucotelli). Issue-219
  • Sort objects without line numbers last instead of first (681afb1 by Timothée Mazzucotelli).

1.16.7

20 Mar 11:44
Compare
Choose a tag to compare

1.16.7 - 2025-03-20

Compare with 1.16.6

Code Refactoring

  • Prepare public filtering method feature (fde2019 by Timothée Mazzucotelli). Issue-78

1.16.6

18 Mar 15:34
Compare
Choose a tag to compare

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
Choose a tag to compare

1.16.5 - 2025-03-10

Compare with 1.16.4

Code Refactoring

1.16.4

10 Mar 12:31
Compare
Choose a tag to compare

1.16.4 - 2025-03-10

Compare with 1.16.3

Bug Fixes

  • Fix de-duplication of summary sections (dc46ac9 by Timothée Mazzucotelli).

1.16.3

08 Mar 21:58
Compare
Choose a tag to compare

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
Choose a tag to compare

1.16.2 - 2025-02-24

Compare with 1.16.1

Build

  • Depend on mkdocs-autorefs >= 1.4 and mkdocstrings >= 0.28.2 (ea1ab49 by Timothée Mazzucotelli).

1.16.1

18 Feb 20:48
Compare
Choose a tag to compare

1.16.1 - 2025-02-18

Compare with 1.16.0

Bug Fixes

  • Give precedence to user-provided paths when they are already listed in sys.path (0f497d1 by Timothée Mazzucotelli). Issue-248