- Should work under Windows from now on
- Now also invokable as
python -m pip_review
- Should be compatible with older version of pip
- Should be compatible with systems that don't include pip
- Lists Python 3 as supported on the Python Package Index
- Show and install only release updates by default (Rick Vause)
- Enable pre-release versions using the --pre flag (Rick Vause)
- Redistribute pip-review as a standalone package (Julian Gonggrijp)
- 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