[Numpy-discussion] Re: Putting in `np.ma.ndenumerate` MaskedArray specific ndenumerate

2021-11-30 Thread Jouke Witteveen
On Thu, Nov 18, 2021 at 1:46 PM Jouke Witteveen  wrote:
>
> On Wed, Nov 17, 2021 at 7:51 PM Andras Deak  wrote:
> >
> > On Wed, Nov 17, 2021 at 7:39 PM Sebastian Berg  
> > wrote:
> >>
> >> Hi all,
> >>
> >> the `np.ndenumerate` does not work well for masked arrays (like many
> >> main namespace functions, it simply ignores/drops the mask).
> >>
> >> There is a PR (https://github.com/numpy/numpy/pull/20020) to add a
> >> version of it to `np.ma` (masked array specific).  And we thought it
> >> seemed reasonable and were planning on putting it in.
> >>
> >> This version skips all masked elements.  An alternative could be to
> >> return `np.ma.masked` for masked elements?
> >
> > Would it be a bad idea to add a kwarg that specifies this behaviour (i.e. 
> > offering both alternatives)? Assuming people might need the masked items to 
> > be there under certain circumstances. Perhaps when zipping masked data with 
> > dense data?

I appended a commit to the PR that implements the kwarg for optionally
yielding masked elements.

Regards,
- Jouke
___
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] Wrapping up Google Season of Docs 2021

2021-11-30 Thread Melissa Mendonça
Hello, folks!

As of today, our participation in the Google Season of Docs program for
2021 has ended. You can see the case study detailing the work done and some
key results in the following link:

https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2021:-NumPy-Case-Study

There is one final tutorial in review, but overall the project has been
successfully completed.

I want to personally thank Mukulika Pahari for her hard work and excellent
contributions. She was able to quickly produce relevant documentation on
subjects that are not easy or simple. Well done! We hope you stick around
and continue working with us :)

I also want to thank Ross Barnowski for co-mentoring and all the other
maintainers who helped with ideas and reviews and hope we can participate
again next year.

Cheers!

- Melissa
___
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] Re: Wrapping up Google Season of Docs 2021

2021-11-30 Thread Ralf Gommers
On Tue, Nov 30, 2021 at 3:18 PM Melissa Mendonça 
wrote:

> Hello, folks!
>
> As of today, our participation in the Google Season of Docs program for
> 2021 has ended. You can see the case study detailing the work done and some
> key results in the following link:
>
>
> https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2021:-NumPy-Case-Study
>
> There is one final tutorial in review, but overall the project has been
> successfully completed.
>
> I want to personally thank Mukulika Pahari for her hard work and excellent
> contributions. She was able to quickly produce relevant documentation on
> subjects that are not easy or simple. Well done! We hope you stick around
> and continue working with us :)
>

Thanks for all the hard work so far Mukulika! From what I have seen - which
I think is only a small part of everything you did - you did an amazing job!

Cheers,
Ralf



> I also want to thank Ross Barnowski for co-mentoring and all the other
> maintainers who helped with ideas and reviews and hope we can participate
> again next year.
>
> Cheers!
>
> - Melissa
> ___
> 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: ralf.gomm...@googlemail.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] Re: Wrapping up Google Season of Docs 2021

2021-11-30 Thread Charles R Harris
On Tue, Nov 30, 2021 at 7:19 AM Melissa Mendonça 
wrote:

> Hello, folks!
>
> As of today, our participation in the Google Season of Docs program for
> 2021 has ended. You can see the case study detailing the work done and some
> key results in the following link:
>
>
> https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2021:-NumPy-Case-Study
>
> There is one final tutorial in review, but overall the project has been
> successfully completed.
>
> I want to personally thank Mukulika Pahari for her hard work and excellent
> contributions. She was able to quickly produce relevant documentation on
> subjects that are not easy or simple. Well done! We hope you stick around
> and continue working with us :)
>
> I also want to thank Ross Barnowski for co-mentoring and all the other
> maintainers who helped with ideas and reviews and hope we can participate
> again next year.
>
>
Gratulations to all involved.

Chuck
___
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 Development Meeting Wednesday - Triage Focus

2021-11-30 Thread Sebastian Berg
Hi all,

Our bi-weekly triage-focused NumPy development meeting is Wednesday,
December 1st at 16:30 UTC (8:30am Pacific Time).
Everyone is invited to join in and edit the work-in-progress meeting
topics and notes:
https://hackmd.io/68i_JvOYQfy9ERiHgXMPvg

I encourage everyone to notify us of issues or PRs that you feel should
be prioritized, discussed, or reviewed.

Best regards

Sebastian


signature.asc
Description: This is a digitally signed message part
___
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