[Numpy-discussion] Should we drop support for "one file" compilation mode?
Antoine Pitrou
solipsis at pitrou.net
Tue Oct 6 13:00:55 EDT 2015
On Tue, 6 Oct 2015 09:40:43 -0700
Nathaniel Smith <njs at pobox.com> wrote:
>
> If you need some npy_* function it'd be much better to let us know
> what it is and let us export it in an intentional way, instead of just
> relying on whatever stuff we accidentally exposed?
Ok, we seem to be using only the complex math functions (npy_cpow and
friends, I could make a complete list if required).
And, of course, we would also benefit from the CBLAS functions (or any
kind of C wrappers around them) :-)
https://github.com/numpy/numpy/issues/6324
Regards
Antoine.
More information about the NumPy-Discussion
mailing list