Re: [Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-13 Thread Lars Grueter
Sorry, I just noticed that I didn't send the message below to the mailing list but replied directly to Hameer. I've resent it for the archives below. @Hameer, sorry for the spam. :) Best regards, Lars On 04/01/2019 20:06, Lars Grueter wrote:> Hi Hameer, > > thanks for the fa

Re: [Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-13 Thread Lars Grueter
On 04/01/2019 14:55, Matti Picus wrote: > On 4/1/19 3:34 pm, Lars Grueter wrote: >> Unfortunately the last two commands >> stopped working out of the blue with my existing environment and fail >> with >> >>> RuntimeError: Broken toolchain: cannot link a simple

[Numpy-discussion] Debugging NumPy development build in conda environment

2019-01-04 Thread Lars Grueter
Dear devs, If this is the wrong place for this kind of question I apologize and feel free to ignore this or point me to the right place. I'm using the conda package manager for my development environment which used to work just fine with these steps: > conda create -n dev-numpy python=3.7 numpy

[Numpy-discussion] Incremental rewrite of numpy.pad (gh-11358)

2018-12-12 Thread Lars Grueter
Dear community, I started the rewrite of "numpy.pad" [1] some time ago and feel like it has now left the WIP status. All tests are green and the benchmarks promise significant improvements for large arrays [2]. However progress on this PR seems to have stalled somewhat. As was brought up multiple