Skip to content

Releases: mkdocstrings/griffe

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

1.6.2

20 Mar 12:40
Compare
Choose a tag to compare

1.6.2 - 2025-03-20

Compare with 1.6.1

Code Refactoring

  • Maintain exports order (__all__) (ded36bf by Timothée Mazzucotelli).

1.6.1

18 Mar 15:18
Compare
Choose a tag to compare

1.6.1 - 2025-03-18

Compare with 1.6.0

Bug Fixes

  • Extend exports from already expanded modules (7e708cf by Timothée Mazzucotelli). Issue-746
  • Update imports when merging stubs (5a92379 by Timothée Mazzucotelli). Issue-746
  • Don't alias attributes when inspecting (8063ba9 by Timothée Mazzucotelli). Issue-366
  • Register top-module in collection earlier (2c389b5 by Timothée Mazzucotelli).
  • Prevent recursion errors by not looking into inherited members when resolving base classes (87cbaf8 by Timothée Mazzucotelli).

1.6.0

01 Mar 13:55
Compare
Choose a tag to compare

1.6.0 - 2025-03-01

Compare with 1.5.7

Features

  • Allow passing literal docstring styles everywhere in the API, not just Parser enumeration values (053bf20 by Timothée Mazzucotelli).

Bug Fixes

1.5.7

11 Feb 13:38
Compare
Choose a tag to compare

1.5.7 - 2025-02-11

Compare with 1.5.6

Bug Fixes

  • Don't conflate passed argument with class member (instance attribute) (4791b0b by Timothée Mazzucotelli). Issue-357

1.5.6

30 Jan 14:58
Compare
Choose a tag to compare

1.5.6 - 2025-01-30

Compare with 1.5.5

Bug Fixes

  • Handle get/set descriptor objects as properties during dynamic analysis (bc3c75a by Timothée Mazzucotelli). Issue-354

Code Refactoring

  • Remove Google parser support for Deprecated sections (previously never used) (425aece by Timothée Mazzucotelli).