Re: [Numpy-discussion] SFMT (faster mersenne twister)

2014-09-07 Thread Sturla Molden
Benjamin Root wrote: > In addition to issues with reproducibility, think of all of the unit tests > that would break! That is a reproducibility problem :) ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listin

Re: [Numpy-discussion] SFMT (faster mersenne twister)

2014-09-07 Thread Benjamin Root
In addition to issues with reproducibility, think of all of the unit tests that would break! On Sun, Sep 7, 2014 at 3:51 PM, Sturla Molden wrote: > "James A. Bednar" wrote: > > > Please don't ever, ever break the sequence of numpy's random numbers! > > Please! We have put a lot of effort into

Re: [Numpy-discussion] SFMT (faster mersenne twister)

2014-09-07 Thread Sturla Molden
"James A. Bednar" wrote: > Please don't ever, ever break the sequence of numpy's random numbers! > Please! We have put a lot of effort into being able to reproduce our > published work exactly, Jup, it cannot be understated how important this is for reproducibility of published research. Thus

[Numpy-discussion] numpy whois limit exceeded

2014-09-07 Thread RayS
In looking up module info for company code policy, I noticed the page http://www.networksolutions.com/whois/results.jsp?domain=numpy.org gives "WHOIS LIMIT EXCEEDED - SEE WWW.PIR.ORG/WHOIS FOR DETAILS" So the domain has been getting a lot of attention today:http://pir.org/resources/faq/ "Public

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release

2014-09-07 Thread Charles R Harris
On Sun, Sep 7, 2014 at 4:33 AM, Julian Taylor wrote: > Hello, > > We are proud to announce the 1.9.0 release of NumPy. > > This release includes numerous performance improvements, most > significantly the indexing code has been rewritten be a lot times > faster for most cases and performance of u

Re: [Numpy-discussion] ANN: NumPy 1.9.0 release

2014-09-07 Thread Sebastian Berg
On So, 2014-09-07 at 12:33 +0200, Julian Taylor wrote: > Hello, > > We are proud to announce the 1.9.0 release of NumPy. > Awesome, thanks for the release management! - Sebastian > This release includes numerous performance improvements, most > significantly the indexing code has been rewritt

[Numpy-discussion] ANN: NumPy 1.9.0 release

2014-09-07 Thread Julian Taylor
Hello, We are proud to announce the 1.9.0 release of NumPy. This release includes numerous performance improvements, most significantly the indexing code has been rewritten be a lot times faster for most cases and performance of using small arrays and scalars has almost doubled. Plenty of other f