Re: [Numpy-discussion] Marten van Kerkwijk added to numpy team.

2017-02-14 Thread Ralf Gommers
On Tue, Feb 14, 2017 at 10:01 AM, Charles R Harris < charlesr.har...@gmail.com> wrote: > Hi All, > > I'm pleased to welcome Marten to the numpy team. His reviews of PRs have > been very useful in the past and I am happy that he has accepted our > invitation to join the team. > Excellent, welcome

Re: [Numpy-discussion] Building external c modules with mingw64 / numpy

2017-02-14 Thread Ralf Gommers
On Sat, Jan 21, 2017 at 9:23 PM, Schnizer, Pierre < pierre.schni...@helmholtz-berlin.de> wrote: > Dear all, > > > >I built an external c-module (pygsl) using mingw 64 from > msys2 mingw64-gcc compiler. > > > > This built required some changes to numpy.distutils to get the > >

[Numpy-discussion] Proposal to support __format__

2017-02-14 Thread Gustav Larsson
Hi everyone! I want to discuss adding support for __format__ in ndarray and I am willing to contribute code-wise once consensus has been reached. It was briefly discussed on GitHub two years ago (https://github.com/numpy/numpy/issues/5543) and I will re-iterate some of the points made there and

Re: [Numpy-discussion] Proposal to support __format__

2017-02-14 Thread Stephan Hoyer
On Tue, Feb 14, 2017 at 3:34 PM, Gustav Larsson wrote: > Hi everyone! > > I want to discuss adding support for __format__ in ndarray and I am > willing to > contribute code-wise once consensus has been reached. It was briefly > discussed on GitHub two years ago

Re: [Numpy-discussion] Proposal to support __format__

2017-02-14 Thread Gustav Larsson
> > I encourage you to submit it as a pull request to the NumPy repository as > a "NumPy Enhancement Proposal", either now or after we've discussed it: > https://docs.scipy.org/doc/numpy-dev/neps/index.html OK, I will let it go through one iteration of comments and then I'll submit one. Thanks!

[Numpy-discussion] ImportError: Importing the multiarray numpy extension module failed

2017-02-14 Thread Amit Bhosle
Hi, I'm struggling with a numpy issue and web search hasn't helped. I'm on windows 10, and using Python27. I've tried reinstalling numpy, and also a few different versions, but without any luck. numpy was pulled in as dependency of timezonefinder==1.5.7 that i need, and the

Re: [Numpy-discussion] Proposal to support __format__

2017-02-14 Thread Stephan Hoyer
On Tue, Feb 14, 2017 at 5:35 PM, Gustav Larsson wrote: > 1. For object arrays, I would default to calling format on each element >> (your "map principle") rather than raising an error. >> > > I'm glad you brought this up as a possibility. It might be possible, but >

Re: [Numpy-discussion] ImportError: Importing the multiarray numpy extension module failed

2017-02-14 Thread Nathaniel Smith
On Tue, Feb 14, 2017 at 8:24 PM, Amit Bhosle wrote: > Hi, > > I'm struggling with a numpy issue and web search hasn't helped. I'm on > windows 10, and using Python27. > > I've tried reinstalling numpy, and also a few different versions, but > without any luck. > > numpy was