[Numpy-discussion] Re: Speeding up isin1d and adding a "method" or similar

2022-06-17 Thread Sebastian Berg
On Fri, 2022-06-17 at 08:40 -0700, Stephan Hoyer wrote: > I think this is a great idea! I don't see any downsides here. > > As for the method name, I would lean towards calling it "kind" and > using a > default value of None for automatic selection, for consistency with > np.sort. :+1:, I agree w

[Numpy-discussion] Re: Speeding up isin1d and adding a "method" or similar

2022-06-17 Thread Stephan Hoyer
I think this is a great idea! I don't see any downsides here. As for the method name, I would lean towards calling it "kind" and using a default value of None for automatic selection, for consistency with np.sort. On Thu, Jun 16, 2022 at 6:14 AM Sebastian Berg wrote: > Hi all, > > there is a PR

[Numpy-discussion] Re: numpy build question

2022-06-17 Thread Sebastian Berg
On Thu, 2022-06-16 at 10:42 +, jesse.p...@raytheon.com wrote: > When I run it I add the CPPFLAGS=std=-C++11 > Here is the output I get when  I added the  above flag > COMMAND: CPPFLAGS=-std=c++11 /awips2/python/bin/python setup.py build > --cpu-baseline="native" --cpu-dispatch="none" Sorry, I