Files
pipenv/HISTORY.txt
T
Nate Prewitt 0584e86a77 update HISTORY
2017-03-12 16:32:52 -06:00

158 lines
4.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
3.5.3:
- Add six to vendored libraries.
- Support for --ignore-hashes added to install command.
3.5.2:
- Vendor all the things!
- get-pipenv.py.
3.5.1:
- Basic Windows support!
3.5.0
- Fully support multiple sources in Pipfile.
- Support multiple project directories with same name.
- Better support for non-standard project directory names.
- Support for VCS dependencies.
3.4.2
- Attempt installing from all sources in Pipfile.
- Fix bug with accidental deletion of Pipfile contents.
- Update dependencies to work correctly with pipsi.
3.4.1
- --no-interactive mode now activates automatically when needed.
3.4.0
- --no-interactive mode added.
- Properly handle non-standard versioning schemes including Epochs.
- Handle percent-encoded filenames.
- Fixed Bug with Pipfile initializations.
- Streamlined file locations for projects.
- Improved package name resolution.
- Testing!
3.3.6:
- $ pipenv --venv option.
- $ pipenv --rm option.
3.3.5:
- Disable spinner by setting PIPENV_NOSPIN=1 environment variable.
3.3.4:
- Fix PIPENV_VENV_IN_PROJECT mode.
- Fix PIPENV_SHELL_COMPAT mode.
3.3.3:
- Spinners!
- Shell compatibility mode ($ pipenv shell -c).
- Classic virtualenv location (within project) mode.
- Removal of $ pipenv install --requirements.
- Addition of $ pipenv lock -r.
3.3.2:
- User-configuraable max-depth for Pipfile searching.
- Bugfix.
3.3.1:
- Bugfix for install.
3.3.0:
- Use pew to manage virtual environments.
- Improved dashed version parsing.
3.2.14:
- Give --python precedence over --three/--two.
- Improvements for lockfile output for specific problematic packages.
- Bug fixes.
3.2.13:
- Improved stderr output for --requirements.
- Bug fixes.
3.2.12:
- Disable colors by setting PIPENV_COLORBLIND=1 environment variable.
3.2.11:
- Properly use pinned versions from Pipfile in Pipfile.lock
3.2.10:
- Fix bugs.
3.2.9:
- Remove remporary requirements.txt after installation.
- Add support for --python option, for specifying any version of Python.
- Read source Pipfile.lock.
3.2.8:
- Lock before installing all depdendencies, if lockfile isn't present.
3.2.7:
- Cache proper names for great speed increases.
3.2.6:
- Bug fixes.
3.2.5:
- Significant speed improvements for pipenv run and pipenv shell.
- Shell completion via click-completion.
- Perform package name normalization as best effort attempt.
3.2.4:
- $ pipenv uninstall --all
- Don't uninstall setuptools, wheel, pip, or six.
- Improvements to Pipfile re-ordering when writing.
- Fix proper casing mechanism.
- Prevent invalid shebangs with Homebrew Python.
- Fix parsing issues with https://pypi.org/simple.
- Depend on 'pipfile' package.
3.2.3:
- $ pip uninstall --dev
- Minor refactoring.
- Improved error messaging for missing SHELL environment variables.
3.2.2:
- Better support for fish terminal.
3.2.1:
- Ensure proper casing of all Pipfile-specified packages.
3.2.0:
- Improved proper casing handling for mis-named packages.
- Support for $ pipenv install django-debug-toolbar.
- Minor cleanups.
- Fix for Python 3.
3.1.9:
- Bug fix.
3.1.8:
- Bug fix.
3.1.7:
- Actual Python 3 fix.
3.1.6:
- Python 3 fix.
3.1.5:
- Proper name resolver!
3.1.4:
- $ pip install --requirements.
3.1.3:
- Python 3 fix.
3.1.2:
- Python 3 fix.
3.1.1:
- Improved pip output (integrate with tool better).
- Pass exit code of $ pipenv run commands.
3.1.0:
- Check hashes upon installation!
3.0.1:
- Oops, version jump.
- Fix for $ pip uninstall --lock.
3.0.0:
- Speed of locking improved.
- Lock now uses downloads instead of installation functionality.
- Lock fix.
- Removed $ pipenv install -r functionality.
- Removal of $ pipenv lock --dev.
- Addition of $ pipenv install/uninstall --lock.
- Preliminary (non-enforced) hash functionality.
0.2.9:
- Enhancedenhanced PEP 508 checking capabilities!
0.2.8:
- Enhanced PEP 508 checking capabilities!
0.2.7:
- Better workflow options for --three / --two.
0.2.6:
- Fix for bash shell invocation.
- Better support for comments in requirements.txt files.
- Support for Pipfile's [[source]].
- Pretty colors for help.
- Refactors.
0.2.5:
- Enhanced terminal resizing.
- Cleanups from PRs: typos.
- Better --where output when no Pipfile is present.
- Fix for Python 3.
- Rely directly on pexpect.
0.2.4:
- Fix for bash shell.
0.2.3:
- Support for Fish and Csh shells.
0.2.1:
- Trove classifiers.
0.2.0:
- Added support for $ pipenv --three / --two, for initializing virtualenvs with a specific Python version.
- Added support for VCS-backed installs, including editables.
- TODO: Still need to support non-git-backed VCS installations in Pipfiles.