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

Changelog History
Page 4

  • v4.3.0 Changes

    November 25, 2019

    πŸ”‹ Features:

    • βž• Add Python 3.8 support (#956). Thanks @hramezani
    • πŸ“¦ Unpin commented out unsafe packages in requirements.txt (#975). Thanks @atugushev

    πŸ› Bug Fixes:

    • πŸ›  Fix pip-compile doesn't copy --trusted-host from requirements.in to requirements.txt (#964). Thanks @atugushev
    • βž• Add compatibility with pip>=20.0 (#953 and #978). Thanks @atugushev
    • πŸ›  Fix a bug where the resolver wouldn't clean up the ephemeral wheel cache (#968). Thanks @atugushev

    πŸ‘Œ Improved Documentation:

    • βž• Add a note to README about requirements.txt file, which would possibly interfere if you're compiling from scratch (#959). Thanks @hramezani
  • v4.2.0 Changes

    October 12, 2019

    πŸ”‹ Features:

    • βž• Add --ask option to pip-sync (#913). Thanks @georgek

    πŸ› Bug Fixes:

    • βž• Add compatibility with pip>=19.3 (#864, #904, #910, #912 and #915). Thanks @atugushev
    • Ensure pip-compile --no-header <blank requirements.in> creates/overwrites requirements.txt (#909). Thanks @AndydeCleyre
    • πŸ›  Fix pip-compile --upgrade-package removes Β«viaΒ» annotation (#931). Thanks @hramezani

    πŸ‘Œ Improved Documentation:

    • βž• Add info to README about layered requirements files and -c flag (#905). Thanks @jamescooke
  • v4.1.0 Changes

    August 26, 2019

    4.1.0 (2019-08-26)

    πŸ”‹ Features:

    • βž• Add --no-emit-find-links option to pip-compile (#873). Thanks @jacobtolar

    πŸ› Bug Fixes:

    • πŸ–¨ Prevent --dry-run log message from being printed with --quiet option in pip-compile (#861). Thanks @ddormer
    • πŸ›  Fix resolution of requirements from Git URLs without -e (#879). Thanks @andersk
  • v4.0.0 Changes

    July 25, 2019

    4.0.0 (2019-07-25)

    Backwards Incompatible Changes:

    • ⬇️ Drop support for EOL Python 3.4 (#803). Thanks @auvipy

    πŸ› Bug Fixes:

  • v3.9.0 Changes

    July 17, 2019

    3.9.0 (2019-07-17)

    πŸ”‹ Features:

    • πŸ–¨ Print provenance information when pip-compile fails (#837). Thanks @jakevdp

    πŸ› Bug Fixes:

    • 🌲 Output all logging to stderr instead of stdout (#834). Thanks @georgek
    • πŸ›  Fix output file update with --dry-run option in pip-compile (#842). Thanks @shipmints and @atugushev
  • v3.8.0 Changes

    June 06, 2019

    πŸ”‹ Features:

    • ⬆️ Options --upgrade and --upgrade-package are no longer mutually exclusive (#831). Thanks @adamchainz

    πŸ› Bug Fixes:

    • πŸ›  Fix --generate-hashes with bare VCS URLs (#812). Thanks @jcushman
    • πŸ›  Fix issues with UnicodeError when installing pip-tools from source in some systems (#816). Thanks @AbdealiJK
    • Respect --pre option in the input file (#822). Thanks @atugushev
    • ⬆️ Option --upgrade-package now works even if the output file does not exist (#831). Thanks @adamchainz
  • v3.7.0 Changes

    May 09, 2019

    πŸ”‹ Features:

    πŸ› Bug Fixes:

    • πŸ›  Fix replacing password to asterisks in pip-compile (#808). Thanks @atugushev
  • v3.6.1 Changes

    April 24, 2019

    πŸ› Bug Fixes:

  • v3.6.0 Changes

    April 03, 2019

    3.6.0 (2019-04-03)

    πŸ”‹ Features:

    • πŸ”€ Show less output on pip-sync with --quiet option (#765). Thanks @atugushev
    • πŸ‘Œ Support the flag --trusted-host in pip-sync (#777). Thanks @firebirdberlin
  • v3.5.0 Changes

    March 12, 2019

    πŸ”‹ Features:

    • 0️⃣ 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