-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
RLS: 1.2.4 #40168
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
so there is one open PR, but if any other regressions we want to patch, let's do so pretty soon, then can release @pandas-dev/pandas-core @pandas-dev/pandas-triage |
#40878 to be merged. other issues/PRs moved to 1.2.5 https://github.com/pandas-dev/pandas/milestone/85 |
pre-release checklist
@jorisvandenbossche I'll start to run through these now. (can either start again or maybe skip these depending on discussion in #40878 |
building the docs is much slower than the previous release. It looks like it is only using one core. will push tag after ci checks on 1.2x are green. (I did a dummy release on Saturday so hopefully no changes that would cause the docs not to build) |
ci checks completed on 1.2.x but since Travis job took a while the doc build is now at 87% so will wait a little and check the docs before pushing tag. |
Ah, yes, we should maybe have included #40761 (comment) for the 1.2.4 release... Otherwise @simonjayhawkins you can also pin the pydata-sphinx-theme to version 0.5.2 instead of using the latest (which is 0.6.0 right now) |
docs built and uploaded. will add 1.2.5 milestone #40761 |
@jorisvandenbossche I recall some issue with caching on the web server in the past. the docs are OK at https://pandas.pydata.org/pandas-docs/version/1.2.4/ but don't look right at https://pandas.pydata.org/docs/ does this sort itself out or some action needed? |
seems ok now. |
conda-forge/pandas-feedstock#110 (comment)
|
Thanks @bashtage wasn't logged in! |
The underlying issue that we experienced a while ago should be fixed (the CSS file now has a hash in the file name, so whenever there is a change in the CSS, the name changes and browser/server shouldn't incorrectly cache it). (but so if you would still notice it later, certainly report it!) |
@jorisvandenbossche - When I clicked on the https://pandas.pydata.org/docs/ link above, I had to refresh the page for the CSS to properly render. Don't know if it as a cache issue or just a glitch. |
all conda builds now successful and packages available on conda-forge (including aarch64) |
Thanks Simon!
@rhshadrach yeah, not fully sure (no expert in this area). In any case, the original issue is solved in the theme, so it might be normal that you still might need a refresh for your local cache (the previous time, it was actually the server that was caching it as well, and a local browser refresh didn't automatically solve that) |
Not sure how this works, but there were some updates to the cheat sheet (https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf) available from https://github.com/pandas-dev/pandas/blob/master/doc/cheatsheet/Pandas_Cheat_Sheet.pdf that I merged in a couple of weeks ago, and I don't think they got pushed out to the server. |
The docs are built from the backport branch. |
The concern here is that the cheat sheet isn't in the normal docs hierarchy at https://pandas.pydata.org/docs/ |
Is it available on the dev docs https://pandas.pydata.org/pandas-docs/dev/index.html |
@simonjayhawkins you might be talking about the pdf docs, and not the pdf cheatsheet? (as I don't see that linked on the docs home page) @Dr-Irv the cheatsheet is linked at the bottom of https://pandas.pydata.org/pandas-docs/dev/getting_started/index.html, but it should probably get a more prominent place (feel free to open an issue about that, since it is not related to the release) But so you are saying that https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf isn't the latest version (so the one at https://github.com/pandas-dev/pandas/blob/master/doc/cheatsheet/Pandas_Cheat_Sheet.pdf has newer changes)? I also don't directly know how this is synced with the server. The website is synced with the github actions workflow, but the cheatsheet might not be included there. |
sorry I meant https://pandas.pydata.org/pandas-docs/dev/, the index.html is the default. shouldn't the cheatsheet be under a version branch instead of at the top level? |
I'm fine with where the link is, but the link is to https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf so there needs to be something that regularly updates that top level PDF with what is in the repo.
Yes, that is correct. The one in the GitHub repo is the latest.
We had some issue with this some time ago, and I don't know what happened on the back end to automate the process. See discussion here: #20366 (comment) |
Decision was made and discussed here: #20366 (comment) Certainly worthwhile to consider moving it, although I think there are now people who link to the cheat sheet at its current location, so if it is moved, we may have to add a redirect to the site. |
presumably the top level link should be linked to 'stable' branch which is the latest release. |
Tracking issue for the 1.2.4 release.
https://github.com/pandas-dev/pandas/milestone/84
Currently scheduled for April 01, 2021
List of open regressions: https://github.com/pandas-dev/pandas/issues?q=is%3Aopen+is%3Aissue+label%3ARegression
The text was updated successfully, but these errors were encountered: