Releases: LukasNiessen/ArchUnitPython
Releases · LukasNiessen/ArchUnitPython
Release list
v1.2.1
1.2.1 (2026-06-28)
Bug Fixes
- extract_graph: validate AST line number before range lookup (84c9ef4)
Performance Improvements
- extract_graph: optimize file path normalization (14b4a95)
- extract_graph: replace linear search in
_in_type_checking()with binary search (1285b5e)
Reverts
- Reverted the binary search implementation in
_in_type_checking()function. (d06a455)
v1.2.0
v1.1.2
v1.1.1
v1.1.0
v1.0.1
v1.0.0
1.0.0 (2026-04-02)
- feat!: rename package from archunitpy to archunitpython (95c0b3a)
Bug Fixes
- deps: bump the actions-updates group with 7 updates (54521e4)
- lint issues (d69666b)
- pypi packaging config (5bc8b8e)
- README (9d41438)
- resolve all ruff lint errors (3a349f9)
- update README (e3e8949)
BREAKING CHANGES
- Package import changed from
import archunitpyto
import archunitpython.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com