[Numpy-discussion] Re: Numpy Participation in Google Season of Docs 2022

2022-03-07 Thread Melissa Mendonça
Hello, Bhavuk!

About Google Season of Docs: the project for this year is not yet decided,
but you can indeed follow the discussions at our Documentation Team
meetings, which happen every two weeks (the next one will happen on monday
March 14, at 4pm UTC.) You can also follow our community calendar by adding
it to your preferred calendar manager: check
https://scientific-python.org/calendars/

I have been slow in recording the meeting notes to our archive repo (
https://github.com/numpy/archive) - but the most recent ones can be found
here: https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg

Let us know if you have other questions, and welcome!

Cheers,

- Melissa

On Sat, Mar 5, 2022 at 11:07 AM bhavuk kalra 
wrote:

> Good Day Everyone in the mailing list and the Numpy Community,
>
> I am a recent joiner on the mailing list. I tried to see other messages in
> different threads to see if this question was discussed anywhere else.
>  But I couldn't find any. So, taking this opportunity to ask.
> Query 1: Will the Numpy community participate in the Google Season of Docs
> 2022 as it did in 2021.
>
> I have also come to know that there are bi-weekly community meetings
> within Numpy. The most recent one happened on 2nd June. I am looking
> forward to joining the most upcoming one.
> Query 2: Is the community maintaining a summary for each meeting. In
> short, noting down what essential points were discussed in single line
> format? If it already exists, I would
> I love to be caught up with them.
>
> Regards,
> Bhavuk Kalra
> ___
> NumPy-Discussion mailing list -- numpy-discussion@python.org
> To unsubscribe send an email to numpy-discussion-le...@python.org
> https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
> Member address: meliss...@gmail.com
>
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] NumPy 1.22.3 released

2022-03-07 Thread Charles R Harris
Hi All,

On behalf of the NumPy team, I'm pleased to announce the release of NumPy
1.22.3. NumPy 1.22.3 is a maintenance release that fixes bugs discovered
after the 1.22.2 release. The most noticeable fixes may be those for
DLPack. One that may cause some problems is disallowing strings as inputs
to logical ufuncs. It is still undecided how strings should be treated in
those functions and it was thought best to simply disallow them until a
decision was reached. That should not cause problems with older code.

The Python versions supported in this release are 3.8-3.10.  Wheels can be
downloaded from PyPI ; source
archives, release notes, and wheel hashes are available on Github
. Note that the Mac
wheels are now based on OS X 10.14 rather than 10.9 that was used in
previous NumPy release cycles. 10.14 is the oldest release supported by
Apple. Linux users will need pip >= 0.19.3 in order to install the
manylinux2014 wheels. A recent version of pip is needed to install the
universal2 macos wheels.

*Contributors*

A total of 9 people contributed to this release.  People with a "+" by
their names contributed a patch for the first time.


   - @GalaxySnail +
   - Alexandre de Siqueira
   - Bas van Beek
   - Charles Harris
   - Melissa Weber Mendonça
   - Ross Barnowski
   - Sebastian Berg
   - Tirth Patel
   - Matthieu Darbois


*Pull requests merged*

A total of 10 pull requests were merged for this release.


   - #21048: MAINT: Use "3.10" instead of "3.10-dev" on travis.
   - #21106: TYP,MAINT: Explicitly allow sequences of array-likes in
   ``np.concatenate``
   - #21137: BLD,DOC: skip broken ipython 8.1.0
   - #21138: BUG, ENH: np._from_dlpack: export correct device information
   - #21139: BUG: Fix numba DUFuncs added loops getting picked up
   - #21140: BUG: Fix unpickling an empty ndarray with a non-zero
   dimension...
   - #21141: BUG: use ThreadPoolExecutor instead of ThreadPool
   - #21142: API: Disallow strings in logical ufuncs
   - #21143: MAINT, DOC: Fix SciPy intersphinx link
   - #21148: BUG,ENH: np._from_dlpack: export arrays with any strided
   size-1...

Cheers,

Charles Harris
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com