[Numpy-discussion] next NumPy community meeting - June 19th, 2024 at 6 pm UTC

2024-06-16 Thread Inessa Pawson
The next NumPy community meeting will be held this Wednesday, June 19th at
6 pm UTC.
Join us via Zoom:
https://numfocus-org.zoom.us/j/83278611437?pwd=ekhoLzlHRjdWc0NOY2FQM0NPemdkZz09
.
Everyone is welcome and encouraged to attend.
To add to the meeting agenda the topics you’d like to discuss, follow the
link: https://hackmd.io/76o-IxCjQX2mOXO_wwkcpg?both.
For the notes from the previous meetings, visit:
https://github.com/numpy/archive/tree/main/community_meetings.

-- 
Cheers,
Inessa

Inessa Pawson
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: arch...@mail-archive.com


[Numpy-discussion] next Documentation team meeting at 7 PM UTC - New Time!

2024-06-16 Thread Mukulika Pahari
Hi all,

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

**
I picked the new time trying my best to accommodate my and other's schedules 
(thanks to those who responded to the poll). Sorry to those who can't make the 
new time- hopefully we can collaborate through the other communication channels.
**

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://numfocus-org.zoom.us/j/85016474448?pwd=TWEvaWJ1SklyVEpwNXUrcHV1YmFJQ...

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!

Best wishes,
Mukulika
___
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] Generate documentation for the 2.0.0 release

2024-06-16 Thread Charles R Harris
Hi All,

Could someone running Python < 3.12 generate the documentation for the
NumPy 2.0.0 release. My native Python is 3.12, which works fine except that
there is no distutils. Trying to run the build under 3.11, after hard
coding the Python version in the doc/Makefile, runs into various problems,
and there are probably some subtle Python version mismatches buried in the
scripts somewhere that I don't want to spend time chasing down at the
moment.

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


[Numpy-discussion] Re: Generate documentation for the 2.0.0 release

2024-06-16 Thread Charles R Harris
PS, you will need to check out `.spin/cmds.py` from the main branch in
order to build the documentation.

Chuck

On Sun, Jun 16, 2024 at 9:59 AM Charles R Harris 
wrote:

> Hi All,
>
> Could someone running Python < 3.12 generate the documentation for the
> NumPy 2.0.0 release. My native Python is 3.12, which works fine except that
> there is no distutils. Trying to run the build under 3.11, after hard
> coding the Python version in the doc/Makefile, runs into various problems,
> and there are probably some subtle Python version mismatches buried in the
> scripts somewhere that I don't want to spend time chasing down at the
> moment.
>
> Chuck
>
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Re: Generate documentation for the 2.0.0 release

2024-06-16 Thread Charles R Harris
PPS, the problem can probably be solved in the spin command, I suspect it
doesn't use the virtual environment everywhere it should.

Chuck

On Sun, Jun 16, 2024 at 10:04 AM Charles R Harris 
wrote:

> PS, you will need to check out `.spin/cmds.py` from the main branch in
> order to build the documentation.
>
> Chuck
>
> On Sun, Jun 16, 2024 at 9:59 AM Charles R Harris <
> charlesr.har...@gmail.com> wrote:
>
>> Hi All,
>>
>> Could someone running Python < 3.12 generate the documentation for the
>> NumPy 2.0.0 release. My native Python is 3.12, which works fine except that
>> there is no distutils. Trying to run the build under 3.11, after hard
>> coding the Python version in the doc/Makefile, runs into various problems,
>> and there are probably some subtle Python version mismatches buried in the
>> scripts somewhere that I don't want to spend time chasing down at the
>> moment.
>>
>> Chuck
>>
>
___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: arch...@mail-archive.com


[Numpy-discussion] Re: Generate documentation for the 2.0.0 release

2024-06-16 Thread Matti Picus

I will make a PR to https://github.com/numpy/doc

Matti


On 16/06/2024 19:04, Charles R Harris wrote:
PS, you will need to check out `.spin/cmds.py` from the main branch in 
order to build the documentation.


Chuck

On Sun, Jun 16, 2024 at 9:59 AM Charles R Harris 
 wrote:


Hi All,

Could someone running Python < 3.12 generate the documentation for
the NumPy 2.0.0 release. My native Python is 3.12, which works
fine except that there is no distutils. Trying to run the build
under 3.11, after hard coding the Python version in the
doc/Makefile, runs into various problems, and there are probably
some subtle Python version mismatches buried in the scripts
somewhere that I don't want to spend time chasing down at the moment.

Chuck


___
NumPy-Discussion mailing list -- numpy-discussion@python.org
To unsubscribe send an email to numpy-discussion-le...@python.org
https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
Member address: matti.pi...@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: Generate documentation for the 2.0.0 release

2024-06-16 Thread Charles R Harris
Thanks Matti.

Chuck


On Sun, Jun 16, 2024 at 10:31 AM Matti Picus  wrote:

> I will make a PR to https://github.com/numpy/doc
>
> Matti
>
>
> On 16/06/2024 19:04, Charles R Harris wrote:
> > PS, you will need to check out `.spin/cmds.py` from the main branch in
> > order to build the documentation.
> >
> > Chuck
> >
> > On Sun, Jun 16, 2024 at 9:59 AM Charles R Harris
> >  wrote:
> >
> > Hi All,
> >
> > Could someone running Python < 3.12 generate the documentation for
> > the NumPy 2.0.0 release. My native Python is 3.12, which works
> > fine except that there is no distutils. Trying to run the build
> > under 3.11, after hard coding the Python version in the
> > doc/Makefile, runs into various problems, and there are probably
> > some subtle Python version mismatches buried in the scripts
> > somewhere that I don't want to spend time chasing down at the moment.
> >
> > Chuck
> >
> >
> > ___
> > NumPy-Discussion mailing list -- numpy-discussion@python.org
> > To unsubscribe send an email to numpy-discussion-le...@python.org
> > https://mail.python.org/mailman3/lists/numpy-discussion.python.org/
> > Member address: matti.pi...@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: charlesr.har...@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