Re: [Numpy-discussion] missing doc dir in the official tarball

2008-12-19 Thread David Cournapeau
On Sat, Dec 20, 2008 at 7:43 AM, Stéfan van der Walt wrote: > 2008/12/20 Ondrej Certik : >> So we thought with Stefan that maybe a simpler solution is just to fix >> the ./setup sdist (or how you create the tarball in numpy) to include >> documentation and be done with it. > > I think releases sho

Re: [Numpy-discussion] missing doc dir in the official tarball

2008-12-19 Thread Stéfan van der Walt
2008/12/20 Ondrej Certik : > So we thought with Stefan that maybe a simpler solution is just to fix > the ./setup sdist (or how you create the tarball in numpy) to include > documentation and be done with it. I think releases should either include the Sphinx documentation or, alternatively, we sho

Re: [Numpy-discussion] Missing numpy.i

2008-12-19 Thread Ondrej Certik
On Tue, Nov 18, 2008 at 11:42 AM, Nicolas ROUX wrote: > Hi, > > About the missing doc directory in the windows install in latest numpy > release, could you please add it ? > (please see below the previous thread) Well, this is a serious problem, so it should definitely be fixed, see here: http:/

[Numpy-discussion] missing doc dir in the official tarball

2008-12-19 Thread Ondrej Certik
Hi, while packaging the new version of numpy, I realized that it is missing a documentation. I just checked with Stefan on Jabber and he thinks it should be rather a trivial fix. Do you Jarrod think you could please release a new tarball with the doc directory? The problem is that debian (and I g

Re: [Numpy-discussion] immutable numpy arrays

2008-12-19 Thread Geoffrey Irving
On Thu, Dec 18, 2008 at 1:00 PM, Robert Kern wrote: > On Thu, Dec 18, 2008 at 10:01, Geoffrey Irving wrote: >> On Wed, Dec 17, 2008 at 4:28 PM, Robert Kern wrote: > >>> It just seems to me to be another complication that does not provide >>> any guarantees. You say "Currently numpy arrays are ei

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread John Hunter
On Fri, Dec 19, 2008 at 12:59 PM, Eric Firing wrote: > Licensing is no problem; I have never bothered with it, but I can tack on a > BSD-type license if that would help. Great -- if you are the copyright holder, would you commit a BSD license file to the py4science trailstats dir? I just commit

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread Eric Firing
John Hunter wrote: > On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross > wrote: >> This is a new project I just released. >> >> I know it is C#, but some of the design and idioms would be nice in >> numpy/scipy for working with discrete event simulators, time series, and >> event stream processing.

Re: [Numpy-discussion] Recent umath changes

2008-12-19 Thread Charles R Harris
On Thu, Dec 18, 2008 at 9:12 PM, David Cournapeau wrote: > Hi Chuck, > > On Fri, Dec 19, 2008 at 2:15 AM, Charles R Harris > wrote: > > > The undefs need to be there when the functions are defined by numpy, so > they > > only need to be in the same #if block as those definitions. I moved them > o

Re: [Numpy-discussion] Recent umath changes

2008-12-19 Thread Charles R Harris
On Thu, Dec 18, 2008 at 9:12 PM, David Cournapeau wrote: > Hi Chuck, > > On Fri, Dec 19, 2008 at 2:15 AM, Charles R Harris > wrote: > > > The undefs need to be there when the functions are defined by numpy, so > they > > only need to be in the same #if block as those definitions. I moved them > o

[Numpy-discussion] lfilter

2008-12-19 Thread Sturla Molden
I am wondering if not scipy.signal.lfilter ought to be a part of the core NumPy. Note that it is similar to the filter function found in Matlab, and it makes a complement to numpy.convolve. May I suggest that it is renamed or aliased to numpy.filter? Sturla Molden ___

[Numpy-discussion] ANN: PyTables 2.1 (final) released

2008-12-19 Thread Francesc Alted
=== Announcing PyTables 2.1 === PyTables is a library for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data with support for full 64-bit file addressing. PyTables runs on top of the HDF5 library an

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread Neal Becker
On a somewhat related note, I am looking for recursive calculation of variance for complex. For complex I want var as defined by E[|x^2|]. Is there an incremental (recursive) implementation in the complex case? ___ Numpy-discussion mailing list Numpy-d

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread John Hunter
On Thu, Dec 18, 2008 at 8:27 PM, Bradford Cross wrote: > This is a new project I just released. > > I know it is C#, but some of the design and idioms would be nice in > numpy/scipy for working with discrete event simulators, time series, and > event stream processing. > > http://code.google.com/p

Re: [Numpy-discussion] new incremental statistics project

2008-12-19 Thread Stéfan van der Walt
Hi Bradford 2008/12/19 Bradford Cross : > This is a new project I just released. > > I know it is C#, but some of the design and idioms would be nice in > numpy/scipy for working with discrete event simulators, time series, and > event stream processing. Could you please send a slightly longer de