Re: [Numpy-discussion] ANN: NumPy 1.6.2 release candidate 1

2012-05-07 Thread Andreas H.
Am 05.05.2012 20:15, schrieb Ralf Gommers: > Hi, > > I'm pleased to announce the availability of the first release candidate > of NumPy 1.6.2. This is a maintenance release. Due to the delay of the > NumPy 1.7.0, this release contains far more fixes than a regular NumPy > bugfix release. It also

[Numpy-discussion] [SciPy-Dev] Announce: scikit-learn v0.11

2012-05-07 Thread Gael Varoquaux
On behalf of Andy Mueller, our release manager, I am happy to announce the 0.11 release of scikit-learn. This release includes some major new features such as randomized sparse models, gradient boosted regression trees, label propagation and many more. The release also has major imp

[Numpy-discussion] Announce: scikit-learn v0.11

2012-05-07 Thread Gael Varoquaux
On behalf of Andy Mueller, our release manager, I am happy to announce the 0.11 release of scikit-learn. This release includes some major new features such as randomized sparse models, gradient boosted regression trees, label propagation and many more. The release also has major imp

Re: [Numpy-discussion] Issue Tracking

2012-05-07 Thread Paul Ivanov
+1 on migrating issues to GitHub, I'm so glad this discussion is happening. On Sat, May 5, 2012 at 8:28 PM, Charles R Harris wrote: > Uh oh. We are short on developers as is... Which brings up a question, do > people need a github account to open an issue? Creating an account on GH is currently

Re: [Numpy-discussion] numpy_quaternion: OK on numpy 1.5.0, fails on 1.6.1

2012-05-07 Thread Charles R Harris
On Mon, May 7, 2012 at 2:33 PM, Tom Aldcroft wrote: > On Mon, May 7, 2012 at 3:30 PM, Charles R Harris > wrote: > > > > > > On Mon, May 7, 2012 at 7:28 AM, Tom Aldcroft < > aldcr...@head.cfa.harvard.edu> > > wrote: > >> > >> Sorry to bother again, but I am running into an issue with the numpy > >

Re: [Numpy-discussion] numpy_quaternion: OK on numpy 1.5.0, fails on 1.6.1

2012-05-07 Thread Tom Aldcroft
On Mon, May 7, 2012 at 3:30 PM, Charles R Harris wrote: > > > On Mon, May 7, 2012 at 7:28 AM, Tom Aldcroft > wrote: >> >> Sorry to bother again, but I am running into an issue with the numpy >> quaternion dtype on numpy 1.6.1 : >> >> $ python >> ActivePython 2.7.1.4 (ActiveState Software Inc.) ba

Re: [Numpy-discussion] numpy_quaternion: OK on numpy 1.5.0, fails on 1.6.1

2012-05-07 Thread Travis Oliphant
I've created a NumPy dtype package team and added several people to that team. If others would like to participate on these extension types, let me know. -Travis On May 7, 2012, at 8:28 AM, Tom Aldcroft wrote: > Sorry to bother again, but I am running into an issue with the numpy > quater

Re: [Numpy-discussion] Documentation roles in the numpy/scipy documentation editor

2012-05-07 Thread Ralf Gommers
On Mon, May 7, 2012 at 7:37 PM, Tim Cera wrote: > I think we should change the roles established for the Numpy/Scipy > documentation editors because they do not work as intended. > > For reference they are described here: > http://docs.scipy.org/numpy/Front%20Page/ > > Basically there aren't that

Re: [Numpy-discussion] numpy_quaternion: OK on numpy 1.5.0, fails on 1.6.1

2012-05-07 Thread Charles R Harris
On Mon, May 7, 2012 at 7:28 AM, Tom Aldcroft wrote: > Sorry to bother again, but I am running into an issue with the numpy > quaternion dtype on numpy 1.6.1 : > > $ python > ActivePython 2.7.1.4 (ActiveState Software Inc.) based on > Python 2.7.1 (r271:86832, Feb 7 2011, 11:30:54) > [GCC 4.0.2 20

[Numpy-discussion] Documentation roles in the numpy/scipy documentation editor

2012-05-07 Thread Tim Cera
I think we should change the roles established for the Numpy/Scipy documentation editors because they do not work as intended. For reference they are described here: http://docs.scipy.org/numpy/Front%20Page/ Basically there aren't that many active people to support being split into the roles as d

Re: [Numpy-discussion] How to run NumPy's tests with coverage?

2012-05-07 Thread Ralf Gommers
On Mon, May 7, 2012 at 5:25 AM, wrote: > On Sun, May 6, 2012 at 4:39 PM, Ralf Gommers > wrote: > > > > > > On Sun, May 6, 2012 at 9:08 PM, Chris Ball wrote: > >> > >> Hi, > >> > >> I'm trying to figure out how to run NumPy's tests with coverage enabled > >> (i.e. > >> numpy.test(coverage=True)

Re: [Numpy-discussion] Extension types repository

2012-05-07 Thread Charles R Harris
On Mon, May 7, 2012 at 7:59 AM, Charles R Harris wrote: > > > On Sun, May 6, 2012 at 10:05 AM, Charles R Harris < > charlesr.har...@gmail.com> wrote: > >> >> >> On Sun, May 6, 2012 at 2:38 AM, Ralf Gommers > > wrote: >> >>> >>> >>> On Sun, May 6, 2012 at 5:44 AM, Travis Oliphant wrote: >>> +1

Re: [Numpy-discussion] Extension types repository

2012-05-07 Thread Charles R Harris
On Sun, May 6, 2012 at 10:05 AM, Charles R Harris wrote: > > > On Sun, May 6, 2012 at 2:38 AM, Ralf Gommers > wrote: > >> >> >> On Sun, May 6, 2012 at 5:44 AM, Travis Oliphant wrote: >> >>> +1 >>> >>> Travis >>> >>> -- >>> Travis Oliphant >>> (on a mobile) >>> 512-826-7480 >>> >>> >>> On May 5,

Re: [Numpy-discussion] Extension types repository

2012-05-07 Thread Charles R Harris
On Mon, May 7, 2012 at 3:37 AM, Till Stensitzki wrote: > Charles R Harris gmail.com> writes: > > > > Make Tom a member of the numpy organization on github. > > Set up an extension dtypes repository in github.com/numpy > > > > > > Other proposals for the name are welcome. > > > > Why not put them

[Numpy-discussion] numpy_quaternion: OK on numpy 1.5.0, fails on 1.6.1

2012-05-07 Thread Tom Aldcroft
Sorry to bother again, but I am running into an issue with the numpy quaternion dtype on numpy 1.6.1 : $ python ActivePython 2.7.1.4 (ActiveState Software Inc.) based on Python 2.7.1 (r271:86832, Feb 7 2011, 11:30:54) [GCC 4.0.2 20051125 (Red Hat 4.0.2-8)] on linux2 Type "help", "copyright", "cre

Re: [Numpy-discussion] Quaternion data type

2012-05-07 Thread Neal Becker
I am quite interested in a fixed point data type. I had produced a working model some time ago. Maybe I can use some of these new efforts to provide good examples as a guide. ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.sci

Re: [Numpy-discussion] Extension types repository

2012-05-07 Thread Till Stensitzki
Charles R Harris gmail.com> writes: > Make Tom a member of the numpy organization on github. > Set up an extension dtypes repository in github.com/numpy > > > Other proposals for the name are welcome. > Why not put them into scipy.dtypes? Till