-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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
RLS: pandas 1.5.1 #48991
Comments
We should pin/fix the pydata sphinx theme issue and #48987 is ready |
We can discuss more during the dev call next week, but IMO the existing regression don't appear to be absolute blockers for a 1.5.1 release |
+1 on reverting for now |
Sounds good. Just revert that now and consider moving PERF to 2.0.0. |
Thanks @MarcoGorelli for the revert in #48826; just merged it so we should be good to go once the backport PR is merged. |
I'll start now the tests for the release and the release afterwards if everything looks good. I'll keep you updated here. |
Our step to build the sdist is failing because of a problem in conda. Looks like the This is the package in repodata.json:
But the downloaded file is significantly smaller, and sha256 checksum doesn't match: https://repo.anaconda.com/pkgs/main/linux-64/blas-1.0-openblas.tar.bz2 Seems like a global problem, and not in the instance of the CDN accessed by my network, since I tried with a vpn and the problem persists. I'm able to create the Does anyone know if there is a reason to use the pandas-release docker with all its dependencies from the Anaconda channel, instead of using my local environment with those 3 dependencies? |
It also looks quite old, the newest version on conda-forge is 2.116 |
I don't think for building the sdist it even makes much of a difference, feels like only But surely no reason that I know to use that old blas and use the Anaconda channel. If there are no more comments I'll move forward building the dist with a fresh local environment, and not from the |
Pushing tag and starting wheel builds. |
GitHub release and PyPI packages are now ready. There seems to be a problem with Sphinx, where workers don't seem to finish after the docs are built. Will give it one more try, and will build the docs for the release manually if the job continues to fail. conda-forge should now be able to detect the new package and automatically open the PR to get the new release there. Will wait for it to happen and merge it. |
Docs are updated. We seem to have problems when using Sphinx with multiple workers, happens in the CI and also happened to me locally. Things seem fine when using a single job. Still waiting for the automatic conda-forge PR, I'll wait some more, and open it manually if it doesn't seem it'll be generated automatically.. |
PR for conda-forge created: conda-forge/pandas-feedstock#143 I'll wait for the CI to complete, and merge it. |
@datapythonista Can you also tag v2.0.0dev0 while you're at it too? Thanks. |
Sure, I'll do it, but I prefer to finish the release even if it shouldn't affect. Seems like we've got an error in the arm builds in conda-forge. Seems related to this, having a look to see if I can find the problem. |
Seems like the errors are a known issue with pypy. I'll wait for the last jobs to finish (the ppc64le jobs), and if they are fine, I'll merge the PR. |
Tag |
Thanks |
thanks @datapythonista ! all good to start merging deprecation PRs then? |
Yep |
Thanks. |
Looks like there's a release on PyPI, the docs are updated, it's available on conda-forge OK to close the issue and announce? |
Yep, sorry, it was my nighttime before I could make the final verifications and the announcements. All done now, I checked the release packages for my architecture, and made the announcements on the pydata and pandas-dev mailing lists, Telegram, Twitter and Slack. Closing this. I created #49194 for 1.5.2, targeting at November for the release. |
Can we close the 1.5.1 milestone? |
Yep, forgot about it, thanks for the heads up. I moved all issues in the milestone 1.5.1 to 1.5.2 and closed 1.5.1. |
It's been more than two weeks since the the release of pandas 1.5.0. There are several fixes to it since then, probably worth releasing a 1.5.1.
I see we've got some regressions for 1.5.1:
https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3ARegression+milestone%3A1.5.1
Is there any that should be fixed before a 1.5.1?
The text was updated successfully, but these errors were encountered: