Skip to content

Releases: mkdocstrings/python

1.11.1

03 Sep 17:20
Compare
Choose a tag to compare

1.11.1 - 2024-09-03

Compare with 1.11.0

Code Refactoring

  • Prepare relative_crossrefs and scoped_crossrefs insiders features (dd8b014 by Timothée Mazzucotelli).

1.11.0

03 Sep 13:05
Compare
Choose a tag to compare

1.11.0 - 2024-09-03

Compare with 1.10.9

Features

  • Hook into autorefs to provide context around cross-ref errors (bb4be5b by Timothée Mazzucotelli).

1.10.9

30 Aug 18:04
Compare
Choose a tag to compare

1.10.9 - 2024-08-30

Compare with 1.10.8

Build

  • Explicitly depend on mkdocs-autorefs to be able to specify lower bound (2299ab5 by Timothée Mazzucotelli).

Code Refactoring

  • Use new autorefs syntax (68cb72f by Timothée Mazzucotelli).

1.10.8

14 Aug 17:50
Compare
Choose a tag to compare

1.10.8 - 2024-08-14

Compare with 1.10.7

Build

  • Depend on Griffe 0.49 (a87dcad by Timothée Mazzucotelli).

1.10.7

25 Jul 16:17
Compare
Choose a tag to compare

1.10.7 - 2024-07-25

Compare with 1.10.6

Packaging

  • Include tests and all relevant files for downstream packaging in source distribution

1.10.6

25 Jul 15:58
Compare
Choose a tag to compare

1.10.6 - 2024-07-25

Compare with 1.10.5

Bug Fixes

  • Fix condition to display members (check all members, not just non-inherited ones) (3d838a9 by Timothée Mazzucotelli).

Code Refactoring

  • Update code for Griffe 0.48 (removing deprecation warnings) (eff10cc by Timothée Mazzucotelli). Issue-173

1.10.5

19 Jun 15:00
Compare
Choose a tag to compare

1.10.5 - 2024-06-19

Compare with 1.10.4

Bug Fixes

  • Mix both previous checks for displaying objects: not imported or public (587963b by Timothée Mazzucotelli). Issue-294

1.10.4

18 Jun 11:25
Compare
Choose a tag to compare

1.10.4 - 2024-06-18

Compare with 1.10.3

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_modules default value to None to support new default mode in Griffe (ae5896c by Timothée Mazzucotelli).

1.10.3

22 May 15:22
Compare
Choose a tag to compare

1.10.3 - 2024-05-22

Compare with 1.10.2

Bug Fixes

  • Don't crash when rendering the source of an object whose lineno is none (64df00b by Timothée Mazzucotelli). Issue-163

1.10.2

15 May 22:52
Compare
Choose a tag to compare

1.10.2 - 2024-05-16

Compare with 1.10.1

Bug Fixes

  • Actually make use of custom .html.jinja templates (5668abb by Timothée Mazzucotelli).