- Fix bug where non-PyPI packages inside .pipignore broke things when running pip-review
- Bugfixes related to non-existing requirements files
- Add unofficial Python3 compatibility
- Improve logging semantics (John Mark Schofield)
- Remove
verlib
dependency (it's officially unmaintained) (Vladimir Rudnyh) - Adds package name guessing using PyPI's
/simple
API endpoint (Vladimir Rudnyh)
- Add
--local
flag, to only review packages from the virtual env, ignoring globally installed packages
- Compares versions, so version numbers reported are always higher than the current versions (assumes PEP 386 compliance)
- Detects more filename patterns for requirements files
- Python 2.6 support
- Fix --editables support
- Initial release