Releases: damnever/pigar
Releases · damnever/pigar
v0.10.0rc0
- 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
IMPROVEMENT
- Make version comparison operator configurable, fix #37
0.9.1
FIXED
- Fix potential security vulnerabilities and #49
0.9.0
Optimization
- Reuse connections.
- Update database.
FIXED
0.7.0
FIXED
- Fixed the
.egg
suffix which caused by sudo pip install ...
on Ubuntu.
- Workaround for special packages, such as #29
0.6.10
FIXED
- Fixed #26.
- Fixed relative import issue.
0.6.8
NEW
- Flask extension supported.
IMPROVEMENT
- Sorted requirements.
- Use gevent if possible.