Releases: python-poetry/poetry
Releases · python-poetry/poetry
0.8.2
0.8.1
0.8.0
Added
- Added support for Python 2.7.
- Added a fallback mechanism for missing dependencies.
- Added the
search
command. - Added support for local files as dependencies.
- Added the
self:update
command.
Changes
- Improved dependency resolution time by using cache control.
Fixed
- Fixed
install_requires
andextras
in generated sdist. - Fixed dependency resolution crash with malformed dependencies.
- Fixed errors when
license
metadata is not set. - Fixed missing information in lock file.
0.7.1
0.7.0
Added
- Added compatibility with Python 3.4 and 3.5.
- Added the
version
command to automatically bump the package's version. - Added a standalone installer to install
poetry
isolated. - Added support for classifiers in
pyproject.toml
. - Added the
script
command.
Changed
- Improved dependency resolution to avoid unnecessary operations.
- Improved dependency resolution speed.
- Improved CLI reactivity by deferring imports.
- License classifer is not automatically added to classifers.
Fixed
- Fixed handling of markers with the
in
operator. - Fixed
update
not properly adding new packages to the lock file. - Fixed solver adding uninstall operations for non-installed packages.
- Fixed
new
command creating invalidpyproject.toml
files.
0.6.5
0.6.4
0.6.3
Fixed
- Fixed built wheels not getting information from the virtualenv.
- Fixed building wheel with conditional extensions.
- Fixed missing files in built wheel with extensions.
- Fixed call to venv binaries on windows.
- Fixed subdependencies representation in lock file.