Skip to content

Releases: mkdocstrings/griffe

1.11.1

11 Aug 11:38
Compare
Choose a tag to compare

1.11.1 - 2025-08-11

Compare with 1.11.0

Bug Fixes

  • Fix type parameters loading (ce41279 by Timothée Mazzucotelli).

Code Refactoring

  • Move private _griffe package under griffe._internal (8f37158 by Timothée Mazzucotelli).

1.11.0

07 Aug 18:23
Compare
Choose a tag to compare

1.11.0 - 2025-08-07

Compare with 1.10.0

Features

  • Add data to dict/json output (9731afc by Timothée Mazzucotelli).

1.10.0

06 Aug 09:19
Compare
Choose a tag to compare

1.10.0 - 2025-08-06

Compare with 1.9.0

Features

  • Allow adding sys.path to search paths when temporary visiting/inspecting package (42983bc by Timothée Mazzucotelli).

1.9.0

28 Jul 17:45
Compare
Choose a tag to compare

1.9.0 - 2025-07-28

Compare with 1.8.0

Features

1.8.0

22 Jul 23:46
Compare
Choose a tag to compare

1.8.0 - 2025-07-23

Compare with 1.7.3

Features

  • Add method to functions and classes to build and return a stringified signature (8ef1486 by ISOREX). Discussion-376, PR-381, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
  • Enhance Sphinx-style parameter parsing to handle invalid type info (cbce5a2 by Edouard Choinière). PR-396
  • Parse Sphinx parameter types as expressions (70dda21 by Edouard Choinière). PR-392

Bug Fixes

Code Refactoring

  • Be more consistent regarding not overriding submodules with aliases (be1963c by Timothée Mazzucotelli).
  • Allow ExprName.parent to be of type griffe.Function (acafbd8 by Edouard Choinière). Issue-391, PR-395
  • Normalize labels for attributes (1b376cd by Timothée Mazzucotelli).

1.7.3

23 Apr 11:28
Compare
Choose a tag to compare

1.7.3 - 2025-04-23

Compare with 1.7.2

Bug Fixes

  • Don't output color codes with GitHub format (2666399 by Timothée Mazzucotelli). Issue-378

Code Refactoring

1.7.2

01 Apr 14:38
Compare
Choose a tag to compare

1.7.2 - 2025-04-01

Compare with 1.7.1

Bug Fixes

1.7.1

29 Mar 12:05
Compare
Choose a tag to compare

1.7.1 - 2025-03-29

Compare with 1.7.0

Bug Fixes

  • Never raise alias resolution error when resolving a name from an __init__ method scope (949ff7d by Timothée Mazzucotelli). Issue-374

1.7.0

27 Mar 15:32
Compare
Choose a tag to compare

1.7.0 - 2025-03-27

Compare with 1.6.3

Dependencies

  • Remove dependency to astunparse (Python 3.8-) (fd052b1 by Timothée Mazzucotelli).

Features

  • Add warnings parameter to docstring parsers, allowing to disable all warning logs when parsing docstrings (7ac01ba by Timothée Mazzucotelli). Issue-293

1.6.3

26 Mar 12:47
Compare
Choose a tag to compare

1.6.3 - 2025-03-26

Compare with 1.6.2

Bug Fixes

Code Refactoring

  • Improve objects conversion to annotation during dynamic analysis (716d27b by Timothée Mazzucotelli). Issue-369