Releases: zyskarch/pytestarch
Releases · zyskarch/pytestarch
v4.0.0
8000
Changed
- Mechanism of exporting library modules
- Python formatting
- Support for python 3.13
Fixed
- KeyError when trying to check for imports of submodule by same submodule
v3.1.1
- Fixed link to documentation
v3.1.0
- Added support for exclusions of external libraries
v3.0.1
Fixes a regex syntax error in newer python versions.
v3.0.0
- Add support for python 3.12
- Drop support for python 3.8
v2.0.3
Fixes module resolution for nested modules with root and module path mismatch.
V2.0.2
Fix bug in module name resolution for absolute imports when using different root and module paths on generating an evaluable.
v2.0.1
Fix readme instructions on how to refer to modules.
v.2.0.0
Makes the matplotlib dependency optional, as it is not required for the core functionality.
v1.6.0
Adds support for type checking.