Skip to content

Version 2.6.2

Choose a tag to compare

@Technologicat Technologicat released this 14 Jul 08:24
· 70 commits to master since this release

Hotfix.

Fixed

  • --module-level no longer drops modules that import nothing, along with every edge into them. A module with no import statements was never registered in the analyzed set, so it received no node — and prepare_graph then discarded each dependency edge pointing at it, with no warning. Leaf modules (constants, small helpers, plain dataclass definitions) are exactly that shape, so a module dependency graph could omit real dependencies while looking perfectly clean. The call-graph mode was unaffected. (#138)