-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Release v2.2.3 #1361
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
Comments
I think the pip 10 issue is causing a lot of red builds around. I would appreciate a 2.2.3 release asap, to avoid having to hack the pipenv virtualenv (: |
I suggest releasing 2.2.3 as just "2.2.2 + cherrypicked pip10 patch" so people can fix their builds easily without having to deal with fallout from other changes. |
Take a look at the 2.2.3 milestone; we should definitely include the three closed PRs, and either quickly decide on the other two or punt them off to 2.2.4/2.3.
Indeed; I generally only tag things for a patch release if it fixes something; feature changes have to wait for the next minor version (2.3.0). |
Thanks a lot for the maintenance. Just to know, approximately when the pip10 compatible version will be available for installing via pip? Thanks. |
I would love to get #1353 in v2.2.3 if it makes sense but I could use some help answering #1353 (comment). |
I'd like to point out that pip 9 aggressively auto-updates itself to pip 10 at every opportunity unless it's explicitly told to hold back, so uptake of pip 10 should be happening quickly. You have to enter something like pip also ignores a setup.py directive to avoid version 10 ( My review of the proposed milestone 2.2.3 changes:
|
I've already put the check in my project, so I've no personal urgency on #1363/#1121. But there's only one character of substantive code change in the PR, and it only affects intel compilers (which are no where near CI), and other PRs show the same failure pattern. So do what you like, but I'm pretty sure it's safe. :-) |
#1363 didn't build because of the pip 10 nonsense. Once it is rebased on top of master it should pass. |
Thanks, @bstaletic, #1363 is healed. |
Hey all, I've pushed out v2.2.3 with everything except #1353. Sorry that it took me a bit to get to this. Best, |
Hi @trelau, |
@wjakob great, thank you for the update. |
Sorry, didn't mean to slow that down! I will briefly test out that feature branch and see if there are any issues with mixed holder types along inheritance, or if I got confused with some other PRs; will follow-up on that issue. |
Thanks everyone, especially @jagerman for your hard work on this. |
Hi all,
Given that PIP 10 breaks the pybind11 include file finding routine (issue #1174), I propose that we push out a v2.2.3 patch release soon. Are there any other urgent things that should be merged?
Thanks,
Wenzel
cc @jagerman
The text was updated successfully, but these errors were encountered: