Re: [Numpy-discussion] unsubscribe from mailing list

2020-04-06 Thread Robert Kern
Unsubscription is a self-serve operation. Go to this page and enter your email address down at the bottom where it talks about unsubscribing: https://mail.python.org/mailman/listinfo/numpy-discussion On Mon, Apr 6, 2020 at 1:07 PM Sargam Monga wrote: > please unsubscribe me from the mailing lis

[Numpy-discussion] unsubscribe from mailing list

2020-04-06 Thread Sargam Monga
please unsubscribe me from the mailing list -- Sargam Monga 2018262 CSAM Undergraduate | IIIT-D ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] Is `numpy.lib.shape_base.normalize_axis_index` considered part of the public API?

2020-04-06 Thread Warren Weckesser
On 4/6/20, Ralf Gommers wrote: > On Mon, Apr 6, 2020 at 3:31 PM Eric Wieser > wrote: > >> When I added this function, it was always my intent for it to be consumed >> by downstream packages, but as Sebastian remarks, it wasn't really >> desirable to put it in the top-level namespace. >> > > This

Re: [Numpy-discussion] Is `numpy.lib.shape_base.normalize_axis_index` considered part of the public API?

2020-04-06 Thread Ralf Gommers
On Mon, Apr 6, 2020 at 3:31 PM Eric Wieser wrote: > When I added this function, it was always my intent for it to be consumed > by downstream packages, but as Sebastian remarks, it wasn't really > desirable to put it in the top-level namespace. > This is a nice function indeed, +1 for making it

Re: [Numpy-discussion] Is `numpy.lib.shape_base.normalize_axis_index` considered part of the public API?

2020-04-06 Thread Eric Wieser
When I added this function, it was always my intent for it to be consumed by downstream packages, but as Sebastian remarks, it wasn't really desirable to put it in the top-level namespace. I think I would be reasonably happy to make the guarantee that it would not be removed (or more likely, moved

Re: [Numpy-discussion] Is `numpy.lib.shape_base.normalize_axis_index` considered part of the public API?

2020-04-06 Thread Warren Weckesser
On 4/5/20, Sebastian Berg wrote: > On Sun, 2020-04-05 at 00:43 -0400, Warren Weckesser wrote: >> On 4/4/20, Warren Weckesser wrote: >> > It would be handy if in scipy we can use the function >> > `numpy.lib.shape_base.normalize_axis_index` as a consistent method >> > for >> > validating an `axis`