Skip to content

Releases: zzhengnan/iscan

0.4.4

28 Dec 03:54
2373317
Compare
Choose a tag to compare

Misc

  • Add support for Python 3.11 and 3.12
  • Remove support for 3.7

0.4.3

24 Oct 01:10
75ef3b1
Compare
Choose a tag to compare

Misc

  • Add support for Python 3.10

0.4.2

23 Jun 04:14
7241097
Compare
Choose a tag to compare

New features

  • Add import counts in the report
  • Add option to sort report alphabetically
  • Prettify report

0.4.1

13 Jun 04:03
ad675dd
Compare
Choose a tag to compare

New features

  • Python API

Misc

  • Add mypy support

0.4.0

03 Jun 04:10
Compare
Choose a tag to compare

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

06 Aug 02:30
Compare
Choose a tag to compare

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

05 Aug 13:18
Compare
Choose a tag to compare

Misc

  • Include test files within source distribution

0.3.3

05 Aug 02:45
Compare
Choose a tag to compare

Misc

  • Include license file within source distribution

0.3.2

17 Jun 01:39
86ac94e
Compare
Choose a tag to compare

Bug fixes

  • When -x DIR_TO_EXCLUDE is provided, sub-directories under DIR_TO_EXCLUDE are not excluded

0.3.1

08 Jun 00:44
60784c8
Compare
Choose a tag to compare

New features

  • Command line interface