Releases: python-poetry/poetry
Releases · python-poetry/poetry
Release list
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
Fixed
- Fixed
addcommand picking up prereleases by default. - Fixed dependendency resolution on Windows when unpacking distributions.
- Fixed dependency resolution with post releases.
- Fixed dependencies being installed even if not necessary for current system.
0.8.1
0.8.0
Added
- Added support for Python 2.7.
- Added a fallback mechanism for missing dependencies.
- Added the
searchcommand. - Added support for local files as dependencies.
- Added the
self:updatecommand.
Changes
- Improved dependency resolution time by using cache control.
Fixed
- Fixed
install_requiresandextrasin generated sdist. - Fixed dependency resolution crash with malformed dependencies.
- Fixed errors when
licensemetadata 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
versioncommand to automatically bump the package's version. - Added a standalone installer to install
poetryisolated. - Added support for classifiers in
pyproject.toml. - Added the
scriptcommand.
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
inoperator. - Fixed
updatenot properly adding new packages to the lock file. - Fixed solver adding uninstall operations for non-installed packages.
- Fixed
newcommand creating invalidpyproject.tomlfiles.