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
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
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
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
>
> _
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
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
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
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
_