[Numpy-discussion] Re: welcome Raghuveer, Chris, Mateusz and Matt to the NumPy maintainers team

2024-01-27 Thread Melissa Mendonça
Welcome all! Your contributions are greatly appreciated!

Cheers,

Melissa

On Fri, Jan 26, 2024 at 7:13 PM Stefan van der Walt via NumPy-Discussion <
numpy-discussion@python.org> wrote:

> On Fri, Jan 26, 2024, at 12:04, Ralf Gommers wrote:
>
> We've got four new NumPy maintainers! Welcome to the team, and
> congratulations to:
>
> - Raghuveer Devulapalli (https://github.com/r-devulap)
> - Chris Sidebottom (https://github.com/mousius)
> - Mateusz Sokół (https://github.com/mtsokol/)
> - Matt Haberland (https://github.com/mdhaber)
>
>
> Fantastic! Your commit bits are well deserved, and your contributions
> greatly appreciated.
>
> I look forward to our continued work together.
>
> Thank you,
> Stéfan
>
> ___
> 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] Next Newcomers' Hour: Thursday Nov 30th, 12pm UTC

2023-11-28 Thread Melissa Mendonça
Hi all!

Our next Newcomers' Hour will be held this Thursday, November 30th at 12 pm
(noon) UTC. Stop by to ask questions, share your progress, celebrate
success, or just to say hi.

To add to the meeting agenda the topics you’d like to discuss, follow the
link: https://hackmd.io/3f3otyyuTte3FU9y3QzsLg?both

Join the meeting via Zoom:
https://numfocus-org.zoom.us/j/82563808729?pwd=ZFU3Z2dMcXBGb05YemRsaGE1OW5nQT09

Hope to see you around!

- 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: Regarding beginner first issue label or similar.

2023-05-23 Thread Melissa Mendonça
Hello, Mohit

We don't use the "good-first-issue" label because we find it very difficult
to actually spot issues that would fit that label. An alternative we've
found is to use the "sprintable" label - meaning this is a small project
that you might be able to solve during the time of a sprint or potentially
with some help from more experienced contributors. Feel free to browse
those issues here:
https://github.com/numpy/numpy/issues?q=is%3Aopen+label%3Asprintable+sort%3Aupdated-desc

Cheers,

Melissa

On Tue, May 23, 2023 at 9:26 AM Mohit Kumar 
wrote:

> Dear mentors,
>
> I am Mohit Kumar, a Data Science student at IITM. I want to develop my
> skills in numpy through GitHub. As a beginner, I would like to work on
> beginner-friendly issues such as "good first issues" or any other labels
> specifically designed for beginners. Therefore, I would like to ask if the
> numpy GitHub repository uses any other labels for beginner-friendly issues.
>
> I am excited to join this community and contribute to the numpy.
>
> Thank you,
> Mohit Kumar
> ___
> 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] Re: PR-23061

2023-03-27 Thread Melissa Mendonça
Hello, Matteo

Indeed, it is fairly standard practice for mailing lists to require
subscription before posting, that's how we stop spam.

Thank you for you contributions and for your message. We understand how
frustrating it can be to submit your contribution and wait for it to be
reviewed and merged. All of us, contributors and maintainers, have gone
through this multiple times with our prs as well.

Like most open source projects, we operate on limited resources and need to
make very hard decisions with the little time we have to make the best we
can. In addition, we all take NumPy very seriously, meaning that sometimes
maintainers need a little extra time to make sure we have the right fix
that will not create problems downstream or break things. This means
sometimes reviews take longer than we would like.

We appreciate your patience in this matter, and hope you are understanding.

Sincerely,

Melissa

On Sat, Mar 25, 2023 at 9:32 AM Matteo Raso via NumPy-Discussion <
numpy-discussion@python.org> wrote:

> I have an open PR that's been reviewed but keeps getting dropped.
> Specifically, I've had to make a comment asking for updates on the PR's
> status 3 times, with the last comment going ignored. I'm not upset, since I
> understand that the team is very busy (I actually looked through the
> archives a while ago and saw that NumPy 2.0 is in development, which must
> be taking up a lot of your time), but I'm sure you also understand that I
> don't want my PR to hang in limbo forever. If the team doesn't have time to
> deal with it now, it should at least be given a triage tag so it's properly
> labelled and put on the backburner.
>
> Best regards, Matteo.
>
> P.S. I originally tried to send this message as an email, but it was
> instantly rejected because I'm not a list member. That's a pretty serious
> error for a public mailing list.
> ___
> 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] Re: dropping support for Gitpod and our Docker image builds

2023-03-21 Thread Melissa Mendonça
Hi all,

As a heavy user of Gitpod (mostly for quick fixes) I would also like to
point out that you *can* still use it - it's just that the development
environment won't be set up by default. I agree it has been breaking far
too often and requires a lot of optimization to reach reasonable setup
times, and while I haven't been using the codespaces setup I can see the
gain in maintenance effort there.

Cheers,

Melissa

On Tue, Mar 21, 2023 at 9:21 AM Klaus Zimmermann 
wrote:

> Hi,
>
> this sounds all reasonable to me, and as mostly a lurker on this list my
> input shouldn't carry too much weight anyway.
>
> I wanted to point out one thing: Docker does continue to offer free
> access for Open Source projects, it's just that they restructured the
> way of how to do this. So if there is still value in Docker, an
> application to the Docker-Sponsored Open Source tier should certainly
> fit Numpy. A bit more information is at
>
> https://www.docker.com/blog/we-apologize-we-did-a-terrible-job-announcing-the-end-of-docker-free-teams/
>
> Cheers
> Klaus
>
>
> On 20/03/2023 22:09, Ralf Gommers wrote:
> > Hi all,
> >
> > We received a notification from Docker that there Free Team organization
> > no longer exists, and that we have until April 14 to upgrade to a paid
> > tier. We only use Docker to support Gitpod. Gitpod builds have been
> > broken in main for quite a while (see
> > https://github.com/numpy/numpy/actions/workflows/gitpod.yml
> > ). Since
> > it's a cron job that doesn't show up on PRs, but I get the notifications.
> >
> > Overall, Gitpod has been useful during some sprints, but it has proven
> > to be too much maintenance effort. Maintaining a Docker team, CI jobs
> > for building 2 Docker images, and a nontrivial amount of code and docs
> > is no longer a good tradeoff.
> >
> > Here is what we have related to Gitpod:
> > https://github.com/numpy/numpy/tree/main/tools/gitpod
> > 
> > https://github.com/numpy/numpy/blob/main/.github/workflows/docker.yml
> > 
> > https://github.com/numpy/numpy/blob/main/.github/workflows/gitpod.yml
> > 
> >
> https://github.com/numpy/numpy/blob/main/doc/source/dev/development_gitpod.rst
> <
> https://github.com/numpy/numpy/blob/main/doc/source/dev/development_gitpod.rst
> >
> > https://hub.docker.com/u/numpy 
> >
> > We have a reasonable alternative, which is GitHub Codespaces. All it
> > currently requires is ~lines of simple to understand code
> > (https://github.com/numpy/numpy/tree/main/.devcontainer
> > ) and no CI
> > jobs. We have one tracking issue for feedback in case you try it and
> > find gaps: https://github.com/numpy/numpy/issues/23134
> > . It doesn't pre-build
> > NumPy locally, but that's only 1-2 minutes of wait time and is something
> > a new contributor anyway has to learn about. The dev environment is
> > reproducible, so this isn't much of a hurdle. We need replacement docs
> > for that, but they can be much simpler I'd say. It's basically "go to
> > https://github.com/codespaces/ , hit
> the
> > green button, and select the numpy repo, then it'll drop you into a
> > VSCode IDE with a ready to go dev env".
> >
> > So my proposal is to drop all the Docker Hub and Gitpod related code and
> > docs. I have already discussed this with Tania Allard, who did most of
> > the heavy lifting on the initial creation of the Gitpod machinery (for
> > SciPy, which was then synced to NumPy).
> >
> > Thoughts?
> >
> > Cheers,
> > Ralf
> >
> >
> > ___
> > 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: klaus.zimmerm...@smhi.se
> ___
> 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] Re: Congratulation to our newest maintainer Mukulika Pahari

2023-01-29 Thread Melissa Mendonça
Congratulations Mukulika, happy to have you around!

- Melissa

Em sex., 27 de jan. de 2023 15:34, Stefan van der Walt 
escreveu:

> On Fri, Jan 27, 2023, at 02:20, Matti Picus wrote:
> > The NumPy steering council recently granted maintainer rights to
> > Mukulika Pahari (https://github.com/Mukulikaa/)
>
> Congratulations, Makulika, and thank you for all your work on the project!
>
> Stéfan
> ___
> 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] Documentation Team update

2023-01-05 Thread Melissa Mendonça
Hi folks,

I am happy to announce an update to the NumPy Documentation team. Although
there is no formal leadership position so far, it is helpful to have
someone responsible for running team meetings, organizing high-level items
and planning larger projects such as Google Season of Docs. With this in
mind, I am happy to report that going forward, Ross Barnowski and Mukulika
Pahari will be leading the Docs team.

Ross is a NumPy maintainer and has been involved with the Docs team for a
while, including co-mentoring Google Season of Docs projects and setting up
NumPy Tutorials. Mukulika joined the NumPy documentation team as a
technical writer during the 2021 Google Season of Docs program. Since then,
she has contributed new content (How-To guides and Tutorials) and
restructured several parts of the documentation for better readability. She
is also a maintainer of https://github.com/numpy/numpy-tutorials.

Thank you, Mukulika and Ross, for stepping up!

P.S. Inessa Pawson, our Contributor Experience Lead, has put together a
NumPy Docs Team handbook [1] which is meant to serve as guidance for the
new leadership team and those who will be doing this work in the future.

[1] https://github.com/numpy/archive/tree/main/numpy_docs_team_handbook
___
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] Documentation Team meeting - Monday December 5 at 12pm (noon) UTC

2022-12-03 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, December
5* at ***12PM
(noon) UTC***. We now alternate the meeting times to be a bit more
inclusive. This means that we'll have a meeting at 12pm UTC every 28 days,
and a meeting at 4pm UTC every 28 days.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this (updated) link:

https://us06web.zoom.us/j/85016474448?pwd=TWEvaWJ1SklyVEpwNXUrcHV1YmFJQT09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar
manager. ***Please be aware that at this time, the meeting time change is
still pending!** *

- 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] Documentation Team meeting - Monday November 21 at 4pm UTC

2022-11-20 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, November 21* at
***4PM UTC***. We now alternate the meeting times to be a bit more
inclusive. This means that we'll have a meeting at 12pm UTC every 28 days,
and a meeting at 4pm UTC every 28 days.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this (updated) link:

https://us06web.zoom.us/j/85016474448?pwd=TWEvaWJ1SklyVEpwNXUrcHV1YmFJQT09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar
manager. ***Please be aware that at this time, the meeting time change is
still pending!** *

- 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] Documentation Team meeting - Monday November 7 at 12pm (noon) UTC

2022-11-04 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, November
7* at ***12PM
UTC*** (noon). I am in the process of updating the calendar, so we
alternate the meeting times to be a bit more inclusive. This means that
we'll have a meeting at 12pm UTC every 28 days, and a meeting at 4pm UTC
every 28 days.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this (updated) link:

https://us06web.zoom.us/j/85016474448?pwd=TWEvaWJ1SklyVEpwNXUrcHV1YmFJQT09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar
manager. ***Please be aware that at this time, the meeting time change is
still pending!** *

- 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: Documentation Team meeting - Monday October 24 at 2pm UTC

2022-10-26 Thread Melissa Mendonça
I am in favor of alternating times for the Docs team meeting - making it a
little bit more accessible for folks in other timezones :)

Please keep an eye out for announcements, and if you have strong opinions
on this let us know. I think we could start with alternating between 4pm
UTC and noon UTC, unless there are better suggestions.

Thanks for bringing this up, we'd love to make it better for other folks to
participate as well.

Cheers,

Melissa

On Wed, Oct 26, 2022 at 2:44 AM 腾刘 <27rabbi...@gmail.com> wrote:

> Not suitable for Asian area but I could attend the meeting next semester,
> hopefully I will be in Europe for further education .
>
> Melissa Mendonça  于2022年10月25日周二 23:19写道:
>
>> So sorry about this - I forgot to update this link! The hackmd link is
>> the correct one. Will make sure to keep you all updated for next time. But
>> the plan is to move it to 4pm UTC starting next time, November 7.
>>
>> Best,
>>
>> Melissa
>>
>> On Mon, Oct 24, 2022 at 12:35 PM 腾刘 <27rabbi...@gmail.com> wrote:
>>
>>> Seems that the link is broken. Because it is different from the one in
>>> the markdown ~
>>>
>>> --
>>>
>>> If you wish to join on Zoom, use this link:
>>>
>>> https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09
>>>
>>> ---
>>>
>>>
>>>- Time: 2 pm UTC
>>>- Join via Zoom:
>>>
>>> https://us06web.zoom.us/j/85016474448?pwd=TWEvaWJ1SklyVEpwNXUrcHV1YmFJQT09 
>>> (To
>>>dial in, find your local number:
>>>
>>>
>>> Inessa Pawson  于2022年10月24日周一 23:23写道:
>>>
>>>> Hi, Teng!
>>>> We didn’t have a lot of topics on the meeting agenda and finished 20
>>>> min earlier.
>>>> If you have any questions or suggestions related to contributing or
>>>> improving the official NumPy documentation, feel free to ask them here, on
>>>> the mailing list, or in the #docs channel on the NumPy workspace.
>>>>
>>>> On Mon, Oct 24, 2022 at 10:22 AM 腾刘 <27rabbi...@gmail.com> wrote:
>>>>
>>>>> Hiii~
>>>>>
>>>>> Have the meeting already re-scheduled to 4pm UTC? I found nobody there.
>>>>>
>>>>> Melissa Mendonça  于2022年10月24日周一 08:05写道:
>>>>>
>>>>>>
>>>>>> Hi all!
>>>>>>
>>>>>> Our next Documentation Team meeting will happen on *Monday, October
>>>>>> 24* at ***2PM UTC***. (We are also considering moving this meeting
>>>>>> to its original time in the future - 4PM UTC. If you have opinions on 
>>>>>> this
>>>>>> time change, let us know!)
>>>>>>
>>>>>> All are welcome - you don't need to already be a contributor to join.
>>>>>> If you have questions or are curious about what we're doing, we'll be 
>>>>>> happy
>>>>>> to meet you!
>>>>>>
>>>>>> If you wish to join on Zoom, use this link:
>>>>>>
>>>>>> https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09
>>>>>>
>>>>>> Here's the permanent hackmd document with the meeting notes (still
>>>>>> being updated):
>>>>>>
>>>>>> https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg
>>>>>> <https://www.google.com/url?q=https%3A%2F%2Fhackmd.io%2FoB_boakvRqKR-_2jRV-Qjg=D=2=AFQjCNGIOzVwlfDFd6YAgBwVUjmjQKWRSw>
>>>>>>
>>>>>> Hope to see you around!
>>>>>>
>>>>>> * You can also visit https://scientific-python.org/calendars to add
>>>>>> the NumPy community calendar as an .ics file to your preferred calendar
>>>>>> manager
>>>>>>
>>>>>> - 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: 27rabbi...@gmail.com
>>>>>>
>>>>> ___
>>>>> NumPy-Discussion mailing list -- numpy-discussion@python.org
>>>>> To unsubscribe send an email to numpy-discussio

[Numpy-discussion] Re: Documentation Team meeting - Monday October 24 at 2pm UTC

2022-10-25 Thread Melissa Mendonça
So sorry about this - I forgot to update this link! The hackmd link is the
correct one. Will make sure to keep you all updated for next time. But the
plan is to move it to 4pm UTC starting next time, November 7.

Best,

Melissa

On Mon, Oct 24, 2022 at 12:35 PM 腾刘 <27rabbi...@gmail.com> wrote:

> Seems that the link is broken. Because it is different from the one in the
> markdown ~
>
> --
>
> If you wish to join on Zoom, use this link:
>
> https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09
>
> ---
>
>
>- Time: 2 pm UTC
>- Join via Zoom:
>https://us06web.zoom.us/j/85016474448?pwd=TWEvaWJ1SklyVEpwNXUrcHV1YmFJQT09 
> (To
>dial in, find your local number:
>
>
> Inessa Pawson  于2022年10月24日周一 23:23写道:
>
>> Hi, Teng!
>> We didn’t have a lot of topics on the meeting agenda and finished 20 min
>> earlier.
>> If you have any questions or suggestions related to contributing or
>> improving the official NumPy documentation, feel free to ask them here, on
>> the mailing list, or in the #docs channel on the NumPy workspace.
>>
>> On Mon, Oct 24, 2022 at 10:22 AM 腾刘 <27rabbi...@gmail.com> wrote:
>>
>>> Hiii~
>>>
>>> Have the meeting already re-scheduled to 4pm UTC? I found nobody there.
>>>
>>> Melissa Mendonça  于2022年10月24日周一 08:05写道:
>>>
>>>>
>>>> Hi all!
>>>>
>>>> Our next Documentation Team meeting will happen on *Monday, October 24* at
>>>> ***2PM UTC***. (We are also considering moving this meeting to its
>>>> original time in the future - 4PM UTC. If you have opinions on this time
>>>> change, let us know!)
>>>>
>>>> All are welcome - you don't need to already be a contributor to join.
>>>> If you have questions or are curious about what we're doing, we'll be happy
>>>> to meet you!
>>>>
>>>> If you wish to join on Zoom, use this link:
>>>>
>>>> https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09
>>>>
>>>> Here's the permanent hackmd document with the meeting notes (still
>>>> being updated):
>>>>
>>>> https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg
>>>> <https://www.google.com/url?q=https%3A%2F%2Fhackmd.io%2FoB_boakvRqKR-_2jRV-Qjg=D=2=AFQjCNGIOzVwlfDFd6YAgBwVUjmjQKWRSw>
>>>>
>>>> Hope to see you around!
>>>>
>>>> * You can also visit https://scientific-python.org/calendars to add
>>>> the NumPy community calendar as an .ics file to your preferred calendar
>>>> manager
>>>>
>>>> - 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: 27rabbi...@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: albusc...@gmail.com
>>>
>>
>>
>> --
>> Cheers,
>> Inessa
>>
>> Inessa Pawson
>> Contributor Experience Lead | NumPy
>> https://numpy.org/
>> GitHub: inessapawson
>> ___
>> 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: 27rabbi...@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: 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] Documentation Team meeting - Monday October 24 at 2pm UTC

2022-10-23 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, October 24* at
***2PM UTC***. (We are also considering moving this meeting to its original
time in the future - 4PM UTC. If you have opinions on this time change, let
us know!)

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday October 10 at 2pm UTC

2022-10-08 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, October 10* at
***2PM UTC***. (We are also considering moving this meeting to its original
time in the future - 4PM UTC. If you have opinions on this time change, let
us know!)

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday September 12 at 2pm UTC

2022-09-11 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, September 12* at
***2PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday August 29 at 2pm UTC

2022-08-28 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, August 29*
at ***2PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday August 15 at 2pm UTC

2022-08-12 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, August 15*
at ***2PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday August 1st at 2pm UTC

2022-07-30 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, August 1st* at
***2PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Fwd: Documentation Team meeting - Monday July 18 **NEW TIME** 2pm UTC

2022-07-18 Thread Melissa Mendonça
Hello, folks!

Unfortunately our calendar doesn't seem to be updated so far - so this is a
reminder that our documentation team meeting will happen today at 2PM UTC
(about 20 minutes from now).

Hope to see you there!

- Melissa

-- Forwarded message -
From: Melissa Mendonça 
Date: Fri, Jul 15, 2022 at 12:59 PM
Subject: Documentation Team meeting - Monday July 18 **NEW TIME** 2pm UTC
To: Discussion of Numerical Python 


Hi all!

Our next Documentation Team meeting will happen on *Monday, July 18th*
at ***2PM
UTC***.

We are experimenting with this new time as a few contributors reached out
and mentioned that the original time didn't work for them.

*Please note that changes in the calendar may take a while to propagate.*

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg
<https://www.google.com/url?q=https%3A%2F%2Fhackmd.io%2FoB_boakvRqKR-_2jRV-Qjg=D=2=AFQjCNGIOzVwlfDFd6YAgBwVUjmjQKWRSw>

Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday July 18 **NEW TIME** 2pm UTC

2022-07-15 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, July 18th*
at ***2PM
UTC***.

We are experimenting with this new time as a few contributors reached out
and mentioned that the original time didn't work for them.

*Please note that changes in the calendar may take a while to propagate.*

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday July 4

2022-07-02 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, July 4th* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday June 6

2022-06-05 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, June 6th* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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: Dropping the pdf documentation.

2022-05-23 Thread Melissa Mendonça
Hi all!

Happy to say this:

*1. We drop pdf builds in CI, the release process and the Docker image, but
keep support in the code base.*
*2. Rohit volunteered to maintain the pdf build, so if he (or another
person we know and trust to receive artifacts from and distribute them)
wants to send PRs to fix doc build issues and merge a pdf build into
https://github.com/numpy/doc/ , we'll review
and merge those.*

is exactly the proposal that came up from the documentation team meeting
today :) We also proposed circling back in the next docs team meeting in
two weeks if there are any hiccups, but there was consensus at the meeting
that this is a good compromise.

- Melissa

On Mon, May 23, 2022 at 4:33 PM Stefan van der Walt 
wrote:

> On Mon, May 23, 2022, at 10:34, Ralf Gommers wrote:
>
> I'm not so interested in the detailed discussion later on in this thread
> to be honest. Let me propose a simple solution that should make everyone
> happy:
> 1. We drop pdf builds in CI, the release process and the Docker image, but
> keep support in the code base.
> 2. Rohit volunteered to maintain the pdf build, so if he (or another
> person we know and trust to receive artifacts from and distribute them)
> wants to send PRs to fix doc build issues and merge a pdf build into
> https://github.com/numpy/doc/, we'll review and merge those.
>
>
> I second this proposal.  Maybe with the provision that if, in a year from
> now, the PDF build is in a broken / unmaintained state, we remove it
> completely.
>
> Stéfan
>
> ___
> 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] Documentation Team meeting - Monday May 23

2022-05-20 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, May 23* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

* You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday May 9

2022-05-08 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, May 9* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20220509T16=1440=1

*** You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Documentation Team meeting - Monday April 25

2022-04-22 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, April 25* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+meeting=20220425T16=1440=1

*** You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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] Google Season of Docs

2022-04-14 Thread Melissa Mendonça
Hello, all

Unfortunately, we (neither NumPy nor SciPy) were not selected this year for
Google Season of Docs. You can see the accepted projects here:
https://developers.google.com/season-of-docs/docs/participants

Thank you all who dedicated time and effort to the proposal. I’m trying to
get some feedback from the Season of Docs team on the proposal shortcomings
or things we could have done differently.

Best,

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] NumFOCUS Contributor Diversification and Retention research project: call for participation

2022-04-13 Thread Melissa Mendonça
Hi folks!


I have been asked to share this call for participation with you. I've
mentioned this research in community meetings in the past. Please feel free
to reach out if you have any questions or concerns.


---


NumPy is working with NumFOCUS  on a research project

funded by the Gordon & Betty Moore Foundation  to
understand the barriers to participation that contributors, particularly
those from historically underrepresented groups, face in the open-source
software community. The research team would like to talk to new
contributors, project developers and maintainers, and those who have
contributed in the past about their experiences joining and contributing to
NumPy.

Interested in sharing your experiences?


Please complete this brief “Participant Interest
” form which contains additional
information on the research goals, privacy, and confidentiality
considerations. Your participation will be valuable to the growth and
sustainability of diverse and inclusive open-source software communities.
Accepted participants will participate in a 30-minute interview with a
research team member.

Thank you for your interest!
___
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] Documentation Team meeting - Monday April 11

2022-04-09 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, April 11* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+meeting+=20220411T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

 You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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: Create and document user journey maps and personas for NumPy: GSoD' 22

2022-04-08 Thread Melissa Mendonça
Hi Tapasweni,

If you have specific ideas and would like to discuss your statement of
interest before submitting it, feel free to reach out to
numpy-scipy-g...@googlegroups.com

While we don't have confirmation of our participation yet, it might be a
good exercise to go over the documentation and start with your own journey
there - we would love to hear about your own experience and suggestions for
improvements.

Cheers,

Melissa

On Fri, Apr 8, 2022 at 3:02 PM Inessa Pawson  wrote:

> Hi, Tapasweni!
> Thank you for reaching out. Our team is currently awaiting the
> confirmation of the acceptance to GSoD 2022. We should know the results by
> the end of next week.
>
> In the meantime, if you have any questions about the proposed NumPy+SciPy
> GSoD’22 project, consider attending (virtually) the next NumPy
> documentation team meeting scheduled for this Monday, April 11th at 4pm
> UTC. (Here is a Zoom link to join:
> https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09.)
>
> Cheers,
> Inessa
>
> Inessa Pawson
> Contributor Experience Lead | NumPy
> email: ine...@albuscode.org
>
> Tapasweni Pathak wrote:
> > Hi folks,
> > I'm very interested in contributing to Create and document user
> > journey maps and personas for NumPy project[1] through GSoD 2022.
> > Should I share the timeline, what should be my next steps?
> > Some information about my work is available here[2]. Looking forward
> > to your response.
> > [1]
> https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2022---NumPy-Proje.
> ..
> > [2] https://www.linkedin.com/in/tapaswenipathak
> > Thanks.
> ___
> 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] Re: A technical writer interested in contributing to NUMPY

2022-04-04 Thread Melissa Mendonça
Hello, Peculiar

Thanks for reaching out. Our documentation team meets every two weeks - if
you are interested and can make it (if the timezone permits) you are free
to join and ask questions. Our next meeting is on Monday, April 11 at 4pm
UTC. We also have Newcomer Meetings dedicated to answering questions about
the project, contributing and anything else you'd like to know. Keep an eye
out for the meeting announcements here in the mailing list.

We are indeed planning on participating on Google Season of Docs this year,
however the accepted organizations won't be announced before April 14.
Until then, you can read our project (
https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2022---NumPy-Project).
If you have any other questions about GSoD, please reach out to numpy-scipy-
g...@googlegroups.com.

If you just want to start contributing, feel free to browse our issue
tracker - there are many issues tagged Documentation that you can start
working on right away.

Welcome!

Melissa

On Mon, Apr 4, 2022 at 11:31 AM Abolade Peculiar 
wrote:

> Hello,
>
> My name is Peculiar Abolade. I'm a CS undergrad and a budding technical
> writer from Nigeria. Numpy has been a useful tool in my data science career
> and I really do wish to contribute to the community that has helped my
> growth.
>
> I will like to know how to get started contributing to the community, as
> well as the current priorities of the community in terms of documentation.
> Where would my effort be needed the most? I would also like to inquire if
> the community would be participating in the Google Season of Docs this
> year.
>
> I look forward to hearing from you soonest. Thank you for having me.
>
> Regards,
>
> Peculiar.
>
>
> Email: peculiarabol...@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: 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] Documentation Team meeting - Monday March 28

2022-03-26 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, March 28* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+meeting=20220328T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

 You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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: Google Season of Docs

2022-03-25 Thread Melissa Mendonça
Hello, folks!

Both projects are now live and I've added NumPy and SciPy to the interested
organizations list for 2022. You can see the projects at the NumPy and
SciPy wikis:

https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2022---NumPy-Project
https://github.com/scipy/scipy/wiki/Google-Season-of-Docs-2022---SciPy-Project

Thank you to all folks who helped with writing the proposals and reflecting
on ideas - fingers crossed for the list of accepted organizations on April
14!

Cheers,

Melissa

On Sat, Mar 19, 2022 at 5:22 PM Melissa Mendonça 
wrote:

> Hi all!
>
> I wrote drafts for both the NumPy and SciPy projects for Google Season of
> Docs. You'll notice they are very similar - the Google person responsible
> for the program suggested this may have a better chance of success instead
> of sending one proposal for the two projects. Here they are for review and
> feedback:
>
> NumPy: https://hackmd.io/@melissawm/r1yuKepbc
> SciPy: https://hackmd.io/@melissawm/HJqey27f9
>
> The deadline for submission is March 25th. Feel free to add comments,
> corrections and suggestions.
>
> Thanks!
>
> - Melissa
>
> p.s. If you are interested in being a mentor (or co-mentor), please reach
> out so I can list you in the project.
>
___
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] Google Season of Docs

2022-03-19 Thread Melissa Mendonça
Hi all!

I wrote drafts for both the NumPy and SciPy projects for Google Season of
Docs. You'll notice they are very similar - the Google person responsible
for the program suggested this may have a better chance of success instead
of sending one proposal for the two projects. Here they are for review and
feedback:

NumPy: https://hackmd.io/@melissawm/r1yuKepbc
SciPy: https://hackmd.io/@melissawm/HJqey27f9

The deadline for submission is March 25th. Feel free to add comments,
corrections and suggestions.

Thanks!

- Melissa

p.s. If you are interested in being a mentor (or co-mentor), please reach
out so I can list you in the project.
___
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] Fwd: Documentation Team meeting - Monday March 14

2022-03-12 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, March 14* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20220314T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

 You can also visit https://scientific-python.org/calendars to add the
NumPy community calendar as an .ics file to your preferred calendar manager

- 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: 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] Documentation Team meeting - Monday February 14

2022-02-11 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, February 14* at
***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

This time, we expect to have a discussion around the content for our first
Newsletter edition, in addition to other smaller agenda items.

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+meeting=20220214T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] SciPy 2022 - Call for Proposals

2022-02-08 Thread Melissa Mendonça
Hello, folks - the following text is shared by request of the organizers
for the 2022 SciPy Conference.

---

Hello Everyone,


We are reaching out to you about the 21st annual Scientific Computing with
Python Conference — also known as *SciPy 2022*
 — that will be held July 11-17, 2022 in
Austin, Texas.


The *call for submissions*  is
now open, and we would love to receive proposals from folks in your
organization. We seek submissions for *talks and posters*
 by *February 11*.
This year, in addition to the general conference track and domain
mini-symposia, we are accepting submissions for two specialized tracks: (1)
Machine Learning and Data Science, and (2) Data Life Cycle. We are also
seeking *tutorial*  submissions
by *February 15.*


This year's conference will be held in-person in Austin, Texas.
*Registration*  opens February 3
and early bird rates end May 1. Scholarships are available this year – if
you’d like to apply for a scholarship to attend, please fill out this *form*
.
The deadline for *scholarships*
 is *March 13*.


The conference will conclude with two days of *Sprints*
 focused on developing and
maintaining open source Python scientific software. In addition we are
proud to offer again our Mentorship Program and networking events with
focused topics like “Careers in Data Science.”


You can find out more about our programming at
*https://www.scipy2022.scipy.org/about*
. The full schedule will be
published later in May. In the meantime, please check out *last year’s
schedule*  and *videos of last
year’s talks and events*

to get a better idea of what SciPy conferences are like.


SciPy 2022 is shaping up to be a fantastic conference. We hope you'll join
us in July!


SciPy Organizers
___
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: Announcement: SciPy Community Meetings

2022-01-30 Thread Melissa Mendonça
That is right (noon UTC). The timeanddate link at the bottom of the message
might help with that, and the alternate time should be 8pm UTC/noon Pacific.

Thanks for clarifying! Cheers,

Melissa

On Sat, Jan 29, 2022 at 5:02 PM Ralf Gommers  wrote:

>
>
> On Sat, Jan 29, 2022 at 6:37 PM Stefan van der Walt 
> wrote:
>
>> On Sat, Jan 29, 2022, at 07:11, Melissa Mendonça wrote:
>>
>> The next one will happen this week, on* February 2, at 12 pm UTC*.
>>
>>
>> I just want to confirm that this means "mid-day UTC" or "4am Pacific"?
>>
>
> Yes, that is what it should mean. We agreed before to alternate between
> two times - one Europe/Asia-friendly and the other one US/Europe-friendly.
> This one will be 8pm China (East), 9pm Tokyo, 11pm Sydney
>
> Cheers,
> Ralf
>
> ___
> 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] Announcement: SciPy Community Meetings

2022-01-29 Thread Melissa Mendonça
Hello, all!

Some of you might be interested to know that we are organizing SciPy
Community Meetings again. The idea is to have those every two weeks on
Wednesdays, alternating between times to try and get as many timezones as
possible.

The next one will happen this week, on* February 2, at 12 pm UTC*.

Here's the hackmd we are using to take notes:
https://hackmd.io/pyhudrC5TgSwdJtpPldHgQ

Cheers,

Melissa

p.s. Here's a handy link where you can get the meeting time in your
timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=SciPy+Community+Meeting=20220202T12=1440=1
___
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] Documentation Team meeting - Monday January 31

2022-01-28 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will happen on *Monday, January 31* at
***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20220131T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Documentation Team meeting - Monday January 17

2022-01-16 Thread Melissa Mendonça
Hi all!

Our first Documentation Team meeting of 2022 snuck up on me, sorry for not
announcing sooner! We'll meet on *Monday, January 17* at ***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20220117T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Documentation Team meeting - Monday December 6

2021-12-05 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, December 6* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20211206T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Newcomer's meeting on Thursday, December 2

2021-12-01 Thread Melissa Mendonça
Hi all!

Our next Newcomer’s Meeting is Tomorrow, Thursday December 2, at 4pm UTC.

This is an informal meeting to ask questions, get to know other people and
(hopefully) figure out ways to contribute to NumPy.

Feel free to join if you are lurking around but found it hard to start
contributing - we’ll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomers%27+Meeting=20211202T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] 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] Documentation Team meeting - Monday November 22

2021-11-21 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, November 22* at ***4PM
UTC***. For some reason, the events had not been showing up on the
community calendar, but I think we fixed it - let me know otherwise.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20211122T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Newcomer's meeting on Thursday, November 18

2021-11-17 Thread Melissa Mendonça
Hi all!

Our next Newcomer’s Meeting is Tomorrow, Thursday November 18, at 4pm UTC.

This is an informal meeting to ask questions, get to know other people and
(hopefully) figure out ways to contribute to NumPy.

Feel free to join if you are lurking around but found it hard to start
contributing - we’ll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomers%27+Meeting=2028T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Documentation Team meeting - Monday November 8

2021-11-07 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, November 8* at ***4PM
UTC***. For some reason, the events had not been showing up on the
community calendar, but I think I fixed it - let me know otherwise.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20211108T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Documentation Team meeting - Monday October 25

2021-10-22 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, October 25* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20211025T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Newcomer's meeting on Thursday, October 21

2021-10-20 Thread Melissa Mendonça
Hi all!

Our next Newcomer's Meeting is on *Today, Thursday October 21*
*, at 4pm UTC.*

This is an informal meeting to ask questions, get to know other people and
(hopefully) figure out ways to contribute to NumPy.

*This time, we are doing something different*: I am proposing we pick a
documentation issue and work on it together from beginning to end, setting
up a developer environment and if there's time, submitting a PR. This is a
chance to see the workflow and ask questions about each of the steps needed
to make that happen.

Feel free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomers%27+Meeting=20211021T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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: What happened to the numpy.random documentation?

2021-10-15 Thread Melissa Mendonça
Moved this discussion to an issue:
https://github.com/numpy/numpy/issues/20121

Feel free to add your own thoughts and suggestions there.

On Fri, Oct 15, 2021 at 9:11 AM Ralf Gommers  wrote:

>
>
> On Fri, Oct 15, 2021 at 12:11 PM Kevin Sheppard <
> kevin.k.shepp...@gmail.com> wrote:
>
>>
>>
>> On Thu, Oct 14, 2021 at 7:22 PM Ralf Gommers 
>> wrote:
>>
>>>
>>>
>>> On Thu, Oct 14, 2021 at 7:19 PM Kevin Sheppard <
>>> kevin.k.shepp...@gmail.com> wrote:
>>>
>>>> I think the issue in random specifically is that a raw list of
>>>> available functions does not provide suitable guidance for someone looking
>>>> for random variate generating function.  This is because the module-level
>>>> API is mostly dominated by methods of the singleton RandomState instance.
>>>> Best practice going forward is to use the methods of a Generator instance,
>>>> most likely provided by default_rng(). A simple API-list will not be able
>>>> to provide this guidance.
>>>>
>>>
>>> The list can be annotated with headings and one-line or one-paragraph
>>> descriptions, something like:
>>>
>>> ```
>>> ## Generator interface
>>>
>>> This is the recommended interface ... 
>>>
>>> ## Interface for unit testing and legacy code
>>>
>>> 
>>> ```
>>>
>>> The complaint is very much valid here, I have made the same one before.
>>> The way the page currently is written makes little sense - it addresses a
>>> user transitioning from the old to the new interface, or explicitly
>>> comparing the two for some reason. To a user just looking for information
>>> on NumPy today, that's more confusing than helpful.
>>>
>>> The page also talks about "The new interface", "What's new and
>>> different", "Some long-overdue API cleanup", and "Since Numpy version
>>> 1.17.0" - that all belongs in a NEP, and not in the API reference docs.
>>>
>>> Cheers,
>>> Ralf
>>>
>>>
>>>
>> I don't think the doc style there is ideal.  I would still say that a
>> relatively naive dump of `np.random` (something that would be everything in
>> [v for v in dir(np.random) if not v.startswith("_")] would not lead to an
>> idea set of docs because most of the "obvious" functions are methods of the
>> legacy RandomState.  A good set would need something like (excluding
>> headers)
>>
>> default_rng
>> Generator
>> Generator.random
>> Generator.integers
>> ...
>>
>> 
>> Legacy Methods
>> ==
>> 
>> np.random.random_sample
>> np.random.randint
>> RandmState
>> ...
>>
>
> I don't think we're disagreeing, this is very close to what I was
> suggesting.
>
> IMO many (likely most) methods exposed in np.random should not be on the
>> default landing page for np.random.
>>
>
> They should stay on that page, if they're marked as legacy with a brief
> explanation that'll guide people to the recommended API just fine. Every
> public object should be in the docs, and these are heavily used functions.
>
> Cheers,
> Ralf
>
>
> Best,
>> Kevin
>>
>>
>>
>>>> FFT has a very simple API and so a simple list make sense.  Similarly,
>>>> np.random before the generation was revamped, which is hy the old-style was
>>>> adequate for <=1.16, but not for >=1.17
>>>>
>>>> Kevin
>>>>
>>>>
>>>> On Thu, Oct 14, 2021 at 6:09 PM Paul M.  wrote:
>>>>
>>>>> Hi Melissa,
>>>>>
>>>>> I think that's the right approach.  Looking through the current docs,
>>>>> I think the page on the FFT module is exemplary in this regard:
>>>>>
>>>>> https://numpy.org/doc/stable/reference/routines.fft.html
>>>>>
>>>>> It lists all the available functions (with links to details), and then
>>>>> has a section on "Background Information", "Implementation Details", etc.
>>>>> It's easy to get a quick overview of what the available functions are, and
>>>>> then ease into the background info in terms of how it works.
>>>>>
>>>>> Cheers,
>>>>> Paul
>>>>>
>>>>>
>>>>> On Thu, Oct 14, 2021 at 12:44 PM Melissa Mendonça 
>>&g

[Numpy-discussion] Re: What happened to the numpy.random documentation?

2021-10-14 Thread Melissa Mendonça
Hi Paul,

Do you think having a page with the flat list of routines back, in addition
to the explanations, would solve this?

- Melissa

On Thu, Oct 14, 2021 at 1:34 PM Paul M.  wrote:

> Hi All,
>
> The documentation of Numpy's submodules  used to have a fairly standard
> structure as shown here in the 1.16 documentation:
>
>   https://docs.scipy.org/doc/numpy-1.16.1/reference/routines.random.html
>
> Now the same page in the API documentation looks like this:
>
>   https://numpy.org/doc/stable/reference/random/index.html
>
> While I appreciate the expository text in the new documentation about how
> the generators work, this new version is much less useful as a reference to
> the API.  It seems like it might fit better in the user manual rather than
> the API reference.
>
> From my perspective it seems like the new version of the documentation is
> harder to navigate in terms of finding information quickly (more scrolling,
> harder to get a bird's eye view of functions in various submodules, etc).
>
> Has anyone else had a similar reaction to the changes? I teach a couple of
> courses in scientific computing and bioinformatics and my students seem to
> also struggle to get a sense of what the different modules offer based on
> the new version of the documentation. For now, I'm referring them to the
> old (1.70) reference manuals as a better way to get acquainted with the
> libraries.
>
> Cheers,
> Paul Magwene
> ___
> 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] Re: Documentation Team meeting - Monday October 11

2021-10-11 Thread Melissa Mendonça
Can you try using this link:
https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09


On Mon, Oct 11, 2021 at 1:10 PM Rumanu Bhardwaj 
wrote:

> I'm not able to join without the meeting password ;-;
>
> On Mon, 11 Oct, 2021, 4:46 am Melissa Mendonça, 
> wrote:
>
>> Hi all!
>>
>> Our next Documentation Team meeting will be on *Monday, October 11* at ***4PM
>> UTC***.
>>
>> All are welcome - you don't need to already be a contributor to join. If
>> you have questions or are curious about what we're doing, we'll be happy to
>> meet you!
>>
>> If you wish to join on Zoom, use this link:
>>
>> https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success
>>
>> Here's the permanent hackmd document with the meeting notes (still being
>> updated in the next few days!):
>>
>> https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg
>> <https://www.google.com/url?q=https%3A%2F%2Fhackmd.io%2FoB_boakvRqKR-_2jRV-Qjg=D=2=AFQjCNGIOzVwlfDFd6YAgBwVUjmjQKWRSw>
>>
>> Hope to see you around!
>>
>> ** You can click this link to get the correct time at your timezone:
>> https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20211011T16=1440=1
>>
>> *** You can add the NumPy community calendar to your google calendar by
>> clicking this link: https://calendar.google.com/calendar
>> /r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20
>>
>> - 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: rumanubhard...@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: 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] Newcomer's meeting: TODAY, 4PM UTC

2021-10-07 Thread Melissa Mendonça
Hi all!

Sorry for the late notice: our next Newcomer's Meeting is on *Today,
Thursday October 7*
*, at 4pm UTC.*

This is an informal meeting with no agenda to ask questions, get to know
other people and (hopefully) figure out ways to contribute to NumPy. Feel
free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomers%27+Meeting=20211007T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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: Contributing to Numpy (non coder)

2021-10-01 Thread Melissa Mendonça
Hello and welcome!

You are certainly welcome to start contributing.

Since you mentioned educational content, we are always interested in
tutorial suggestions for https://github.com/numpy/numpy-tutorials. If you
are interested in technical writing from the development point of view, we
do have a bunch of documentation issues in our GitHub repo that can be
worked on - see https://github.com/numpy/numpy/labels/04%20-%20Documentation

If you are available at that time, it might be interesting to attend our
next Newcomer's meeting (taking place on Thursday, October 7 at 4pm UTC).
We can talk about your interests and other possible ways forward there. You
are also welcome to join our community meeting, but the next one is only in
~2 weeks.

Finally, you can also join our Slack space, where we can discuss specific
questions. Let me know and I can add you there.

Cheers!

- Melissa

On Fri, Oct 1, 2021 at 4:46 AM  wrote:

> Hello everyone, I´m an student of Data Science and a technical writer, and
> I would like to contribute to NumPy. The problem is that even though I know
> the basics of Github, I´m not a Developer.
> I would like to know about these listed options of contributing:
> https://numpy.org/doc/stable/dev/index.html
>
> Among the mentioned in your doc, I have experience in Developing
> educational content, Project Management and Writing technical documentation.
> Hope is still possible to contribute.
> Thanks for reading.
> ___
> 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] Documentation Team meeting - Monday September 27

2021-09-25 Thread Melissa Mendonça
Sorry - forgot to edit the subject line...

---

Hi all!

Our next Documentation Team meeting will be on *Monday, September 27* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210927T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Fwd: Documentation Team meeting - Monday September 13

2021-09-25 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be tomorrow - *Monday, September
27* at ***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210927T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Newcomer's meeting: September 23, 8PM UTC

2021-09-22 Thread Melissa Mendonça
Hi all!

Our next Newcomer's Meeting is on Thursday,
*September 23, at 8pm UTC.*

This is an informal meeting with no agenda to ask questions, get to know
other people and (hopefully) figure out ways to contribute to NumPy. Feel
free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomers%27+Meeting=20210923T20=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- 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] Documentation Team meeting - Monday September 13

2021-09-11 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be tomorrow - *Monday, September
13* at ***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210913T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's meeting: September 9, 4PM UTC

2021-09-08 Thread Melissa Mendonça
Hi all!

Our next Newcomer's Meeting is on Thursday,
*September 9, at 4pm UTC.*

This is an informal meeting with no agenda to ask questions, get to know
other people and (hopefully) figure out ways to contribute to NumPy. Feel
free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomers%27+Meeting=20210909T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] New CZI grant to support DEI initiatives in the scientific Python ecosystem

2021-08-31 Thread Melissa Mendonça
We are happy to announce the Chan Zuckerberg Initiative has awarded a grant
to support the onboarding, inclusion, and retention of people from
historically marginalized groups on scientific Python projects, and to
structurally improve the community dynamics for NumPy, SciPy, Matplotlib,
and Pandas.

As a part of CZI’s Essential Open Source Software for Science program [1],
this Diversity & Inclusion supplemental grant [2] will support the creation
of dedicated Contributor Experience Lead positions to identify, document,
and implement practices to foster inclusive open-source communities. This
project will be led by Melissa Mendonça (NumPy), with additional mentorship
and guidance provided by Ralf Gommers (NumPy, SciPy), Hannah Aizenman and
Thomas Caswell (Matplotlib), Matt Haberland (SciPy), and Joris Van den
Bossche (Pandas).

This is an ambitious project aiming to discover and implement activities
that should structurally improve the community dynamics of our projects. By
establishing these new cross-project roles, we hope to introduce a new
collaboration model to the Scientific Python communities, allowing
community-building work within the ecosystem to be done more efficiently
and with greater outcomes. We also expect to develop a clearer picture of
what works and what doesn’t in our projects to engage and retain new
contributors, especially from historically underrepresented groups.
Finally, we plan on producing detailed reports on the actions executed,
explaining how they have impacted our projects in terms of representation
and interaction with our communities.

The two-year project is expected to start by November 2021, and we are
excited to see the results from this work! You can read the full proposal
in figshare [3] and see this announcement at the NumPy site [4].

Cheers!

- Melissa

[1] https://chanzuckerberg.com/eoss/
[2]
https://cziscience.medium.com/advancing-diversity-and-inclusion-in-scientific-open-source-eaabe6a5488b
[3]
https://figshare.com/articles/online_resource/Advancing_an_inclusive_culture_in_the_scientific_Python_ecosystem/16548063
[4]
https://numpy.org/news/#advancing-an-inclusive-culture-in-the-scientific-python-ecosystem
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday August 30

2021-08-27 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be tomorrow - *Monday, August 30*
at ***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210830T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's meeting: August 26, 8PM UTC

2021-08-24 Thread Melissa Mendonça
Hi all!

Our next Newcomer's Meeting is on Thursday,
*August 26, at 8pm UTC.*

This is an informal meeting with no agenda to ask questions, get to know
other people and (hopefully) figure out ways to contribute to NumPy. Feel
free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomer%27s+Meeting=20210826T20=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday August 16

2021-08-14 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be tomorrow - *Monday, August 16*
at ***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210816T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's Meeting Aug 12: special accessibility mini-sprint! (Part 2)

2021-08-10 Thread Melissa Mendonça
Hey folks!

This week we are repeating our low-code accessibility mini-sprint on August
12, at 4pm UTC. Last time we had a few people participate - you can see the
work they did here:

https://github.com/melissawm/numpy/pull/27

If you are interested, we'd be happy to help you get started. As usual, all
are welcome - feel free to join even if you just want to observe!

To join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

- Melissa

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomer%27s+Meeting+-+Accessibility+Mini+Sprint+part+2=20210812T16=1440=1
*** You can add the NumPy community calendar to your Google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

-- Forwarded message -
De: Melissa Mendonça 
Date: seg, 26 de jul de 2021 17:03
Subject: Newcomer's Meeting July 29: special accessibility mini-sprint!
To: Discussion of Numerical Python 


Hello, folks!

This week we have our planned Newcomer's meeting on July 29, at 8PM UTC.
This time, we are teaming up with Tony Fast and Isabela Presedo-Floyd to
propose a low-code mini-sprint focusing on accessibility. This is a great
opportunity to make your first contribution to NumPy!

We will be focusing on writing alt-text for images in our documentation.
Alt-text provides a textual alternative to non-text content in web pages,
and as cited in this WebAIM document [1]:

"Alternative text serves several functions:

   - It is read by screen readers in place of images allowing the content
   and function of the image to be accessible to those with visual or certain
   cognitive disabilities.
   - It is displayed in place of the image in browsers if the image file is
   not loaded or when the user has chosen not to view images.
   - It provides a semantic meaning and description to images which can be
   read by search engines or be used to later determine the content of the
   image from page context alone."

You can find some more information on how to add alt-text in [2].

As usual, all are welcome - feel free to join even if you just want to
observe!

To join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

- Melissa

[1] https://webaim.org/techniques/alttext/

[2] https://www.w3.org/WAI/tutorials/images/decision-tree/
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday August 2

2021-08-01 Thread Melissa Mendonça
Hi all!

Sorry for the late notice - our next Documentation Team meeting will be
tomorrow - *Monday, August 2nd* at ***4PM UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210802T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's Meeting July 29: special accessibility mini-sprint!

2021-07-26 Thread Melissa Mendonça
Hello, folks!

This week we have our planned Newcomer's meeting on July 29, at 8PM UTC.
This time, we are teaming up with Tony Fast and Isabela Presedo-Floyd to
propose a low-code mini-sprint focusing on accessibility. This is a great
opportunity to make your first contribution to NumPy!

We will be focusing on writing alt-text for images in our documentation.
Alt-text provides a textual alternative to non-text content in web pages,
and as cited in this WebAIM document [1]:

"Alternative text serves several functions:

   - It is read by screen readers in place of images allowing the content
   and function of the image to be accessible to those with visual or certain
   cognitive disabilities.
   - It is displayed in place of the image in browsers if the image file is
   not loaded or when the user has chosen not to view images.
   - It provides a semantic meaning and description to images which can be
   read by search engines or be used to later determine the content of the
   image from page context alone."

You can find some more information on how to add alt-text in [2].

As usual, all are welcome - feel free to join even if you just want to
observe!

To join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

- Melissa

[1] https://webaim.org/techniques/alttext/

[2] https://www.w3.org/WAI/tutorials/images/decision-tree/


** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomers%27s+Meeting+-+Accessibility+Mini-Sprint=20210729T20=1440=1


*** You can add the NumPy community calendar to your Google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday July 19

2021-07-17 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, July 19* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210719T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's meeting - later today (4pm UTC)!

2021-07-15 Thread Melissa Mendonça
Hi all!

Sorry for the late notice - our next Newcomer's Meeting is today,
* July 15, at 4pm UTC.*

This is an informal meeting with no agenda to ask questions, get to know
other people and (hopefully) figure out ways to contribute to NumPy. Feel
free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomer%27s+Meeting=20210715T16=1440=1


*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday July 5

2021-07-02 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, July 5* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210705T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] 2020 NumPy survey results

2021-06-23 Thread Melissa Mendonça
Huge thanks to Inessa and the entire survey team for their work on this!

There is a lot of good information to guide possible future actions... :)

Best,

- Melissa

On Wed, Jun 23, 2021 at 1:37 PM Charles R Harris 
wrote:

>
>
> On Tue, Jun 22, 2021 at 3:41 PM Inessa Pawson  wrote:
>
>> Hi, everyone!
>> In 2020, the NumPy survey team in partnership with students and faculty
>> from a Master’s course in Survey Methodology jointly hosted by the
>> University of Michigan and the University of Maryland conducted the first
>> official NumPy community survey. Over 1,200 users from 75 countries
>> participated to help us map out a landscape of the NumPy community and
>> voiced their thoughts about the future of the project.
>>
>> We are finally ready to share with you the findings of this survey. You
>> can read the full report here: https://numpy.org/user-survey-2020.
>>
>> The inaugural NumPy community survey was an effort of an international
>> group of volunteers who showed a remarkable dedication to the project
>> amidst the extraordinary challenges of the year 2020. Each is listed
>> alphabetically by type of contribution.
>>
>> *Survey Design and Analysis*
>> Ross Barnowski
>> Sebastian Berg
>> Xiaoyi Deng
>> Ralf Gommers
>> Stephanie Mendoza
>> Inessa Pawson
>> Deji Suolang
>> Mame Fatou Thiam
>>
>> *Translations*
>> Eric Depagne
>> Xiaoyi Deng
>> Yuki Dunn
>> Kiko Correoso Garcia
>> Jose Guzman
>> Andrei Ivanov
>> Paul Ivanov
>> Siddhartha Kapoor
>> Tetsuo Koyama
>> Guilherme Leobas
>> Dayane Machado
>> Mahfuza Humayra Mohona
>> Aerik Pawson
>> Inessa Pawson
>> Zijie Poh
>> Sumera Priyadarsini
>> Fabrice Silva
>> Shaloo Shalini
>> Kriti Singh
>> Alexandre de Siqueira
>>
>> *Special thanks*
>> Frederick Conrad (Survey Research Center, Institute for Social Research,
>> University of Michigan)
>> Danuta Dzierżanowska
>> Jim Lepkowski (Survey Research Center, Institute for Social Research,
>> University of Michigan)
>> Claire McKay Bowen (Urban Institute)
>> Michael Traugott (Survey Research Center, Institute for Social Research,
>> University of Michigan)
>>
>> Also, a huge thank you to everyone who took part in this survey. We
>> couldn’t do it without your support.
>>
>> Inessa Pawson
>> NumPy Survey Team
>>
>>
> Very nice and quite informative. There went my morning . . .
>
> Chuck
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday June 21

2021-06-18 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, June 21* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210621T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's Meeting tomorrow at 4pm UTC!

2021-06-16 Thread Melissa Mendonça
Hi all!

Our Newcomer's Meeting tomorrow,
* June 17, will take place at 4pm UTC (instead of the usual 8pm UTC).*

This new time is meant to be more inclusive to contributors in different
time zones. I think it would be nice to experiment with alternating times
for this meeting, so I'll update the calendar and will keep sending
reminders to the mailing list.

This is an informal meeting with no agenda to ask questions, get to know
other people and (hopefully) figure out ways to contribute to NumPy. Feel
free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomer%27s+Meeting=20210617T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday June 7

2021-06-04 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, June 7* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210607T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Understanding Our Contributors - NumFOCUS survey

2021-05-24 Thread Melissa Mendonça
Hi all,

NumPy is participating in a research project being conducted by NumFOCUS
, our fiscal sponsorship organization. The research
is looking into understanding the diversity, inclusion and barriers to
participation within NumFOCUS-sponsored projects and the wider open source
community.

The survey  will take 15-20 min
to complete. We’d appreciate your contribution by May 31, 2021.

The results of this survey will help NumFOCUS work closely with our
projects to develop practices that will lead to project success around
diversity, inclusion and sustainability.

Click here to participate in the survey


Thank you for your participation!


- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday May 24

2021-05-22 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, May 24* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+meeting=20210524T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's Meeting tomorrow!

2021-05-19 Thread Melissa Mendonça
Hi all!

Tomorrow,* May 20, at 8pm UTC* we have a Newcomer's Meeting!

This is an informal meeting with no agenda to ask questions, get to know
other people and (hopefully) figure out ways to contribute to NumPy. Feel
free to join if you are lurking around but found it hard to start
contributing - we'll do our best to support you.

If you wish to join on Zoom, use this link: https://zoom.us/j/6345425936

Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Newcomer%27s+Meeting=20210520T20=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Google Season of Docs

2021-05-14 Thread Melissa Mendonça
Hello, all!

I am happy to announce we found our technical writer for the Google Season
of Docs program. After looking at all submitted proposals we have decided
to hire Mukulika. You can see her Statement of Interest here:
https://mail.python.org/pipermail/numpy-discussion/2021-May/081746.html

We are very glad to participate again this year and sincerely thank all the
technical writers who took an interest in our project and that contacted us
about it. If you want to keep contributing to NumPy, you are all most
welcome!

Mukulika has already started doing some contributions to NumPy and we wish
her a successful project. Me and Ross will be the mentors for this proposal
but the community is also encouraged to participate with suggestions and
comments. You can check out the timeline and more details about GSoD here:
https://developers.google.com/season-of-docs/docs/timeline

Cheers,

Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] GSOD 2021

2021-05-13 Thread Melissa Mendonça
Hello,

Unfortunately it is a bit late as the deadline for hiring a candidate is
next Monday, May 17. We are close to reaching a decision already. Maybe
next year? :)

Cheers,

Melissa

On Thu, May 13, 2021 at 9:53 AM 1DS19IS109_Sujal 
wrote:

> Can I still apply for GSOD'21?
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] GSoD 2021 - Statement of Interest

2021-05-10 Thread Melissa Mendonça
Hello, Mahesh!

We will take your project into consideration and let you know of our
decision shortly.

Cheers!

Melissa

On Sat, May 8, 2021 at 4:19 PM Mahesh S  wrote:

> Hi there everyone,
>
> I am attaching my in depth proposal for Google Season of Docs 2021 with
> NumPy along with this mail. Kindly share your thoughts on it
>
> Thanks & Regards
> Mahesh S Nair
>
> On Wed, May 5, 2021 at 2:06 AM Melissa Mendonça 
> wrote:
>
>> Hello, Mahesh
>>
>> Yes, the timeline looks fine.
>>
>> Cheers,
>>
>> Melissa
>>
>> On Sun, May 2, 2021 at 2:08 PM Mahesh S  wrote:
>>
>>> Hello there Melissa,
>>>
>>> Thank You for your valuable suggestion.Actually , I am planning for a
>>> high-impact work. I have already started reading the User-Guide and working
>>> out small projects using NumPy to understand it further, to prepare an
>>> in-depth proposal, which will include changes which I mentioned in my brief
>>> proposal, reorganizing content, addressing issues in the GitHub tracker and
>>> all. One doubt from my side is regarding the timeline. Currently I am
>>> planning to prepare the proposal with the GSoD Timeline that is from June
>>> 16 2021 and ends on November 16th 2021 with four evaluation phases ,
>>> Is there any specific timeline from the community or Am I free to follow
>>> the same?
>>>
>>> And  as of now, I am planning to set an order in which the tasks needed
>>> to be done , which I will share in the first draft of my proposal which I
>>> will submit by this week, later changes can be done as per suggestions from
>>> the mentors and community.
>>>
>>> Thank You
>>> Mahesh
>>>
>>> On Sun, May 2, 2021 at 7:05 PM Melissa Mendonça 
>>> wrote:
>>>
>>>> Hello, Mahesh
>>>>
>>>> While you work on this, it may be interesting to keep in mind that we
>>>> are looking for high-impact work that can be done in the timeframe of the
>>>> GSoD program - examples would be reorganizing content in a section of the
>>>> documentation, creating new complete document pages on some subject or
>>>> concept. It may be worth familiarizing yourself with the documentation (I
>>>> won't suggest reading all of it as it's huge!) to get an idea for the
>>>> different sections. One idea would be to focus on the user guide, which
>>>> contains several sub-pages, and check for improvements that can be done
>>>> there.
>>>>
>>>> Cheers,
>>>>
>>>> Melissa
>>>>
>>>> On Fri, Apr 30, 2021 at 9:28 AM Mahesh S 
>>>> wrote:
>>>>
>>>>> Hi there,
>>>>>
>>>>> The current documentation of NumPy is really good but a bit more
>>>>> improvement can be made to it, which is the prime objective of my project.
>>>>> The improvements which I mentioned in my brief proposal are strategies 
>>>>> that
>>>>> can be applied to every documentation to make it better.
>>>>>
>>>>> Apart from general improvements most the documentation related issues
>>>>> in the NumPy's GitHub issue tracker
>>>>> <https://github.com/numpy/numpy/issues?page=2=is%3Aissue+is%3Aopen+doc+label%3A%2204+-+Documentation%22>
>>>>>  will
>>>>> be addressed. . Some needs more technical information and help from the
>>>>> community. Some are due to the lack of visual aids. Most of them will be
>>>>> addressed and improvements will be made such that similar issues will not
>>>>> be generated in future.
>>>>> Rearranging of sections in the User Guide
>>>>> <https://numpy.org/devdocs/user/absolute_beginners.html> can be done
>>>>> after further discussions
>>>>>
>>>>> Some examples regarding the need of restructuring and duplication are
>>>>> given in the attached document. Apologies in advance if my observations 
>>>>> are
>>>>> inaccurate or nitpicks. The given doc is just a very brief one. An 
>>>>> in-depth
>>>>> proposal with all the planned changes along with solutions to close as 
>>>>> many
>>>>> issues in the tracker will be prepared. I am getting familiar with the
>>>>> community and NumPy.
>>>>>
>>>>>
>>>>> On Thu, Apr 29, 2021 at 9:54 PM Melissa Mendonça 
>&

Re: [Numpy-discussion] GSoD'21- Submitting first draft of the Statement of Interest.

2021-05-10 Thread Melissa Mendonça
Thank you, Ayush! We will take your project into consideration and let you
all know of our decision shortly.

Cheers!

- Melissa

On Mon, May 10, 2021 at 8:26 AM Ayush Verma  wrote:

> I have updated the statement with links to a personal project's
> documentation following the Diataxis framework guidelines. I am also
> attaching the links below in the mail itself.
> Please find the updated document and attached links below.
> Github repo link of the project: www.github.com/verma16Ayush/profpoll
> Hosted documentation: profpoll.readthedocs.io/en/latest
> Thanks,
> Ayush
>
> On Fri, May 7, 2021 at 6:37 PM Ayush Verma 
> wrote:
>
>> Hello everyone,
>> I have attached my Statement of Interest for GSoD'21 below. I will also
>> be adding a couple more links to the statement within a day or two. Till
>> then, I would love to get reviews from the community on the proposed
>> changes.
>> Cheers.
>> Ayush.
>>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Documentation Team meeting (and Google Season of Docs) - Monday May 10

2021-05-07 Thread Melissa Mendonça
Sorry forgot to update the timezone link. Here's the right one:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210510T16=%3A=1

Cheers!

On Fri, May 7, 2021 at 4:47 PM Melissa Mendonça  wrote:

> Hi all!
>
> Our next Documentation Team meeting will be on *Monday, May 10* at ***4PM
> UTC***.
>
> All are welcome - you don't need to already be a contributor to join. If
> you have questions or are curious about what we're doing, we'll be happy to
> meet you!
>
> As a reminder, we are in the process of reading through Statements of
> Interest. Due to the deadline for hiring a technical writer (May 17), if
> you plan on submitting one you should do so as early as possible - and no
> later than May 10.
>
> If you wish to join on Zoom, use this link:
>
> https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success
>
> Here's the permanent hackmd document with the meeting notes (still being
> updated in the next few days!):
>
> https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg
> <https://www.google.com/url?q=https%3A%2F%2Fhackmd.io%2FoB_boakvRqKR-_2jRV-Qjg=D=2=AFQjCNGIOzVwlfDFd6YAgBwVUjmjQKWRSw>
>
> Hope to see you around!
>
> ** You can click this link to get the correct time at your timezone:
> https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210426T16=1440=1
>
> *** You can add the NumPy community calendar to your google calendar by
> clicking this link: https://calendar.google.com/calendar
> /r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20
>
> - Melissa
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting (and Google Season of Docs) - Monday May 10

2021-05-07 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, May 10* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

As a reminder, we are in the process of reading through Statements of
Interest. Due to the deadline for hiring a technical writer (May 17), if
you plan on submitting one you should do so as early as possible - and no
later than May 10.

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210426T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Newcomer's Hour!

2021-05-06 Thread Melissa Mendonça
Hello, folks!

I've added a new event to the NumPy community calendar: the Newcomer's Hour.

This is an event we've been running for a few months and is a bi-weekly
informal meeting for newcomers to the NumPy community. This is a place to
ask questions, technical or otherwise, meet other contributors, and
(hopefully) figure out how to contribute :) We are having one today at 8pm
UTC - here's the zoom link: https://zoom.us/j/6345425936.

To follow all the events and meetings related to NumPy and add them to your
own Google calendar, you can use this link:
https://calendar.google.com/calendar/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

Cheers!

Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Prospective technical writer for GSoD 2021 under NumPy

2021-05-04 Thread Melissa Mendonça
Hello, Ronnie

Thank you for your interest!

Based on our projects page, do you have any specific ideas for working on
NumPy? Because the deadline for hiring technical writers is so close (May
17) it might be worth thinking of writing your Statement of Interest as
soon as possible.

Let me know if you have further questions.

Cheers,

Melissa

On Mon, May 3, 2021 at 4:21 AM Ronnie Gandhi 
wrote:

> Hello,
>
> I am Ronnie Gandhi, a Computer Science undergrad from IIT Roorkee in my
> final year.I am interested in working on NumPy's documentation problem
> statement "HIGH-LEVEL RESTRUCTURING AND END-USER FOCUS - NumPy".
>
> I have successfully completed *GSoD2020
> *(my
> display name is Krezhairo) under *LibreOffice*, I have done* GSoC 2019*,
> and *2020 *under CGAL, and I have been contributing to open-source
> development for quite a while. I have also done Data Science internships at
> *Microsoft*, Hyderabad in 2019 and 2020.
>
> I am very well versed with GitHub, git, and CLI tools. Also from my past
> GSoD2020 experience I know Sphinx, Markdown, reStructuredText, XML as well.
>
> In terms of technical writing experience,
>
>- Under the Season of Docs 2020 program, I was given an opportunity to
>populate the wiki pages for the Calc functions of LibreOffice. I updated
>and populated the wiki pages for 340 of Calc functions in many categories
>for which the documentation was quite shallow and incomplete on the wiki
>pages.
>   - For some of the examples of previous technical writing that I
>   have successfully completed in GSoD 2020 under LibreOffice where I
>   edited/populated 340+ sparse wiki pages of Calc functions. Some of the
>   examples are as follows:
>   -
>  
> https://wiki.documentfoundation.org/Documentation/Calc_Functions/YIELDDISC
>
>  -
>  
> https://wiki.documentfoundation.org/Documentation/Calc_Functions/CHIDIST
>
>  -
>  https://wiki.documentfoundation.org/Documentation/Calc_Functions/SIN
>
>  -
>  
> https://wiki.documentfoundation.org/Documentation/Calc_Functions/DAVERAGE
>  -
>  
> https://wiki.documentfoundation.org/Documentation/Calc_Functions/Guidelines
>   If you want to look into more examples, you can find them here:
>   
> https://wiki.documentfoundation.org/Documentation/Calc_Functions/List_of_Functions
>  (this
>   is the new link where the "Find Functions" page is shifted sorry for the
>   blank page)
>
>
>
>- I have also had created the developer docs as a part of my GSoC2019
>and GsoC2020 program updating my progress under CGAL org. (some
>screenshots to the work since it is behind login wall
>
> )(although
>no important data)
>
> For my c++ experience,
>
>- My GSoC2019
>
> 
> and GSoC2020
>
>  
> projects
>were completely in C++ and Qt5 (my display name is Krezhairo).
>
> For my python experience,
>
>- As a data scientist intern at Microsoft, a large part of my work was
>in python and jupyter notebook. I have had multiple occasions to use NumPy.
>
> My GitHub link: https://github.com/RonnieGandhi
>
> I am attaching my detailed resume for your reference.
>
> Looking forward to hearing from you soon.
>
> Kind regards,
> Ronnie
>
>
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] NumPy Proposal

