From garcia.marc at gmail.com Mon Apr 3 16:47:20 2023 From: garcia.marc at gmail.com (Marc Garcia) Date: Mon, 3 Apr 2023 22:47:20 +0200 Subject: [Pandas-dev] ANN: pandas 2.0.0 Message-ID: We are happy to announce the release of pandas 2.0.0. It can be installed from our conda-forge and PyPI packages via mamba, conda and pip, for example: mamba install -c conda-forge pandas==2.0.0 python -m pip install --upgrade pandas==2.0.0 Users who have pandas code in production with pandas as a dependency are *strongly* recommended to upgrade to pandas 1.5.3 first, and make sure no FutureWarning messages are shown when running the code or tests You can find the documentation of pandas 2.0.0 here , and the list of changes in 2.0.0, in the release notes page . Thanks to all contributors and sponsors who made this release possible! -------------- next part -------------- An HTML attachment was scrubbed... URL: From garcia.marc at gmail.com Mon Apr 24 07:34:03 2023 From: garcia.marc at gmail.com (Marc Garcia) Date: Mon, 24 Apr 2023 12:34:03 +0100 Subject: [Pandas-dev] ANN: pandas v2.0.1 Message-ID: We are pleased to announce the release of pandas v2.0.1. This is a patch release in the 2.0.x series and includes some regression fixes and bug fixes. We recommend that all users in the 2.0.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.0.1 Or from conda-forge mamba install -c conda-forge pandas==2.0.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: From m.e.gorelli at gmail.com Fri Apr 28 14:45:30 2023 From: m.e.gorelli at gmail.com (Marco Gorelli) Date: Fri, 28 Apr 2023 19:45:30 +0100 Subject: [Pandas-dev] PDEP-10: Add pyarrow as a required dependency Message-ID: Hello everybody, There's a new PDEP (pandas development enhancement proposal) in town, about adding pyarrow as a required dependency. You can read up on it here: https://github.com/pandas-dev/pandas/pull/52711 If you would be affected by this change, it would be great to hear from you, either here or on the GitHub issue itself. -------------- next part -------------- An HTML attachment was scrubbed... URL: