-
Notifications
You must be signed in to change notification settings - Fork 49
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
Releasing unyt 3.0 #401
Comments
@langmm for yggdrasil too |
yt has been continuously tested with unyt's dev branch and most recent releases explicitly pin unyt to <3. The plan is to remove this pin as soon as unyt 3.0 is released if all goes well, but even if it doesn't we're covered. |
Low priority but I'm thinking this major bump could be the opportunity to get rid of long standing deprecations ? |
Yeah if you’d like to poke at that feel free. Also an opportunity to bump minimum supported versions of downstream dependencies. |
Off the top of my head I don't think we currently have incentive for bumping sympy or numpy, as I don't think we actually have any version-dependent code now, do we ? |
there's a TODO embedded in the code that should be addressed before the release Lines 2662 to 2665 in 7c88ad6
|
Answering my own question: we do have a couple tests that could be simplified if we dropped let me know if that's okay with you |
Makes sense to me |
The only thing that broke things for us was the deprecation of |
@ngoldbaum seems to me that's the last thing we need. Are you able to do it ? Do you need a hand ? |
I’ll try to get to that this week and then prepare the release. |
alright, thank you ! |
I think ytree should be ok. |
pyXSIM should be fine. |
@ngoldbaum I guess you're busier than you expected. I have time to go over the docs tomorrow if you'd like a hand. |
Hey sorry, I was overly optimistic and am in the middle of several big things in my personal life that are occupying my free time. Is there a need to get this release out ASAP? I'd still like to give everything a once-over before doing the release, but it may take a few weeks. More eyes are better so please go ahead if you'd like as well. |
no actual rush that I know of, just a personal itch. Ok I'll give it a go ! |
Would anyone mind if we dropped support for Python 3.8? Does yt still support Python 3.8? |
Yes yt still supports 3.8 and in fact it's expected to be a tough one to drop there (yt-project/yt#4302). I would prefer we keep it compatible with unyt 3.0, but after that I have no objection. |
@ngoldbaum In the last few months, we've seen tests breaking against numpy 2.0.0dev a couple times (most recently #442). Quoting numpy/numpy#24300
This seems to apply very well to unyt, would you agree ? Also, I'm now in favour of dropping support for Python 3.8 (or at least, not opposed to it), as it seems less and less reasonable to keep applying yt's concern to unyt. Lastly, and I don't want to put any pressure on anyone, but I'd just like to re-establish that I am available to prepare and publish the 3.0 release if need be, but I'd totally understand if you prefer just doing it yourself ! Just let me know :-) |
I was about to do the 3.0 release a few months ago, but Clement's nitpicking code review on the pull request I issued to fix up the code coverage on code Clement added was enough to turn me off from working on unyt much since then. If you need a unyt release for your own purposes, go ahead and do a release as you all see fit. I am going to disable notifications on this repository now because getting notifications about it invariably raises my blood pressure. If you need me, please email me directly. I would prefer if Clement doesn't contact me though. |
I am sorry you feel that way, and as much as I hoped that we could continue working together, I will respect your wish. |
I think we're now in a position where we can ship unyt 3.0.
Are we ready to do that?
Are downstream users ready?
The docs should probably get a once-over?
Anything else we should do?
The text was updated successfully, but these errors were encountered: