Releases: mkdocstrings/griffe
Releases · mkdocstrings/griffe
1.5.6
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).
1.5.5
1.5.5 - 2025-01-16
Compare with 1.5.4
Bug Fixes
- Fix check command's Markdown output format not displaying parameter names (5e7af22 by Timothée Mazzucotelli).
- Don't output empty change for removed objects when using GitHub output format (check command) (6842372 by Timothée Mazzucotelli). Issue-349
1.5.4
1.5.4 - 2024-12-26
Compare with 1.5.3
Bug Fixes
- Append trailing comma to length-1 tuples (4fccca7 by Timothée Mazzucotelli). Issue-343
Performance Improvements
- Avoid dictionary creation when accessing members of non-classes with subscript syntax (0279998 by Timothée Mazzucotelli).
1.5.3
1.5.3 - 2024-12-26
Compare with 1.5.2
Code Refactoring
- Stop caching objects' inherited members, aliases' members and inherited members, classes' resolved bases (e8db3a2 by Timothée Mazzucotelli). Issue-346