Skip to content

Release 2.0

Choose a tag to compare

@gilgamezh gilgamezh released this 27 Feb 17:15
· 841 commits to master since this release
  • Have a system-wide cache for created virtualenvs: improves reusing
    and speed
  • As a result of previous feature, don't store metadata per-script
    (in the script) anymore
  • Allow to indicate the project name if the module is different
    (e.g. "import bs4 # fades.pypi beautifulsoup4 == 3.5")
  • Support complex version requirements (e.g. "<2.6,>1.3,!=1.9")
  • Handle packages that whose names are changed by pip
  • Other minor bugfixes and improvements

All issues included on this release here