Skip to content

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

Closed
wjakob opened this issue Apr 16, 2018 · 15 comments
Closed

Release v2.2.3 #1361

wjakob opened this issue Apr 16, 2018 · 15 comments

Comments

@wjakob
Copy link
Member

wjakob commented Apr 16, 2018

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

@Froskekongen
Copy link

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 (:

@jbarlow83
Copy link
Contributor

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.

@jagerman
Copy link
Member

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.

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.

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).

@MohammadChavosh
Copy link

Thanks a lot for the maintenance. Just to know, approximately when the pip10 compatible version will be available for installing via pip?

Thanks.

@trelau
Copy link
Contributor

trelau commented Apr 22, 2018

I would love to get #1353 in v2.2.3 if it makes sense but I could use some help answering #1353 (comment).

@jbarlow83
Copy link
Contributor

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 install --upgrade mypackage 'pip < 10' every time you do something in pip, to tell pip 9 to hold back.

pip also ignores a setup.py directive to avoid version 10 (install_requires=['pip < 10']) and will update or attempt installation with 10 anyway. So there's no workaround for a package to declare itself dependent on pip 9. I hope this underscores the urgency.

My review of the proposed milestone 2.2.3 changes:

@loriab
Copy link
Contributor

loriab commented Apr 25, 2018

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. :-)

@bstaletic
Copy link
Collaborator

#1363 didn't build because of the pip 10 nonsense. Once it is rebased on top of master it should pass.

@loriab
Copy link
Contributor

loriab commented Apr 26, 2018

Thanks, @bstaletic, #1363 is healed.

@wjakob
Copy link
Member Author

wjakob commented Apr 29, 2018

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,
Wenzel

@wjakob wjakob closed this as completed Apr 29, 2018
@trelau
Copy link
Contributor

trelau commented Apr 29, 2018

Thanks for update @wjakob Do you expect to accept #1353 in the future? I'm updating a binding generator tool and that PR removes a lot of boilerplate code, but I can make it work either way, so just wondering if perhaps I should support both.

@wjakob
Copy link
Member Author

wjakob commented May 2, 2018

Hi @trelau,
that patch generally seems reasonable to me. I did not merge it yet since it looked like there was an unconverged discussion with @EricCousineau-TRI. I'm happy to merge it (and pull into 2.2.4) once this is resolved.
Best,
Wenzel

@trelau
Copy link
Contributor

trelau commented May 2, 2018

@wjakob great, thank you for the update.

@EricCousineau-TRI
Copy link
Collaborator

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.

@jbarlow83
Copy link
Contributor

Thanks everyone, especially @jagerman for your hard work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants