All Versions
75
Latest Version
Avg Release Cycle
40 days
Latest Release
942 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v1.6.5 Changes
May 11, 2016- โ Add warning that pip >= 8.1.2 is not supported until 1.7.x is out
-
v1.6.4 Changes
May 03, 2016- ๐ Incorporate fix for atomic file saving behaviour on the Windows platform (see #351)
-
v1.6.3 Changes
May 02, 2016- PyPI won't let me upload 1.6.2
-
v1.6.2 Changes
May 02, 2016- ๐ง Respect pip configuration from pip.{ini,conf}
- ๐ Fixes for atomic-saving of output files on Windows (see #351)
-
v1.6.1 Changes
April 06, 2016Minor changes:
- ๐ pip-sync now supports being invoked from within and outside an activated virtualenv (see #317)
- โฌ๏ธ pip-compile: support -U as a shorthand for --upgrade
- ๐ pip-compile: support pip's --no-binary and --binary-only flags
๐ Fixes:
- ๐ Change header format of output files to mention all input files
-
v1.6 Changes
February 05, 2016Major change:
- ๐ฆ pip-compile will by default try to fulfill package specs by looking at
a previously compiled output file first, before checking PyPI. This means
pip-compile will only update the requirements.txt when it absolutely has to.
To get the old behaviour (picking the latest version of all packages from
PyPI), use the new
--upgrade
option.
Minor changes:
- ๐ Bugfix where pip-compile would lose "via" info when on pip 8 (see #313)
- ๐ Ensure cache dir exists (see #315)
- ๐ฆ pip-compile will by default try to fulfill package specs by looking at
a previously compiled output file first, before checking PyPI. This means
pip-compile will only update the requirements.txt when it absolutely has to.
To get the old behaviour (picking the latest version of all packages from
PyPI), use the new
-
v1.5 Changes
January 23, 2016- โ Add support for pip >= 8
- โฌ๏ธ Drop support for pip < 7
- ๐ Fix bug where
pip-sync
fails to uninstall packages if you're using the--no-index
(or other) flags
-
v1.4.5 Changes
January 20, 2016- โ Add
--no-index
flag topip-compile
to avoid emitting--index-url
into the output (useful if you have configured a different index in your global ~/.pip/pip.conf, for example) - ๐ Fix: ignore stdlib backport packages, like
argparse
, when listing which packages will be installed/uninstalled (#286) - ๐ Fix pip-sync failed uninstalling packages when using
--find-links
(#298) - Explicitly error when pip-tools is used with pip 8.0+ (for now)
- โ Add
-
v1.4.4 Changes
January 11, 2016- ๐ Fix: unintended change in behaviour where packages installed by
pip-sync
could accidentally get upgraded under certain conditions, even though the requirements.txt would dictate otherwise (see #290)
- ๐ Fix: unintended change in behaviour where packages installed by
-
v1.4.3 Changes
January 06, 2016- ๐ Fix: add
--index-url
and--extra-index-url
options topip-sync
- ๐ Fix: always install using
--upgrade
flag when runningpip-sync
- ๐ Fix: add