[Numpy-discussion] quastion numpy build

2015-03-02 Thread Константин Мухамеджанов
Hi,Sorry for my English(I am from Russia).I have such quastion:how can I build extension of numpy binaries using setup.py file.How can I specify the compiler program to setup.py.I had not found the option --compiler as it was ,when I had build another package extension.I have Mingw32 compiler.

Re: [Numpy-discussion] [SciPy-User] Congratulations to Chris Barker...

2015-03-02 Thread Charles R Harris
On Mon, Mar 2, 2015 at 5:51 PM, Nathaniel Smith wrote: > On Mon, Mar 2, 2015 at 2:57 PM, Stephan Hoyer wrote: > > Indeed, congratulations Chris! > > > > Are there plans to write a vectorized version for NumPy? :) > > np.isclose isn't identical, but IIRC the only difference is the defaults. > > T

Re: [Numpy-discussion] [SciPy-User] Congratulations to Chris Barker...

2015-03-02 Thread Chris Barker - NOAA Federal
>> Are there plans to write a vectorized version for NumPy? :) > > np.isclose isn't identical, but IIRC the only difference is the defaults. There are subtle differences in the algorithm as well. But not enough that it makes sense to change the numpy one. The results will be similar in most cases

Re: [Numpy-discussion] [SciPy-User] Congratulations to Chris Barker...

2015-03-02 Thread Nathaniel Smith
On Mon, Mar 2, 2015 at 2:57 PM, Stephan Hoyer wrote: > Indeed, congratulations Chris! > > Are there plans to write a vectorized version for NumPy? :) np.isclose isn't identical, but IIRC the only difference is the defaults. -n -- Nathaniel J. Smith -- http://vorpus.org

Re: [Numpy-discussion] [SciPy-User] Congratulations to Chris Barker...

2015-03-02 Thread Stephan Hoyer
Indeed, congratulations Chris! Are there plans to write a vectorized version for NumPy? :) On Mon, Mar 2, 2015 at 2:28 PM, Nathaniel Smith wrote: > ...on the acceptance of his PEP! PEP 485 adds a math.isclose function > to the standard library, encouraging people to do numerically more > reason

[Numpy-discussion] Congratulations to Chris Barker...

2015-03-02 Thread Nathaniel Smith
...on the acceptance of his PEP! PEP 485 adds a math.isclose function to the standard library, encouraging people to do numerically more reasonable floating point comparisons. The PEP: https://www.python.org/dev/peps/pep-0485/ The pronouncement: http://thread.gmane.org/gmane.comp.python.devel