Skip to content

Releases: jazzband/pip-tools

3.6.1

24 Apr 14:12
Compare
Choose a tag to compare

Bug Fixes:

3.6.0

03 Apr 17:59
Compare
Choose a tag to compare

3.6.0 (2019-04-03)

Features:

3.5.0

12 Mar 21:35
Compare
Choose a tag to compare

Features:

  • Show default index url provided by pip (#735). Thanks @atugushev
  • Add an option to allow enabling/disabling build isolation (#758). Thanks @atugushev

Bug Fixes:

  • Fix the output file for pip-compile with an explicit setup.py as source file (#731). Thanks @atugushev
  • Fix order issue with generated lock file when hashes and markers are used together (#763). Thanks @milind-shakya-sp

3.4.0

19 Feb 19:27
Compare
Choose a tag to compare

Features:

  • Add option --quiet to pip-compile (#720). Thanks @bendikro
  • Emit the original command to the pip-compile's header (#733). Thanks @atugushev

Bug Fixes:

  • Fix pip-sync to use pip script depending on a python version (#737). Thanks @atugushev

3.3.2

26 Jan 17:31
Compare
Choose a tag to compare

Bug Fixes:

  • Fix pip-sync with a temporary requirement file on Windows (#723). Thanks @atugushev
  • Fix pip-sync to prevent uninstall of stdlib and dev packages (#718). Thanks @atugushev

3.3.1

24 Jan 16:11
Compare
Choose a tag to compare
  • Re-release of 3.3.0 after fixing the deployment pipeline (#716). Thanks @atugushev

3.3.0

23 Jan 22:34
Compare
Choose a tag to compare

Features:

  • Added support of pip 19.0 (#715). Thanks @atugushev
  • Add --allow-unsafe to update instructions in the generated requirements.txt (#708). Thanks @richafrank

Bug Fixes:

3.2.0

19 Dec 00:01
Compare
Choose a tag to compare

Features:

  • Apply version constraints specified with package upgrade option (-P, --upgrade-package)
    (#694). Thanks @richafrank

3.1.0

05 Oct 19:11
Compare
Choose a tag to compare

Features:

3.0.0

24 Sep 16:42
Compare
Choose a tag to compare

Major changes:

Features:

  • Removed the dependency on the external library first (#676). Thanks @jdufresne