Releases: zzhengnan/iscan
Releases · zzhengnan/iscan
0.4.4
Misc
- Add support for Python 3.11 and 3.12
- Remove support for 3.7
0.4.3
Misc
- Add support for Python 3.10
0.4.2
New features
- Add import counts in the report
- Add option to sort report alphabetically
- Prettify report
0.4.0
New features
--ignore-std-lib
flag to toggle whether standard library modules will be omitted from the output
- Utility to scrape for standard library modules for a given Python version
Misc
- Break up workflow with more modularized functions
0.3.5
Misc
- Turn test directories into sub-packages: This is to enable the usage of
pytest --pyargs iscan
in conda-forge's staged recipe
0.3.4
Misc
- Include test files within source distribution
0.3.3
Misc
- Include license file within source distribution
0.3.2
Bug fixes
- When
-x DIR_TO_EXCLUDE
is provided, sub-directories under DIR_TO_EXCLUDE
are not excluded