Re: [Numpy-discussion] Deprecate unused but exposed C-API functions

2020-01-24 Thread Sebastian Berg
On Fri, 2020-01-24 at 17:56 -0700, Charles R Harris wrote: > > > On Fri, Jan 24, 2020 at 11:29 AM Sebastian Berg < > sebast...@sipsolutions.net> wrote: > > Hi all, > > > > > > My idea is to add the deprecation warning now, and if nobody > > notices it > > remove them as soon as 1.19 is release

Re: [Numpy-discussion] Deprecate unused but exposed C-API functions

2020-01-24 Thread Charles R Harris
On Fri, Jan 24, 2020 at 11:29 AM Sebastian Berg wrote: > Hi all, > > I would like to deprecate three C-API functions (more may come later) > in https://github.com/numpy/numpy/pull/15427 > > The functions are: > * PyArray_GetArrayParamsFromObject > * PyUfunc_GenericCall > * PyUFunc_SetUsesAr

[Numpy-discussion] Deprecate unused but exposed C-API functions

2020-01-24 Thread Sebastian Berg
Hi all, I would like to deprecate three C-API functions (more may come later) in https://github.com/numpy/numpy/pull/15427 The functions are: * PyArray_GetArrayParamsFromObject * PyUfunc_GenericCall * PyUFunc_SetUsesArraysAsData I could not find downstream usage for any of these and they s