[Numpy-discussion] ANN: Scipy 0.16.0 release candidate 1

2015-07-04 Thread Ralf Gommers
Hi, I'm pleased to announce the availability of the first release candidate of Scipy 0.16.0. Please try it out and report any issues on the Github issue tracker or on the scipy-dev mailing list. This first RC is a source-only release. Sources and release notes can be found at https://github.com/s

Re: [Numpy-discussion] Readings about governance and decision making for F/OSS projects

2015-07-04 Thread Ralf Gommers
On Sat, Jul 4, 2015 at 10:22 AM, Todd wrote: > > On Jul 4, 2015 1:47 AM, "Nathaniel Smith" wrote: > > > > > > If you have other links on this topic that you are think are > > interesting, please add them to the thread! > As promised, here some links about fiscal sponsorship. General info: https

Re: [Numpy-discussion] Readings about governance and decision making for F/OSS projects

2015-07-04 Thread Todd
On Jul 4, 2015 1:47 AM, "Nathaniel Smith" wrote: > > > If you have other links on this topic that you are think are > interesting, please add them to the thread! > The KDE e.v. - represents the KDE community in legal and financial matters. https://ev.kde.org/

Re: [Numpy-discussion] floats for indexing, reshape - too strict ?

2015-07-04 Thread Sebastian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, On 07/02/2015 03:37 PM, Antoine Pitrou wrote: > > Traceback (most recent call last): > File "", line 1, in > TypeError: list indices must be integers, not float > > > I don't think relaxing type checking here makes any good. Python is also