-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
pre-release for v2022.06.0 #6645
Comments
If someone manages to fix #6624 |
Doing a pre-release sounds good to me. But we know of at least three regressions (tagged under "release-blocker"). Should we fix them first? |
This should be also merged: #6651 |
the Something to remember, though, is that this is not a full release, so I don't think we need to have fixed every known bug / regression. |
right, I misunderstood that MVCE. I still think that we don't need to wait on a fix to do the pre-release, though. As far as I understand PEP440, to create a pre-release we just need add a |
👍🏾 It'd be nice to point to "known regressions" to prevent a bunch of duplicate bug reports. |
I'm wondering if it would be possible to publish every commit to main on https://test.pypi.org/project/xarray/? |
As far as I remember the only reason we don't do that already is that |
I just published the pre-release, it can be installed from PyPI: mamba create -n <name> python=3.10 xarray
python -m pip install --pre --upgrade --no-deps xarray (the |
Thanks @keewis ! I just tried making a PR in datatree depend on this release, but the CI environment installation fails. I'm not sure if that's my fault or a problem with the release 😕 Any ideas? (@malmans2 FYI) |
Nevermind, the answer was
|
I added pre-release install instructions to whats-new and scheduled a tweet for 45 minutes from now (giving RTD enough time to build) |
I'll issue the release once #6798 goes in. |
There's a few unreleased and potentially breaking changes in
main
, most importantly the index refactor and the newgroupby
usingnumpy-groupies
andflox
. During the meeting on Wednesday we decided to release a preview version to get feedback before releasing a full version, especially from those who don't run their tests against ourmain
branch.I am planning to create the pre-release tomorrow, but if there's any big changes that should be included please post here.
cc @TomNicholas
Edit: the version will be called
2022.05.0.dev0
, which will ensure that e.g.pip
will require the--pre
flag to install it.The text was updated successfully, but these errors were encountered: