Re: [Numpy-discussion] ENH: Add the function 'expand_view'

2016-01-07 Thread John Kirkham
First, off sorry for the long turnaround on responding to these questions. Below I have tried to respond to everyone's questions and comments. I have restructured the order of the messages so that my responses are a little more structured. If anybody has more thoughts or questions, please let me kn

Re: [Numpy-discussion] ANN: second release candidate for scipy 0.17.0

2016-01-07 Thread Matthew Brett
Hi, On Thu, Jan 7, 2016 at 11:24 PM, Evgeni Burovski wrote: > Hi, > > I'm pleased to announce the availability of the second release > candidate for Scipy 0.17.0. It's two days ahead of the original > schedule: based on typical development patterns, I'd like to have two > weekends and a full work

Re: [Numpy-discussion] Should I use pip install numpy in linux?

2016-01-07 Thread Nathaniel Smith
On Thu, Jan 7, 2016 at 6:18 PM, Yuxiang Wang wrote: > Dear all, > > I know that in Windows, we should use either Christoph's package or > Anaconda for MKL-optimized numpy. In Linux, the fortran compiler issue > is solved, so should I directly used pip install numpy to get numpy > with a reasonable

[Numpy-discussion] Should I use pip install numpy in linux?

2016-01-07 Thread Yuxiang Wang
Dear all, I know that in Windows, we should use either Christoph's package or Anaconda for MKL-optimized numpy. In Linux, the fortran compiler issue is solved, so should I directly used pip install numpy to get numpy with a reasonable BLAS library? Thanks! Shawn -- Yuxiang "Shawn" Wang Gerling

[Numpy-discussion] ANN: second release candidate for scipy 0.17.0

2016-01-07 Thread Evgeni Burovski
Hi, I'm pleased to announce the availability of the second release candidate for Scipy 0.17.0. It's two days ahead of the original schedule: based on typical development patterns, I'd like to have two weekends and a full working week before January 17th, when this rc2 is supposed to become the fin

Re: [Numpy-discussion] Numpy 1.10.4 release.

2016-01-07 Thread Charles R Harris
On Thu, Jan 7, 2016 at 12:01 PM, Erik Bray wrote: > On Thu, Jan 7, 2016 at 1:39 PM, Charles R Harris > wrote: > > > "Where is numpy 1.10.3?", you may ask. There were glitches with the > uploads > > to pypi for that version that necessitated a version upgrade. A release > > manager's life is not

[Numpy-discussion] Numpy 1.10.4 release.

2016-01-07 Thread Charles R Harris
Hi All, I'm pleased the release of the Numpy 1.10.4 (bugs stomped) release. This release was motivated by a reported segfault, but a few additional fixes were made: * gh-6922 BUG: numpy.recarray.sort segfaults on Windows, * gh-6937 BUG: busday_offset does the wrong thing with modifiedpreceding ro

Re: [Numpy-discussion] Building master issues on Windows

2016-01-07 Thread G Young
Hello all, Turns out I needed to do a complete re-installation of essentially everything that was involved in my Numpy setup. Now everything is working just fine! Cheers, Greg On Tue, Jan 5, 2016 at 7:45 AM, G Young wrote: > Sure. I'm running Windows 7 with Python 2.7.11, gcc 4.8.1, and GNU