[Numpy-discussion] Re: New stable documentation

2022-05-21 Thread matti picus
On Sat, 21 May 2022 at 08:46, Ralf Gommers  wrote:

>
>
> On Sat, May 21, 2022 at 3:40 AM Charles R Harris <
> charlesr.har...@gmail.com> wrote:
>
>> Hi All,
>>
>> I've put up new stable documentation for NumPy 1.22.4. I'd appreciate it
>> if those familiar with how they want the documentation to look could take a
>> look at it so that fixes can be made while I'm still in the documentation
>> state.
>>
>
> Thanks Chuck. It all looks fine to me.
>
> Cheers,
> Ralf
>

I don’t see the version pull down, is that my browser?
Matti

>
>
>
___
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: New stable documentation

2022-05-21 Thread Sebastian Berg
On Sat, 2022-05-21 at 10:33 +0300, matti picus wrote:
> On Sat, 21 May 2022 at 08:46, Ralf Gommers 
> wrote:
> 
> > 
> > 
> > On Sat, May 21, 2022 at 3:40 AM Charles R Harris <
> > charlesr.har...@gmail.com> wrote:
> > 
> > > Hi All,
> > > 
> > > I've put up new stable documentation for NumPy 1.22.4. I'd
> > > appreciate it
> > > if those familiar with how they want the documentation to look
> > > could take a
> > > look at it so that fixes can be made while I'm still in the
> > > documentation
> > > state.
> > > 
> > 
> > Thanks Chuck. It all looks fine to me.
> > 
> > Cheers,
> > Ralf
> > 
> 
> I don’t see the version pull down, is that my browser?

I was a bit surprised by that as well but I/we forgot to mark the PR as
backport candidate, so it slipped through:
https://github.com/numpy/numpy/pull/21426

If backport+pushing docs again is very easy that could be nice?  But
otherwise we will have it on the "stable" docs with 1.23 anyway.

Pamphile still has a styling PR open:
https://github.com/numpy/numpy/pull/21451

But maybe it doesn't matter (compared to just having the pulldown).

Cheers,

Sebastian


> Matti
> 
> > 
> > 
> > 
> ___
> 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: sebast...@sipsolutions.net


___
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: New stable documentation

2022-05-21 Thread Charles R Harris
On Sat, May 21, 2022 at 5:38 AM Sebastian Berg 
wrote:

> On Sat, 2022-05-21 at 10:33 +0300, matti picus wrote:
> > On Sat, 21 May 2022 at 08:46, Ralf Gommers 
> > wrote:
> >
> > >
> > >
> > > On Sat, May 21, 2022 at 3:40 AM Charles R Harris <
> > > charlesr.har...@gmail.com> wrote:
> > >
> > > > Hi All,
> > > >
> > > > I've put up new stable documentation for NumPy 1.22.4. I'd
> > > > appreciate it
> > > > if those familiar with how they want the documentation to look
> > > > could take a
> > > > look at it so that fixes can be made while I'm still in the
> > > > documentation
> > > > state.
> > > >
> > >
> > > Thanks Chuck. It all looks fine to me.
> > >
> > > Cheers,
> > > Ralf
> > >
> >
> > I don’t see the version pull down, is that my browser?
>
> I was a bit surprised by that as well but I/we forgot to mark the PR as
> backport candidate, so it slipped through:
> https://github.com/numpy/numpy/pull/21426
>
> If backport+pushing docs again is very easy that could be nice?  But
> otherwise we will have it on the "stable" docs with 1.23 anyway.
>
> Pamphile still has a styling PR open:
> https://github.com/numpy/numpy/pull/21451
>
> But maybe it doesn't matter (compared to just having the pulldown).
>
>
I can do that without a new release (I use Python 3.10 and modify the
procedure and doc/Makefile a bit), so mark them for backport if you want
new docs. But it is probably easier to wait for 1.23.

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: New stable documentation

2022-05-21 Thread matti picus
On Sat, 21 May 2022 at 16:26, Charles R Harris 
wrote:

>
>
> On Sat, May 21, 2022 at 5:38 AM Sebastian Berg 
> wrote:
>
>> On Sat, 2022-05-21 at 10:33 +0300, matti picus wrote:
>> > On Sat, 21 May 2022 at 08:46, Ralf Gommers 
>> > wrote:
>> >
>> > >
>> > >
>> > > On Sat, May 21, 2022 at 3:40 AM Charles R Harris <
>> > > charlesr.har...@gmail.com> wrote:
>> > >
>> > > > Hi All,
>> > > >
>> > > > I've put up new stable documentation for NumPy 1.22.4. I'd
>> > > > appreciate it
>> > > > if those familiar with how they want the documentation to look
>> > > > could take a
>> > > > look at it so that fixes can be made while I'm still in the
>> > > > documentation
>> > > > state.
>> > > >
>> > >
>> > > Thanks Chuck. It all looks fine to me.
>> > >
>> > > Cheers,
>> > > Ralf
>> > >
>> >
>> > I don’t see the version pull down, is that my browser?
>>
>> I was a bit surprised by that as well but I/we forgot to mark the PR as
>> backport candidate, so it slipped through:
>> https://github.com/numpy/numpy/pull/21426
>>
>> If backport+pushing docs again is very easy that could be nice?  But
>> otherwise we will have it on the "stable" docs with 1.23 anyway.
>>
>> Pamphile still has a styling PR open:
>> https://github.com/numpy/numpy/pull/21451
>>
>> But maybe it doesn't matter (compared to just having the pulldown).
>>
>>
> I can do that without a new release (I use Python 3.10 and modify the
> procedure and doc/Makefile a bit), so mark them for backport if you want
> new docs. But it is probably easier to wait for 1.23.
>
> Chuck
>

Then the 1.22 docs would not have the pull down.
Not the end of the world, but if it is easy to add it would be nice.
Matti

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


[Numpy-discussion] NumPy 1.22.4 released

2022-05-21 Thread Charles R Harris
Hi All,

On behalf of the NumPy team, I'm pleased to announce the release of NumPy
1.22.4. NumPy 1.22.4 is a maintenance release that fixes bugs discovered
after the 1.22.3 release. In addition, the wheels for this release are
built using the recently released Cython 0.29.30, which should fix the
reported problems with debugging
.

The Python versions supported in this release are 3.8-3.10.  Wheels can be
downloaded from PyPI ; source
archives, release notes, and wheel hashes are available on Github
. Note that the Mac
wheels are based on OS X 10.15 rather than 10.9 that was used in previous
NumPy release cycles.

*Contributors*

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

   - Alexander Shadchin
   - Bas van Beek
   - Charles Harris
   - Hood Chatham
   - Jarrod Millman
   - John-Mark Gurney +
   - Junyan Ou +
   - Mariusz Felisiak +
   - Ross Barnowski
   - Sebastian Berg
   - Serge Guelton
   - Stefan van der Walt

*Pull requests merged*

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

   - #21191: TYP, BUG: Fix ``np.lib.stride_tricks`` re-exported under the...
   - #21192: TST: Bump mypy from 0.931 to 0.940
   - #21243: MAINT: Explicitly re-export the types in ``numpy._typing``
   - #21245: MAINT: Specify sphinx, numpydoc versions for CI doc builds
   - #21275: BUG: Fix typos
   - #21277: ENH, BLD: Fix math feature detection for wasm
   - #21350: MAINT: Fix failing simd and cygwin tests.
   - #21438: MAINT: Fix failing Python 3.8 32-bit Windows test.
   - #21444: BUG: add linux guard per #21386
   - #21445: BUG: Allow legacy dtypes to cast to datetime again
   - #21446: BUG: Make mmap handling safer in frombuffer
   - #21447: BUG: Stop using PyBytesObject.ob_shash deprecated in Python
   3.11.
   - #21448: ENH: Introduce numpy.core.setup_common.NPY_CXX_FLAGS
   - #21472: BUG: Ensure compile errors are raised correctly
   - #21473: BUG: Fix segmentation fault
   - #21474: MAINT: Update doc requirements
   - #21475: MAINT: Mark ``npy_memchr`` with ``no_sanitize("alignment")``
   on clang
   - #21512: DOC: Proposal - make the doc landing page cards more similar...
   - #21525: MAINT: Update Cython version to 0.29.30.
   - #21536: BUG: Fix GCC error during build configuration
   - #21541: REL: Prepare for the NumPy 1.22.4 release.
   - #21547: MAINT: Skip tests that fail on PyPy.

Cheers,

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