Re: [Numpy-discussion] bugfix for np.random logseries and hypergeometric are verified

2008-12-12 Thread Charles R Harris
On Fri, Dec 12, 2008 at 10:48 AM, wrote: > Hi, > > Now that I managed to compile numpy, I tried out the bugfixes in > ticket:921 and ticket:923. > > For both, checking the results gives now correct results. I attached > the scripts and results to the tickets. > > Both distributions will be tested

Re: [Numpy-discussion] ANNOUNCE: ETS 3.1.0 released!

2008-12-12 Thread Robert Pyle
Hi, I'm on a Mac G5, with EPD as my python: -- ~ $ python EPD Py25 (4.1.30001_beta1) -- http://www.enthought.com/epd Python 2.5.2 |EPD Py25 4.1.30001_beta1| (r252:60911, Nov 23 2008, 15:11:42) [GCC 4.0.1 (Apple Computer, Inc. build 5370)] on darwin Type "help", "copyright", "credits" or "li

Re: [Numpy-discussion] numpy.random and multiprocessing

2008-12-12 Thread Charles R Harris
On Thu, Dec 11, 2008 at 8:20 AM, Gael Varoquaux < gael.varoqu...@normalesup.org> wrote: > Hi there, > > I have been using the multiprocessing module a lot to do statistical tests > such as Monte Carlo or resampling, and I have just discovered something > that makes me wonder if I haven't been accu

Re: [Numpy-discussion] Save a class

2008-12-12 Thread Sturla Molden
See the module docs for pickle and cPickle. Sturla Molden > Dear all > > I have a class that contains various data arrays and constants > > Is there a way of using numpy.save() to save the class so that when I > reload it back in I have access to all the member arrays? > > Thanks > > Ross > > _

[Numpy-discussion] bugfix for np.random logseries and hypergeometric are verified

2008-12-12 Thread josef . pktd
Hi, Now that I managed to compile numpy, I tried out the bugfixes in ticket:921 and ticket:923. For both, checking the results gives now correct results. I attached the scripts and results to the tickets. Both distributions will be tested again in scipy.stats, once I remove the skip and add the

[Numpy-discussion] Save a class

2008-12-12 Thread Ross Williamson
Dear all I have a class that contains various data arrays and constants Is there a way of using numpy.save() to save the class so that when I reload it back in I have access to all the member arrays? Thanks Ross ___ Numpy-discussion mailing list Nu

Re: [Numpy-discussion] Plot directive in numpy docs

2008-12-12 Thread Pauli Virtanen
Fri, 12 Dec 2008 14:20:50 +0100, Gael Varoquaux wrote: > What is the guideline on using the plot directive in the numpy docs? It > can make some examples much easier to understand, but on the other hand, > it can clutter the docstrings. In addition, I am not sure how our > documentation pipeline de

[Numpy-discussion] Plot directive in numpy docs

2008-12-12 Thread Gael Varoquaux
Hi, What is the guideline on using the plot directive in the numpy docs? It can make some examples much easier to understand, but on the other hand, it can clutter the docstrings. In addition, I am not sure how our documentation pipeline deals with it. Cheers, Gaƫl _