Skip to content

Releases: damnever/pigar

v0.10.0rc0

14 Mar 08:00
Compare
Choose a tag to compare
v0.10.0rc0 Pre-release
Pre-release
  • Refactored the main logic, the interface has been changed, be careful if you are using pigar as a library.
  • Handle the HTTP error, fixed #61.
  • Ignore local packages quietly, fixed #47, #58 and #65.

Thank @bganglia for the following contributions:

  • Add Jupyter notebook(.ipynb) support, refer to #69.
  • Option to turn off filenames and line numbers in requirements.txt, refer to #65.
  • Fix check path, refer to #64.
  • And more.

0.9.2

11 Apr 13:16
f98b26a
Compare
Choose a tag to compare

IMPROVEMENT

  • Make version comparison operator configurable, fix #37

0.9.1

17 Feb 03:11
a7fe92f
Compare
Choose a tag to compare

FIXED

  • Fix potential security vulnerabilities and #49

0.9.0

12 Aug 08:58
Compare
Choose a tag to compare

Optimization

  • Reuse connections.
  • Update database.

FIXED

0.7.2

24 Apr 14:56
Compare
Choose a tag to compare

FIXED

0.7.1

07 Nov 13:11
Compare
Choose a tag to compare

FIXED

0.7.0

03 Jun 01:21
Compare
Choose a tag to compare

FIXED

  • Fixed the .egg suffix which caused by sudo pip install ... on Ubuntu.
  • Workaround for special packages, such as #29

0.6.10

17 Jun 10:35
Compare
Choose a tag to compare

FIXED

  • Fixed #26.
  • Fixed relative import issue.

0.6.9

08 May 08:38
Compare
Choose a tag to compare

FIXED

  • Fixed ImportError.

0.6.8

08 May 06:44
Compare
Choose a tag to compare
0.6.8 Pre-release
Pre-release

NEW

  • Flask extension supported.

IMPROVEMENT

  • Sorted requirements.
  • Use gevent if possible.