From fg at quack-ai.com Thu Aug 10 21:16:25 2023 From: fg at quack-ai.com (FG Fernandez) Date: Thu, 10 Aug 2023 18:16:25 -0700 Subject: [Pandas-dev] [Pandas] OSS Tool for automatic guideline compliance built at YC Message-ID: Hello there, I'm reaching out following up on the advice of Patrick Hoefler! Congratulations on the entire journey of pandas, it's quite popular, a great tool, and a beautiful example of open source. To keep it short: I'm building an open-source tool to ease the maintainer job: you pick the guidelines, and our IDE extension takes care of the compliance/assistance on the contributor side. The nice part is that you can specify what you want in natural language, which will be turned into a checkable item (see that as precommit/as-you-type compliance using natural language inputs). You can check the GitHub projects if you'd like: - Maintainer platform: https://github.com/quack-ai/maintainer-platform - IDE extension: https://github.com/quack-ai/companion We've been accepted into YC, and now making that project a reality, gradually adding features! Full transparency: we'll monetize this for private repos and B2B later, but it will remain free for open-source projects (perhaps monthly/weekly usage limits at some point to control our bills). I'm typically building that project for repos like matplotlib so I'd love to hear your feedback. I'm not sure exactly who's on this mailing list, but I'd love to have a quick chat with maintainers if that could be of any use to you (or async if that's easier for you). Best, -- *Fran?ois-Guillaume FERNANDEZ* *Founder & CTO* *P* : +33 (0)6 69 12 33 73 *E* : fg at quack-ai.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From li.thomas3124 at gmail.com Wed Aug 23 14:19:56 2023 From: li.thomas3124 at gmail.com (Thomas Li) Date: Wed, 23 Aug 2023 11:19:56 -0700 Subject: [Pandas-dev] ANN: pandas v2.1.0rc0 Message-ID: We are pleased to announce a release candidate for pandas 2.1.0. If all goes well, we'll release pandas 2.1.0 in about two weeks. See the [whatsnew][0] for a list of all the changes. The release will be available on conda-forge and PyPI. The release can be installed from PyPI python -m pip install --upgrade --pre pandas==2.1.0rc0 Or from conda-forge conda install -c conda-forge/label/pandas_rc pandas==2.1.0rc0 Please report any issues with the release candidate on the pandas issue tracker. [0]: https://pandas.pydata.org/pandas-docs/version/2.1.0rc0/whatsnew/v2.1.0.html -------------- next part -------------- An HTML attachment was scrubbed... URL: From li.thomas3124 at gmail.com Wed Aug 23 14:28:49 2023 From: li.thomas3124 at gmail.com (Thomas Li) Date: Wed, 23 Aug 2023 11:28:49 -0700 Subject: [Pandas-dev] ANN: pandas v2.1.0rc0 In-Reply-To: References: Message-ID: Sorry for the typo, but the actual release is planned for 1 week from now (not 2 weeks from today). The rc has been out for a little while but I forgot to do the announcement until today. On Wed, Aug 23, 2023 at 11:19?AM Thomas Li wrote: > We are pleased to announce a release candidate for pandas 2.1.0. If all > goes well, we'll release pandas 2.1.0 in about two weeks. > > See the [whatsnew][0] for a list of all the changes. > > The release will be available on conda-forge and PyPI. > > The release can be installed from PyPI > > python -m pip install --upgrade --pre pandas==2.1.0rc0 > > Or from conda-forge > > conda install -c conda-forge/label/pandas_rc pandas==2.1.0rc0 > > Please report any issues with the release candidate on the pandas issue > tracker. > > [0]: > https://pandas.pydata.org/pandas-docs/version/2.1.0rc0/whatsnew/v2.1.0.html > -------------- next part -------------- An HTML attachment was scrubbed... URL: From li.thomas3124 at gmail.com Thu Aug 31 10:56:03 2023 From: li.thomas3124 at gmail.com (Thomas Li) Date: Thu, 31 Aug 2023 10:56:03 -0400 Subject: [Pandas-dev] ANN: pandas v2.1.0 Message-ID: We are pleased to announce the release of pandas 2.1.0. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version. See the [full whatsnew]( https://pandas.pydata.org/pandas-docs/version/2.1.0/whatsnew/v2.1.0.html) for a list of all the changes. Pandas 2.1.0 supports Python 3.9 and higher. The release will be available on the defaults and conda-forge channels: conda install pandas Or via PyPI: python3 -m pip install --upgrade pandas Please report any issues with the release on the [pandas issue tracker]( https://github.com/pandas-dev/pandas/issues). Thanks to all the contributors who made this release possible. -------------- next part -------------- An HTML attachment was scrubbed... URL: