Skip to content

2.2.2 — Hotfix

Choose a tag to compare

@Technologicat Technologicat released this 22 Mar 23:44
· 160 commits to master since this release

Bug fixes

  • Namespace packages lose cross-module edges — when a regular package
    (with __init__.py) called into a namespace package (without
    __init__.py), the edge was silently lost. The analyzer now auto-infers
    the project root from the input filenames and uses it consistently for
    all module name resolution. (#117 — thanks @doctorgu)

See CHANGELOG.md for full details.