-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.4.0 Release #7357
Comments
Add #7208 to the list, it also needs a core release first though. |
[Minor] Maybe 1.4 could be a time to introduce |
I am working on it, however, I don't see the badge as something that has to be strictly connected to the Poetry release |
Suggestion to add in the list "Nice to have": |
python-poetry/cleo#299 Let's add this to the mix (I will make a new Cleo release with that fix) |
Would it be possible to add #7184 to the list here? |
This is already being covered by python-poetry/cleo#299 |
Ah, perhaps I'm confused. #7184 is about the case where a tty is allocated, but has zero width/height. python-poetry/cleo#299 says it covers the case where no tty is allocated. Is the thinking that ultimately, the cleo fix will nonetheless address #7184? |
It would be great to include a fix for normal users for #1917, since this currently stops us from using poetry for student projects with the various errors on different systems. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This issue tracks the progress of version 1.4.0 of Poetry. Please surface any blockers or concerns you have regarding this minor release here:
Blockers
(avoid potential performance regression)
(avoid inconsistence due to merged downstream PRs)
(already announced in 1.3 blog post)
get_python_constraint_by_marker()
for multi markers and marker unions withoutpython_version
poetry-core#546cleo releaseFix terminal size detection cleo#299(is waiting for core release)
installer: remove old installer and config settingexperimental.new-installer
#7356or installer: deprecate old installer (setting
experimental.new-installer
to false) #7358(only if Allow non-existent path dependencies - reloaded poetry-core#520 makes it in)
Nice to have
virtualenvs.prefer-active-python
onpoetry new
andinit
#7100Important changes to surface
(This is intended to be the basis for the blog post and should cover new features or any manual steps/incompatibility when upgrading)
setup.py
by default (build: do not generate setup.py by default poetry-core#318)The text was updated successfully, but these errors were encountered: