From jorisvandenbossche at gmail.com Tue Jun 8 02:56:14 2021 From: jorisvandenbossche at gmail.com (Joris Van den Bossche) Date: Tue, 8 Jun 2021 08:56:14 +0200 Subject: [Pandas-dev] [Numpy-discussion] Tensor Typing presentation and discussion on Wednesday! (As part of the NumPy Community Meeting) In-Reply-To: <1aa0a4ef5cae6a9605614c5d4cffe1e940e51077.camel@sipsolutions.net> References: <1aa0a4ef5cae6a9605614c5d4cffe1e940e51077.camel@sipsolutions.net> Message-ID: Forwarding this to the pandas mailing list, in case people are interested (since we also do quite some typing which at some point involves typing arrays) On Tue, 8 Jun 2021 at 01:09, Sebastian Berg wrote: > Hi all, > > There will be a NumPy Community meeting Wednesday June 9th at > 20:00 UTC. > > This meeting will be dedicated to a presentation by Matthew and Pradeep > about typing arrays. > > The title is: "Better types for numerical computing - arrays generic > in dtype and shape" > > Abstract: An overview of why more detailed types for arrays would be > awesome, the work being done to enable those types in PEP 646, and what > the future of this effort could look like. > > > If you are interested in typing and/or missed out on the Python typing > summit, this will be a perfect opportunity to join and discuss better > typing of NumPy arrays! > > > Details on how to join can be found in the usual meeting notes: > > https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg?both > > Best wishes > > Sebastian > > _______________________________________________ > NumPy-Discussion mailing list > NumPy-Discussion at python.org > https://mail.python.org/mailman/listinfo/numpy-discussion > -------------- next part -------------- An HTML attachment was scrubbed... URL: From jorisvandenbossche at gmail.com Tue Jun 8 16:31:36 2021 From: jorisvandenbossche at gmail.com (Joris Van den Bossche) Date: Tue, 8 Jun 2021 22:31:36 +0200 Subject: [Pandas-dev] June 2021 monthly community meeting (Wednesday June 9, UTC 18:00) Message-ID: Hi all, A reminder that the next monthly dev call is tomorrow (Wednesday, June 9th) at 18:00 UTC (1 pm Central). Our calendar is at https://pandas.pydata.org/docs/development/meeting.html#calendar to check your local time. All are welcome to attend! Video Call: https://zoom.us/j/96753852910?pwd=OEgwbUkwOE9kejcwOGdLd09TallTdz09 Minutes: https://docs.google.com/document/u/1/d/1tGbTiYORHiSPgVMXawiweGJlBw5dOkVJLY-licoBmBU/edit?ouid=102771015311436394588&usp=docs_home&ths=true Joris From simonjayhawkins at gmail.com Tue Jun 15 10:33:15 2021 From: simonjayhawkins at gmail.com (Simon Hawkins) Date: Tue, 15 Jun 2021 15:33:15 +0100 Subject: [Pandas-dev] ANN: pandas 1.3.0 release candidate Message-ID: Hi all, The pandas team is pleased to announce a release candidate for pandas 1.3.0. If all goes well, we'll release pandas 1.3.0 in about two weeks. See the release notes for a list of all the changes. The release can be installed from PyPI python -m pip install --upgrade --pre pandas==1.3.0rc1 Or from conda-forge conda install -c conda-forge/label/pandas_rc pandas==1.3.0rc1 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 simonjayhawkins at gmail.com Wed Jun 23 04:08:15 2021 From: simonjayhawkins at gmail.com (Simon Hawkins) Date: Wed, 23 Jun 2021 09:08:15 +0100 Subject: [Pandas-dev] ANN: pandas v1.2.5 Message-ID: Hi all, I'm pleased to announce the release of pandas v1.2.5. This is a patch release in the 1.2.x series and includes some regression fixes. We recommend that all users 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==1.2.5 Or from conda-forge conda install -c conda-forge pandas==1.2.5 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: