On Fri, Nov 17, 2017, at 13:12, Chris Barker wrote:
> On Fri, Nov 17, 2017 at 4:35 AM, Peter Cock
> wrote:>> Since Konrad Hinsen no longer follows
> the NumPy discussion list
>> for lack of time, he has not posted here - but he has commented
>> about this on Twitter and written up a good blog p
It’s worth noting that PyArray_GETITEM is the equivalent of arr[].item(),
not arr[...]. If you want the behavior of the latter, use PyArray_Scalar
instead.
Similarly, PyArray_SETITEM is only guaranteed to be equivalent to arr[...]
= x when isinstance(x, np.generic) is false.
I don’t think the
On Fri, Nov 17, 2017 at 4:35 AM, Peter Cock
wrote:
> Since Konrad Hinsen no longer follows the NumPy discussion list
> for lack of time, he has not posted here - but he has commented
> about this on Twitter and written up a good blog post:
>
> http://blog.khinsen.net/posts/2017/11/16/a-plea-for-
On 11/13/2017 01:53 PM, Mmanu Chaturvedi wrote:
> Hello All,
>
> I need to make use of the limited numpy API access Pybind11 gives, in order
> to add a feature to it. It seems to give access to functions from
> numpy_api.py [1]. I need to use PyArray_GETITEM and PyArray_SETITEM in
> order to get
On Fri, Nov 17, 2017 at 5:35 AM, Peter Cock
wrote:
> Since Konrad Hinsen no longer follows the NumPy discussion list
> for lack of time, he has not posted here - but he has commented
> about this on Twitter and written up a good blog post:
>
> http://blog.khinsen.net/posts/2017/11/16/a-plea-for-
I've actually engaged with him on Twitter too but just to repeat one part
here : scarce academic resources to maintain code is not an argument. Out
of all places, it is academia that should have come up with or should have
contributed greatly to open-source instead of paper-writing frenzy among
eac
Since Konrad Hinsen no longer follows the NumPy discussion list
for lack of time, he has not posted here - but he has commented
about this on Twitter and written up a good blog post:
http://blog.khinsen.net/posts/2017/11/16/a-plea-for-stability-in-the-scipy-ecosystem/
In a field where scientific