Skip to content

Releases: damnever/pigar

0.6.7

13 Dec 02:15
Compare
Choose a tag to compare

NEW

  • If modules in the try...except... block, assume they are optional.

0.6.6

22 Nov 03:50
Compare
Choose a tag to compare

FIXED 💔

  • Fixed IndexError.

0.6.5

22 Nov 03:03
Compare
Choose a tag to compare
0.6.5 Pre-release
Pre-release

FIXED 💔

  • Fixed AttributeError.
  • Fixed PEP8 warning.

0.6.4

22 Nov 02:39
Compare
Choose a tag to compare
0.6.4 Pre-release
Pre-release

NEW

  • Support importlib.import_module and __import__. Thank @spacewander.

IMPROVEMENT

  • Removed useless code.
  • Cache modules, to avoid duplication of inspection.

FIXED

  • Fixed error for Python 2.7.6. Thank @spacewander.
  • Fixed error when using './xxx' as relative path. Thank @spacewander.

0.6.3

09 Nov 03:19
Compare
Choose a tag to compare

IMPROVEMENT and FIXED

  • Sort files, make comments more clearer.
  • Fixed grammar, to make the README clearer. Thank @roryokane and @flyingfisch.
  • Make it work with python -m pigar. Thank @lilydjwg.
  • Fixed the PEP8 warnings: #15.
  • Make output more clearer: #12.
  • Fixed UnicodeDecodeError for Python 3.

0.6.2

05 Nov 04:56
Compare
Choose a tag to compare

NEW

  • If requirements file is overwritten over, show difference between old and new.
  • Adjust the structure of the code.

0.6.1

03 Nov 02:43
Compare
Choose a tag to compare

FIXED

  • Fixed typo.
  • Fixed #7 : follow symlinks.

0.6.0

01 Nov 07:26
Compare
Choose a tag to compare

NEW

  • Enhancement: issue #7, show imported module come from which files.
  • Consider package installed via Git.
  • Add command "-i", used to ignore a list of directory.