2021-05-04 Thread Melissa Mendonça
Hello, Kiran, thank you for your proposal.

It would be good to see examples of technical writing - remember that the
Season of Docs program is meant for people with some experience in that
area, so if you have anything to share, please do.

Cheers,

Melissa

On Mon, May 3, 2021 at 5:11 PM KiranKhanna  wrote:

> Respected ma’am / sir
>
>
>
>   I am Kiran Khanna , I am a B.Tech second year Computer
> science with AI engineering student . I am very interested to contribute in
> the NumPy organization . I have attached my proposal below , Guide me how I
> can improve myself .
>
>
>
> Thanking You,
>
> Your faithfully ,
>
> Kiran Khanna
>
>
>
> Sent from Mail  for
> Windows 10
>
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] GSoD '21 Statement of Interest

2021-05-04 Thread Melissa Mendonça
Thank you, Mukilika - I really like your ideas for tutorials! The timeline
also looks fine to me.

Cheers,

Melissa

On Mon, May 3, 2021 at 9:07 AM Mukulika Pahari 
wrote:

> Hello everyone,
> I am attaching my Statement of Interest for GSoD 2021 below. I would love
> to know everyone's thoughts on it.
>
> Thank you!
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] GSoD 2021 - Statement of Interest

2021-05-04 Thread Melissa Mendonça
Hello, Mahesh

Yes, the timeline looks fine.

Cheers,

Melissa

On Sun, May 2, 2021 at 2:08 PM Mahesh S  wrote:

> Hello there Melissa,
>
> Thank You for your valuable suggestion.Actually , I am planning for a
> high-impact work. I have already started reading the User-Guide and working
> out small projects using NumPy to understand it further, to prepare an
> in-depth proposal, which will include changes which I mentioned in my brief
> proposal, reorganizing content, addressing issues in the GitHub tracker and
> all. One doubt from my side is regarding the timeline. Currently I am
> planning to prepare the proposal with the GSoD Timeline that is from June
> 16 2021 and ends on November 16th 2021 with four evaluation phases ,
> Is there any specific timeline from the community or Am I free to follow
> the same?
>
> And  as of now, I am planning to set an order in which the tasks needed to
> be done , which I will share in the first draft of my proposal which I will
> submit by this week, later changes can be done as per suggestions from the
> mentors and community.
>
> Thank You
> Mahesh
>
> On Sun, May 2, 2021 at 7:05 PM Melissa Mendonça 
> wrote:
>
>> Hello, Mahesh
>>
>> While you work on this, it may be interesting to keep in mind that we are
>> looking for high-impact work that can be done in the timeframe of the GSoD
>> program - examples would be reorganizing content in a section of the
>> documentation, creating new complete document pages on some subject or
>> concept. It may be worth familiarizing yourself with the documentation (I
>> won't suggest reading all of it as it's huge!) to get an idea for the
>> different sections. One idea would be to focus on the user guide, which
>> contains several sub-pages, and check for improvements that can be done
>> there.
>>
>> Cheers,
>>
>> Melissa
>>
>> On Fri, Apr 30, 2021 at 9:28 AM Mahesh S 
>> wrote:
>>
>>> Hi there,
>>>
>>> The current documentation of NumPy is really good but a bit more
>>> improvement can be made to it, which is the prime objective of my project.
>>> The improvements which I mentioned in my brief proposal are strategies that
>>> can be applied to every documentation to make it better.
>>>
>>> Apart from general improvements most the documentation related issues in
>>> the NumPy's GitHub issue tracker
>>> <https://github.com/numpy/numpy/issues?page=2=is%3Aissue+is%3Aopen+doc+label%3A%2204+-+Documentation%22>
>>>  will
>>> be addressed. . Some needs more technical information and help from the
>>> community. Some are due to the lack of visual aids. Most of them will be
>>> addressed and improvements will be made such that similar issues will not
>>> be generated in future.
>>> Rearranging of sections in the User Guide
>>> <https://numpy.org/devdocs/user/absolute_beginners.html> can be done
>>> after further discussions
>>>
>>> Some examples regarding the need of restructuring and duplication are
>>> given in the attached document. Apologies in advance if my observations are
>>> inaccurate or nitpicks. The given doc is just a very brief one. An in-depth
>>> proposal with all the planned changes along with solutions to close as many
>>> issues in the tracker will be prepared. I am getting familiar with the
>>> community and NumPy.
>>>
>>>
>>> On Thu, Apr 29, 2021 at 9:54 PM Melissa Mendonça 
>>> wrote:
>>>
>>>> Hello, Mahesh
>>>>
>>>> Thank you for your proposal. One thing I would say is that some of the
>>>> things you are suggesting are already there - for example, the How-tos and
>>>> Explanations section - but I agree they can be improved!
>>>>
>>>> Another question I could pose is about duplication of content: can you
>>>> give examples of duplicated content that you found in the docs?
>>>>
>>>> Cheers,
>>>>
>>>> Melissa
>>>>
>>>> On Wed, Apr 28, 2021 at 12:33 AM Mahesh S 
>>>> wrote:
>>>>
>>>>> Hello,
>>>>>
>>>>> I am Mahesh from India. I am interested in doing Google Season of Docs
>>>>> with NumPy on the project HIGH-LEVEL RESTRUCTURING AND END-USER FOCUS -
>>>>> NumPy
>>>>>
>>>>> I have past experience in documentation writing with WordPress and
>>>>> have completed *Google Summer of Code 2018 *with KDE. I have been an
>>>>> open source enthusiast

Re: [Numpy-discussion] GSoD 2021 - Statement of Interest

2021-05-02 Thread Melissa Mendonça
Hello, Mahesh

While you work on this, it may be interesting to keep in mind that we are
looking for high-impact work that can be done in the timeframe of the GSoD
program - examples would be reorganizing content in a section of the
documentation, creating new complete document pages on some subject or
concept. It may be worth familiarizing yourself with the documentation (I
won't suggest reading all of it as it's huge!) to get an idea for the
different sections. One idea would be to focus on the user guide, which
contains several sub-pages, and check for improvements that can be done
there.

Cheers,

Melissa

On Fri, Apr 30, 2021 at 9:28 AM Mahesh S  wrote:

> Hi there,
>
> The current documentation of NumPy is really good but a bit more
> improvement can be made to it, which is the prime objective of my project.
> The improvements which I mentioned in my brief proposal are strategies that
> can be applied to every documentation to make it better.
>
> Apart from general improvements most the documentation related issues in
> the NumPy's GitHub issue tracker
> <https://github.com/numpy/numpy/issues?page=2=is%3Aissue+is%3Aopen+doc+label%3A%2204+-+Documentation%22>
>  will
> be addressed. . Some needs more technical information and help from the
> community. Some are due to the lack of visual aids. Most of them will be
> addressed and improvements will be made such that similar issues will not
> be generated in future.
> Rearranging of sections in the User Guide
> <https://numpy.org/devdocs/user/absolute_beginners.html> can be done
> after further discussions
>
> Some examples regarding the need of restructuring and duplication are
> given in the attached document. Apologies in advance if my observations are
> inaccurate or nitpicks. The given doc is just a very brief one. An in-depth
> proposal with all the planned changes along with solutions to close as many
> issues in the tracker will be prepared. I am getting familiar with the
> community and NumPy.
>
>
> On Thu, Apr 29, 2021 at 9:54 PM Melissa Mendonça 
> wrote:
>
>> Hello, Mahesh
>>
>> Thank you for your proposal. One thing I would say is that some of the
>> things you are suggesting are already there - for example, the How-tos and
>> Explanations section - but I agree they can be improved!
>>
>> Another question I could pose is about duplication of content: can you
>> give examples of duplicated content that you found in the docs?
>>
>> Cheers,
>>
>> Melissa
>>
>> On Wed, Apr 28, 2021 at 12:33 AM Mahesh S 
>> wrote:
>>
>>> Hello,
>>>
>>> I am Mahesh from India. I am interested in doing Google Season of Docs
>>> with NumPy on the project HIGH-LEVEL RESTRUCTURING AND END-USER FOCUS -
>>> NumPy
>>>
>>> I have past experience in documentation writing with WordPress and have
>>> completed *Google Summer of Code 2018 *with KDE. I have been an open
>>> source enthusiast and contributor since 2017.My past experience with coding
>>> ,code documentation , understanding code bases ,will help achieve this task
>>> without much input from your end. I have about four years experience
>>> working with Open-Source and currently working as a *Quality
>>> Assurance specialis*t . I have delivered technical talks at
>>> international conferences (KDE-Akademy) and was *mentor of Google
>>> Code-In* also. All these makes me the best candidate for the project.
>>>
>>> I am attaching a brief proposal for the work along with this mail. A
>>> more in-depth  A more in depth proposal with timelines , all planned
>>> strategies , document structures will be submitted after more discussion
>>> with the mentors and community.
>>> I am ready to start the work as soon as possible and will be able work 7
>>> to 9 hours per day including weekends. I strongly wish to be part of the
>>> NumPy community even after the project.
>>>
>>>
>>> Hope to hear from you soon
>>>
>>> --
>>> Thank you
>>> Mahesh S Nair
>>>
>>> ___
>>> NumPy-Discussion mailing list
>>> NumPy-Discussion@python.org
>>> https://mail.python.org/mailman/listinfo/numpy-discussion
>>>
>> ___
>> NumPy-Discussion mailing list
>> NumPy-Discussion@python.org
>> https://mail.python.org/mailman/listinfo/numpy-discussion
>>
>
>
> --
> Thank you
> Mahesh S Nair
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] NumPy Tutorials

2021-04-29 Thread Melissa Mendonça
Hello, all!

Recently, we added a link to NumPy Tutorials to our main page (
https://numpy.org/numpy-tutorials)

This set of tutorials has been built with the collaboration of a few
contributors, who have put effort and dedication into them. Some of this
content was generated as part of last year's Google Season of Docs program,
with authors kubedoc and Ryan Cooper.

These tutorials are meant to be not only about NumPy, but about using NumPy
to solve concrete problems, which means more flexibility in terms of
content and dependencies for executing them. They are also executable as
Jupyter Notebooks, and contributors can submit their content as notebooks.
This hopefully means a lower barrier of entry for some people, and allows
us to have interactive materials online (with Binder). We also have a
dedicated tutorials section in our main documentation, which should serve a
different purpose (for example, focusing on concepts and operations
specific to NumPy).

The Documentation Team is growing and we would be delighted to have your
help. If you have comments, suggestions for improvements or other content,
please open an issue or PR in the https://github.com/numpy/numpy-tutorials
repo.

Special thanks to Ross Barnowski who has also put a lot of work into this
new site.

Cheers!

Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] GSoD 2021 - Statement of Interest

2021-04-29 Thread Melissa Mendonça
Hello, Mahesh

Thank you for your proposal. One thing I would say is that some of the
things you are suggesting are already there - for example, the How-tos and
Explanations section - but I agree they can be improved!

Another question I could pose is about duplication of content: can you give
examples of duplicated content that you found in the docs?

Cheers,

Melissa

On Wed, Apr 28, 2021 at 12:33 AM Mahesh S  wrote:

