Re: [Numpy-discussion] missing='' not documented in genfromtxt()

2010-05-13 Thread Vincent Davis
> Because the use of `missing` is deprecated (try to use anything but '' for > missing, and you'll get a deprecation warning). > Use `missing_values` instead. I wasn't using 'missing' but was wondering what it did. @Pierre, Stéfan van der Walt suggested that genfromtxt was your baby :) Anyway I

Re: [Numpy-discussion] missing='' not documented in genfromtxt()

2010-05-13 Thread Pierre GM
On May 13, 2010, at 11:06 PM, Vincent Davis wrote: > Maybe I am missing something but it does not appear that missing='' is > documented although it is shown s an argument ? Because the use of `missing` is deprecated (try to use anything but '' for missing, and you'll get a deprecation warning).

[Numpy-discussion] missing='' not documented in genfromtxt()

2010-05-13 Thread Vincent Davis
Maybe I am missing something but it does not appear that missing='' is documented although it is shown s an argument ? genfromtxt(fname, dtype=float, comments='#', delimiter=None, skiprows=0, skip_header=0, skip_footer=0, converters=None, missing='', m

[Numpy-discussion] zeros_like and friends shouldn't use ndarray.__new__(type(a), ...)

2010-05-13 Thread Jim Porter
Ok, let's try sending this message again, since it looks like I can't send from gmane... (See discussion on python-list at http://permalink.gmane.org/gmane.comp.python.general/661328 for context) numpy.zeros_like contains the following code: def zeros_like(a): if isinstance(a,

Re: [Numpy-discussion] mac os x installation

2010-05-13 Thread Nicola
thank you for the information but now the error is the following Python 2.6.5 (r265:79359, Mar 24 2010, 01:32:55) [GCC 4.0.1 (Apple Inc. build 5493)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>> numpy.test('1','10') Running unit tests for num

Re: [Numpy-discussion] mac os x installation

2010-05-13 Thread Patrick Marsh
You need to install the "nose" module to run the test suite. http://code.google.com/p/python-nose/ Patrick On Thu, May 13, 2010 at 4:55 PM, Nicola wrote: > Hi. I've to admit that I'm quite new in python and also to numpy. I'm > trying to install numpy an

[Numpy-discussion] mac os x installation

2010-05-13 Thread Nicola
Hi. I've to admit that I'm quite new in python and also to numpy. I'm trying to install numpy and scypy on my mac (Mac Os X 10.6.3). I've installed the last version of python (Python 2.6.5 Mac OS X Installer Disk Image )

[Numpy-discussion] EuroScipy is finally open for registration

2010-05-13 Thread Gael Varoquaux
Registration for EuroScipy is finally open To register, go to the website , create an account, and you will see a /‘register to the conference’/ button on the left. Follow it to a page w

[Numpy-discussion] savetxt not working with python3.1

2010-05-13 Thread Nadav Horesh
in module npyio.py lines 794,796 "file" should be replaced by "_file" Nadav ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion