Travis E. Oliphant
Travis E. Oliphant
Still interested in this :-) Any better idea what it would take?
It would be awesome if the answer to @ellisonbg last question is yes so that a new release could include whatever changes we think are necessary to support these extensions...
> It would probably be neater not to ship the external libraries in the wheels, but it has in practice been working, at least on Linux and macOS. > >...
I'm curious about the reasoning for the Steering council size minimums and maximums. My view is that steering councils should be representative and small so that governance work can proceed...
I think this is a great point and am glad @datapythonista brought it up. I have seen this distinction with users of NumPy too. In that context, you have "interactive...
There were many multiple long discussions about missing data that pre-dated Pandas from 1998 to 2011 while NumPy was being written and emerging in popularity. There were several NEPS and...
min and max: reduction on the ufuncs np.minimum and np.maximum. Speeding up those ufuncs should speed up min and max. But, specializing for reduction cases might make sense, too. Perhaps...
This is up to the project. We should likely not do that too often, but if it is justified and we believe a case could be made to the NumPy...
Yes, to replace "mask" and fancy-indexing, generically, we would likely need to replace the Python-level functions. There might be a way to speed things up a bit by replacing functions...
I'm not sure about raising a warning. There are a lot of cases where asarray will return OBJECT arrays as the default. Perhaps we could detect a failing "float" or...