> Hello,
>
> I am Mahesh from India. I am interested in doing Google Season of Docs
> with NumPy on the project HIGH-LEVEL RESTRUCTURING AND END-USER FOCUS -
> NumPy
>
> I have past experience in documentation writing with WordPress and have
> completed *Google Summer of Code 2018 *with KDE. I have been an open
> source enthusiast and contributor since 2017.My past experience with coding
> ,code documentation , understanding code bases ,will help achieve this task
> without much input from your end. I have about four years experience
> working with Open-Source and currently working as a *Quality
> Assurance specialis*t . I have delivered technical talks at international
> conferences (KDE-Akademy) and was *mentor of Google Code-In* also. All
> these makes me the best candidate for the project.
>
> I am attaching a brief proposal for the work along with this mail. A more
> in-depth  A more in depth proposal with timelines , all planned strategies
> , document structures will be submitted after more discussion with the
> mentors and community.
> I am ready to start the work as soon as possible and will be able work 7
> to 9 hours per day including weekends. I strongly wish to be part of the
> NumPy community even after the project.
>
>
> Hope to hear from you soon
>
> --
> Thank you
> Mahesh S Nair
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Applying as a potential technical writer for 2021 Season of Docs

2021-04-27 Thread Melissa Mendonça
Hello, Nikita

Thank you for your interest. It would be nice to discuss a bit more about
concrete ideas you have regarding our project for NumPy. Can you elaborate
on this?

The deadline for hiring a technical writer is May 17, and before that all
candidates must submit a Statement of Interest according to the GSoD
website. We can talk before that to elaborate a more concrete proposal or
discuss different ideas.

If you have specific questions you can send them to
numpy-scipy-g...@googlegroups.com

Cheers,

Melissa



On Mon, Apr 26, 2021 at 1:14 PM NIKITA MAHOVIYA 
wrote:

> Dear Mentor,
>
> I am a 3rd-year B.Tech undergraduate pursuing  Dual Degree in Electronics
> and Communication Engineering at National Institute of Technology Hamirpur,
> Himachal Pradesh, India.
>
>
>
> I aspire to contribute to the open-source community with my technical
> writing skills that I have acquired by contributing to various projects. I
> have hands-on experience in handling WordPress websites and am currently
> the technical writing head of the leading page of the largest student
> community I AM AN NITIAN .
>
> During my sophomore year, I undertook a remote internship activity at
> MATLAB Helper as a MATLAB Developer Intern for four and a half months
> from 27th April 2020 to 9th September 2020. My internship activity included
> working in the field of MATLAB & promotional content creation. I have
> contributed to the organization with my blogs on GUIDE, SIR Modelling and
> webinar on Image Processing using Fuzzy Logic Toolbox. I have also worked
> on the revision of the online course of Neural Network. During this
> internship, I have used tools like MATLAB, Slack, Zoom, Trello, Canva,
> etc.
>
> Here I am attaching links to my writing work
>
> Blog: Creating a GUI in MATLAB
>
> https://matlabhelper.com/blog/matlab/creating-a-gui-in-matlab/
>
> Blog: Image Processing Using Fuzzy Logic Toolbox
>
>
> https://matlabhelper.com/blog/matlab/image-processing-using-fuzzy-logic-toolbox/
>
>
>
> Blog: COVID-19 SIR Modelling for Andhra Pradesh, India
>
>
> https://matlabhelper.com/blog/matlab/covid-19-sir-modelling-for-andhra-pradesh-india/
>
>
>
> Blog: COVID-19 SIR Modelling for West Bengal, India
>
>
> https://matlabhelper.com/blog/matlab/covid-19-sir-modelling-for-west-bengal-india/
>
> Medium
>
> https://mahoviyanikita.medium.com/
>
> Website
>
> https://iamannitian.com/
>
> Open Source Contribution:
>
> How do object behaviours and attributes differ PR#1326
> 
>
> Defining the correct usage of data types in Java PR#1340
> 
>
>
> Updated the documentation to reflect the current state of implementation
> of Adorsys PR#1204
> 
>
> Code for saying hello in different languages PR#5
> 
>
> Updated the README file of scorelab/GSoC PR#116
> 
>
> Updated the README file of the squiral library PR#4
> 
>
> I am interested in working on the project idea of Creating high-level
> documentation, in the Tutorial or How-to format, covering topics that are
> missing from the official documentation, organizing the content which is
> currently scattered through the reference documentation thereby structuring
> the documentation. I have exposure to documenting projects which involve
> beginning from the very initial stage to explaining the various code
> snippets and their uses and reaching the conclusion as can be seen from the
> blogs which I have developed.  I would like to write relevant and easily
> readable documentation that could help people to explore the full potential
> of the services.
>
> I would be honoured if I get an opportunity to work on the documentation
> project which will be a pillar for future developers. The documentation
> will provide an understanding of the entire landscape of solutions.
>
> Please find my resume as an attachment with this mail.
>
> Waiting in anticipation.
>
> Yours sincerely
> Nikita Mahoviya
> 3rd Year B.Tech Undergraduate
> Department of Electronics and Communication Engineering
> National Institute of Technology Hamirpur (H.P.)
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday April 26

2021-04-23 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, April 26* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210426T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] GSOD

2021-04-23 Thread Melissa Mendonça
Hello, Kiran!

If you are interested in participating as part of the Google Season of Docs
program, please take a look at our project page:
https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2021:-Submitted-Project

As a reminder to you (and others), you must submit a Statement of Interest (
https://developers.google.com/season-of-docs/docs/tech-writer-statement) at
some point - the earlier the better, as the deadline for hiring Technical
Writers is May 17.

Meanwhile, if you have any questions or would like to discuss your ideas,
you can send a message to numpy-scipy-g...@googlegroups.com.

Cheers!

Melissa

On Fri, Apr 23, 2021 at 11:47 AM KiranKhanna  wrote:

> Respected Sir/ma’am,
>
>   I am Kiran Khanna ,I am interested in contributing in the
> NumPy organization .I am second year computer science with AI engineering
> student . I am not professional but I am interested in learning more thing
> by contributing in the organization . I have attached my resume below .
>
>
>
> Thanking you ,
>
> Your faithfully,
>
> Kiran Khanna
>
>
>
>
>
> Sent from Mail  for
> Windows 10
>
>
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] GSoD'21 Ideas Disussion

2021-04-19 Thread Melissa Mendonça
Hello, Mukulika!

Your project seems very ambitious! My advice would be to focus on one of
two of those items and really spend some time on them. For example, items 1
and 5 could come together, or items 3 and 4 (we are working on item 2 and
welcome contributions, but that may be a smaller task at this point). It
depends on what you would like to focus on: writing new content or
revamping existing content.

Let me know what you think.

Cheers,

- Melissa

On Sun, Apr 18, 2021 at 9:31 AM Mukulika Pahari 
wrote:

> Hello everyone!
> I am Mukulika Pahari, a Computer Engineering student from India. I wanted
> to implement the following ideas for Google Summer of Docs 2021 if given
> the opportunity. I have referred to both- the GSoD proposal
> 
> and the NEP 44
>  proposal.
> Please give me feedback about the ideas!
>
>
>1.
>
>Reorganising contents of the documentation into Reference Guide,
>How-Tos, Tutorials and Explanations as per structure proposed in NEP 44
>.
>
>
>-
>
>Auditing existing documentation
>-
>
>Clearing misplaced content for example Explanations in Reference
>Guide, How-Tos in Explanations etc.
>-
>
>Establishing distinct Reference, How-Tos, Tutorials and Explanations
>sections with crosslinking where required
>
>
>1.
>
>Reorganising landing page of NumPy docs .
>
>
>-
>
>Moving the documentation structure to the left sidebar
>-
>
>Having NumPy Quickstart as the first thing people see when they land
>on Documentation
>
>
>1.
>
>Writing new must-have tutorials (based on most-searched tutorials on
>Google).
>
>
>-
>
>“How to write a tutorial” guide
>-
>
>3 Beginner Tutorials
>-
>
>3 Intermediate Tutorials
>-
>
>3 Advanced Tutorials
>
>
>1.
>
>Writing How-Tos based on most-used functions, most asked doubts on
>StackOverflow, etc.
>2.
>
>Revamping the User Guide.
>
>
>-
>
>Updating out-of-date references and refactoring content to the latest
>best practices
>-
>
>Adding non-textual images or graphics to enhance the textual
>explanations
>-
>
>Removing duplication to improve searchability
>
>
> I have proposed this work keeping in mind 30ish weeks of work including
> a few weeks for becoming familiar with the organisation and ironing out
> details like exactly which tutorials and how-tos to write. Please let me
> know if I can aim to achieve more in the timeframe.
>
> My experience with NumPy is currently limited to one data analysis project
> but I would love to learn more about its applications while restructuring
> and developing its docs!
>
> Thank you for your time.
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday April 12

2021-04-10 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, April 12* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210412T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] Beginner at open source

2021-04-03 Thread Melissa Mendonça
Hello, Harsh

Do you have any specific questions? If not, I would suggest you look at our
contributor guide (https://numpy.org/devdocs/dev/index.html) and maybe
check open issues in the NumPy github repo to see if anything looks
interesting to you.

Cheers,

Melissa

On Sat, Apr 3, 2021 at 1:53 PM Harsh Kumar Singh 
wrote:

> Hi all,
> As I am beginner at open source. I would be obliged if someone could guide
> me forward. Provided I know basics of numpy and other machine learning
> libraries.
> ___
> NumPy-Discussion mailing list
> NumPy-Discussion@python.org
> https://mail.python.org/mailman/listinfo/numpy-discussion
>
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday March 29

2021-03-27 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, March 29* at ***4PM
UTC***.

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210329T16=1440=1

*** You can add the NumPy community calendar to your google calendar by
clicking this link: https://calendar.google.com/calendar
/r?cid=YmVya2VsZXkuZWR1X2lla2dwaWdtMjMyamJobGRzZmIyYzJqODFjQGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Google Season of Docs 2021

2021-03-16 Thread Melissa Mendonça
Hello, folks!

NumPy is hoping to participate again in Google Season of Docs this year,
and we have a couple of project ideas listed here:
https://github.com/numpy/numpy/wiki/Google-Season-of-Docs-2021-Project-Ideas

This year, GSoD has a different structure: we must choose only one project
idea (ideally, the one prospective technical writers are most interested
in) and submit a sort of grant proposal (details are here:
https://developers.google.com/season-of-docs/docs/admin-guide). If we are
selected, we can hire up to 2 technical writers to work on our project,
depending on the budget allocated to us by Google.

The final proposal must be submitted by March 26 (you can find the complete
timeline here https://developers.google.com/season-of-docs/docs/timeline).

Feedback and input is appreciated, and please feel free to share with
technical writers who may be interested.

Cheers,

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


[Numpy-discussion] Documentation Team meeting - Monday March 15 (Beware of Daylight Saving Time!)

2021-03-12 Thread Melissa Mendonça
Hi all!

Our next Documentation Team meeting will be on *Monday, March 15* at ***4PM
UTC*** (This has probably changed for you if you have recently gone through
a DST change).

All are welcome - you don't need to already be a contributor to join. If
you have questions or are curious about what we're doing, we'll be happy to
meet you!

If you wish to join on Zoom, use this link:

https://zoom.us/j/96219574921?pwd=VTRNeGwwOUlrYVNYSENpVVBRRjlkZz09#success

Here's the permanent hackmd document with the meeting notes (still being
updated in the next few days!):

https://hackmd.io/oB_boakvRqKR-_2jRV-Qjg


Hope to see you around!

** You can click this link to get the correct time at your timezone:
https://www.timeanddate.com/worldclock/fixedtime.html?msg=NumPy+Documentation+Team+Meeting=20210315T16=1440=1

- Melissa
___
NumPy-Discussion mailing list
NumPy-Discussion@python.org
https://mail.python.org/mailman/listinfo/numpy-discussion


  1   2   >