From garcia.marc at gmail.com Thu Feb 1 00:29:35 2024 From: garcia.marc at gmail.com (Marc Garcia) Date: Thu, 1 Feb 2024 12:29:35 +0700 Subject: [Pandas-dev] New documentation previewer Message-ID: Hi there, Just a quick note about the new documentation previewer for pandas. The idea is that when a PR affects the website or the documentation, a rendered version can be published by writing a comment with the exact text: /preview Around one minute after writing the /preview comment (around 500Mb need to be downloaded) a comment with a link to the preview will be added to the PR. You can see it in action in this PR: https://github.com/pandas-dev/pandas/pull/57164 The rendered version of the docs is generated in our regular CI, in GitHub actions, so if the docs job didn't finish the preview won't be available. Internally how things work is that our web/docs are built in our regular CI, and an artifact with the rendered version is stored in GitHub actions. Then, when the /preview command is written a request is sent to one of our servers donated by OVHCloud where this service is running: https://github.com/pandas-dev/github-doc-previewer to download that artifact and publish it in a static web server. The service is generic, and can be used by other projects other than pandas if there is interest. Any feedback is very welcome. -------------- next part -------------- An HTML attachment was scrubbed... URL: From chambrid at redhat.com Tue Feb 20 10:24:51 2024 From: chambrid at redhat.com (Chris Hambridge) Date: Tue, 20 Feb 2024 10:24:51 -0500 Subject: [Pandas-dev] Pandas 2x Support life Message-ID: Hi, With the 3.x version of pandas coming out were looking at the documentation to try and understand what the supported life cycle is for the 2.x version will be so we can understand what the timelines are so we can plan accordingly. Best, Chris -- Chris Hambridge Senior Principal Software Engineer Red Hat chambrid at redhat.com M: 770.365.6343 @RedHat Red Hat Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: From li.thomas3124 at gmail.com Fri Feb 23 15:14:07 2024 From: li.thomas3124 at gmail.com (Thomas Li) Date: Fri, 23 Feb 2024 15:14:07 -0500 Subject: [Pandas-dev] ANN: pandas 2.2.1 Message-ID: We are pleased to announce the release of pandas v2.2.1. This is a patch release in the 2.2.x series and includes some regression fixes and bug fixes. We recommend that all users in the 2.2.x series upgrade to this version. See the release notes for a list of all the changes. The release can be installed from PyPI python -m pip install --upgrade pandas==2.2.1 Or from conda-forge conda install -c conda-forge pandas==2.2.1 Please report any issues with the release on the pandas issue tracker . Thanks to all the contributors who made this release possible. -------------- next part -------------- An HTML attachment was scrubbed... URL: