Changelog¶
0.4.3 - Released on 2026-01-27¶
Bugfix: relative import on python 3.10 looks not working properly.
0.4.2 - Released on 2026-01-27¶
Feature: autorize string to be passed to tamahagane.Scanner.scan() parameter ignore.
Update the doc.
0.4.1 - Released on 2026-01-26¶
Feature: Parameter
ignoreadded to method tamahagane.Scanner.scan(). The scan method can ignore module or package during a scan.
0.4.0 - Released on 2026-01-25¶
APIBreak: Add the wrapped method as first parameter of tamahagane.attach method.
Bugfix: A tamahagane.Scanner.scan() call will not load previously cached hook outside of the given module.
Feature: tamahagane.Scanner.scan() support, module, absolute name and relative names.
0.3.0 - Released on 2026-01-25¶
APIBreak: stop exposing the scanner in the callback, only the registry.
0.2.0 - Released on 2026-01-25¶
APIBreak: drop scan module directly, module name required.
Add support of relative package.
Add caching to avoid side effects on re-import.
0.1.1 - Released on 2026-01-25¶
Initial Release