2.2.2 — Hotfix
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.