Hi,
I have removed the two new C functions
<https://github.com/numpy/numpy/pull/19211/commits/4be86dd0400d4f52fd72dbc312d69942fd5f7c73>
from public C-API. Let me know if anything else is needed.
Thanks.
On Fri, Jul 2, 2021 at 2:10 AM Matti Picus wrote:
>
> On 1/7/21 7:49 pm, Gag
Hi,
So should I remove these new functions from public C-API? Let me know. I
will do that.
On Thu, 1 Jul, 2021, 10:02 pm Sebastian Berg,
wrote:
> On Thu, 2021-07-01 at 00:39 -0700, Stefan van der Walt wrote:
> > Hi Sebastian,
> >
> > On Wed, Jun 30, 2021, at 18:23, Sebastian Berg wrote:
> > > T
To me, adding enums as attributes of the `np.copy` function seems like a
pretty good idea. This trick might resolve the only relatively important
issue with Enums. Then, the benefits of Enum might outweigh the
disadvantage of uncommon of usage of Enums in NumPy APIs. As an end user, I
would like En
Hi,
I have recently joined the mailing list and have gone through the previous
discussions on this thread. I would like to share my analysis (advantages
and disadvantages) of three possible alternatives (Enum, String, boolean)
to support the proposed feature.
*Enum*
Advantages
1. Compatibility