All Versions
75
Latest Version
Avg Release Cycle
40 days
Latest Release
942 days ago

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, 2016

    Minor 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, 2016

    Major 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)
  • 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 to pip-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)
  • 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)
  • v1.4.3 Changes

    January 06, 2016
    • ๐Ÿ›  Fix: add --index-url and --extra-index-url options to pip-sync
    • ๐Ÿ›  Fix: always install using --upgrade flag when running pip-sync