Re: [Numpy-discussion] Casting Bug or a "Feature"?

2013-01-16 Thread Patrick Marsh
Thanks, everyone for chiming in. Now that I know this behavior exists, I can explicitly prevent it in my code. However, it would be nice if a warning or something was generated to alert users about the inconsistency between var += ... and var = var + ... Patrick --- Patrick Marsh Ph.D

[Numpy-discussion] Casting Bug or a "Feature"?

2013-01-16 Thread Patrick Marsh
in thinking this is a bug? Or is this the behavior that others would have expected? Cheers, Patrick --- Patrick Marsh Ph.D. Candidate / Liaison to the HWT School of Meteorology / University of Oklahoma Cooperative Institute for Mesoscale Meteorologi

Re: [Numpy-discussion] Regression in mpl: AttributeError: incompatible shape for a non-contiguous array

2012-10-29 Thread Patrick Marsh
I went ahead and filed a ticket (https://github.com/numpy/numpy/issues/2700) for historical purposes…and so those on the MPL list can follow up. PTM --- Patrick Marsh Ph.D. Candidate / Liaison to the HWT School of Meteorology / University of Oklahoma Cooperative Institute for Mesoscale

Re: [Numpy-discussion] Regression in mpl: AttributeError: incompatible shape for a non-contiguous array

2012-10-29 Thread Patrick Marsh
3 Author: Sebastian Berg Date: Sun Oct 21 18:50:28 2012 +0200 API: Change Flags Updateing to allow C-/F-contiguous arrays This changes UpdateFlags to ignore 1-dimensional axis when setting C-/F-contiguous flags. Updates both flags always now. --- Patrick Marsh Ph.D. Candidate / Liaiso

Re: [Numpy-discussion] Regression in mpl: AttributeError: incompatible shape for a non-contiguous array

2012-10-29 Thread Patrick Marsh
Turns out it isn't the commit I thought it was. I'm currently going through a git bisect to track down the actual commit that introduced this bug. I'll post back when I've found it. PTM --- Patrick Marsh Ph.D. Candidate / Liaison to the HWT School of Meteorology / Un

Re: [Numpy-discussion] mac os x installation

2010-05-13 Thread Patrick Marsh
_nose > raise ImportError(msg) > ImportError: Need nose >= 0.10.0 for tests - see > http://somethingaboutorange.com/mrl/projects/nose > >>> > > any idea? > > -- > ------ >nicola.viane...@gmail.com >skype:nicolavianello > --

Re: [Numpy-discussion] Brooken Toolchain (Mac 10.6)

2010-05-06 Thread Patrick Marsh
May 6, 2010 at 11:21 AM, Patrick Marsh > wrote: > >> I apologize for not following up on this thread right away. I was sick >> for a couple of days and then there were several major severe weather >> outbreaks that required me to spend more time at work. With this

Re: [Numpy-discussion] Brooken Toolchain (Mac 10.6)

2010-05-05 Thread Patrick Marsh
the -Wno-long-double option used when building python. > > Cheers > > Robin > > On Mon, Apr 19, 2010 at 3:55 PM, Patrick Marsh > wrote: > > Greetings, > > Per my previous email, I'm trying to setup the release process for Numpy > on > > my MacBook Pro

[Numpy-discussion] Brooken Toolchain (Mac 10.6)

2010-04-19 Thread Patrick Marsh
d_info)) File "/Users/pmarsh/git/numpy.release/numpy/distutils/command/build_src.py", line 385, in generate_sources source = func(extension, build_dir) File "numpy/core/setup.py", line 657, in get_mathlib_info raise RuntimeError("Broken toolchain: cannot link a

[Numpy-discussion] Building DMG w/ Python 2.6 (could not access...no space left on device)

2010-04-19 Thread Patrick Marsh
b/python2.6/shutil.py", line 88, in copy copyfile(src, dst) File "/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 52, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file or directory: 'tools/numpy-macosx-i

[Numpy-discussion] Building DMG w/ Python 2.6 (could not access...no space left on device)

2010-04-19 Thread Patrick Marsh
/Python.framework/Versions/2.6/lib/python2.6/shutil.py", line 52, in copyfile fsrc = open(src, 'rb') IOError: [Errno 2] No such file or directory: 'tools/numpy-macosx-installer/numpy-1.4.1rc3-py2.6-python.org.dmg' Patrick -- Patrick Marsh Ph.D. Student / NSSL Liaison

Re: [Numpy-discussion] Sum over array elements

2010-04-12 Thread Patrick Marsh
= a.reshape(a, (5, 2)) > c = b.sum(axis=1) > > Is there any better solution? > > Thanks, > > Nicola Creati > > ___ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/num

Re: [Numpy-discussion] draft release guide

2010-03-24 Thread Patrick Marsh
? What is more, why the need for a > compiler > for bdist if numpy is already built? I feel that I'm almost there, but some > piece still resists... > > -- > Francesc Alted > ___ > Num

Re: [Numpy-discussion] draft release guide

2010-03-23 Thread Patrick Marsh
t Way NE (206) 526-6329 fax > Seattle, WA 98115 (206) 526-6317 main reception > > chris.bar...@noaa.gov > ___ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/n

Re: [Numpy-discussion] Building Numpy Windows Superpack

2010-03-06 Thread Patrick Marsh
On Sat, Mar 6, 2010 at 1:29 AM, David Cournapeau wrote: > On Fri, Mar 5, 2010 at 1:22 PM, Patrick Marsh > wrote: > > > > > I've run the Numpy superpack installer for Python 2.6 built with MinGW > > through the dependency walker. Unfortunately, outside of c

Re: [Numpy-discussion] Building Numpy Windows Superpack

2010-03-04 Thread Patrick Marsh
On Wed, Mar 3, 2010 at 8:12 PM, David Cournapeau wrote: > Patrick Marsh wrote: > > On Wed, Mar 3, 2010 at 8:48 AM, David Cournapeau > <mailto:courn...@gmail.com>> wrote: > > > > > That's a bug in the pavement script - on windows 7, some env > v

Re: [Numpy-discussion] Building Numpy Windows Superpack

2010-03-04 Thread Patrick Marsh
On Wed, Mar 3, 2010 at 8:12 PM, David Cournapeau wrote: > Patrick Marsh wrote: > > On Wed, Mar 3, 2010 at 8:48 AM, David Cournapeau > <mailto:courn...@gmail.com>> wrote: > > > > > That's a bug in the pavement script - on windows 7, some env > v

Re: [Numpy-discussion] Building Numpy Windows Superpack

2010-03-03 Thread Patrick Marsh
On Wed, Mar 3, 2010 at 8:48 AM, David Cournapeau wrote: > On Wed, Mar 3, 2010 at 11:34 PM, Patrick Marsh > wrote: > > > Okay, I'm about out of ideas. Hopefully someone on here has an idea as > to > > what might be going on. > > 1. I am still unable t

Re: [Numpy-discussion] Building Numpy Windows Superpack

2010-03-03 Thread Patrick Marsh
On Wed, Mar 3, 2010 at 8:48 AM, Ralf Gommers wrote: > > > On Wed, Mar 3, 2010 at 10:34 PM, Patrick Marsh > wrote: > >> 1. I am still unable to build the windows superpack using pavement.py, >> even after making sure I have all the necessary dependencies. Howeve

Re: [Numpy-discussion] Building Numpy Windows Superpack

2010-03-03 Thread Patrick Marsh
serves orientation. -- Traceback (most recent call last): File "C:\Python25\lib\site-packages\numpy\core\tests\test_defmatrix.py", line 56, in test_sum M = matrix([[1,2,0,0], NameError: global name 'matrix'

Re: [Numpy-discussion] Building Numpy Windows Superpack

2010-02-28 Thread Patrick Marsh
AM, David Cournapeau wrote: > Hi Patrick, > > On Sun, Feb 28, 2010 at 1:35 PM, Patrick Marsh > wrote: > > Greetings, > > I have been trying to build the numpy superpack on windows using the > > binaries posted by David. > > Could you post *exactly* the seq

[Numpy-discussion] Building Numpy Windows Superpack

2010-02-27 Thread Patrick Marsh
ccessfully used David's binaries would they be willing to share their site.cfg? Thanks in advance. Patrick -- Patrick Marsh Ph.D. Student / NSSL Liaison to the HWT School of Meteorology / University of Oklahoma Cooperative Institute for Mesoscale Meteorological Studies National Severe Storms

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-24 Thread Patrick Marsh
I can use to install MSVC 7.1 in parallel to allow me to test earlier versions as well. Cheers, Patrick > > cheers, > > David > ___ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/li

Re: [Numpy-discussion] Building Windows binaries on OS X

2010-02-24 Thread Patrick Marsh
gt; parallel so we both generate a complete set of binaries? > > Cheers, > Ralf > > _______ > NumPy-Discussion mailing list > NumPy-Discussion@scipy.org > http://mail.scipy.org/mailman/listinfo/numpy-discussion > > -- Pa

Re: [Numpy-discussion] Wanted: new release manager for 1.5 and above

2010-01-16 Thread Patrick Marsh
rrod Millman wrote: > First I want to give David Cournapeau a big thank you for all his hard > work as release manager for the last few years. It is a lot of work > and he has done a great job managing the releases (not to mention all > the work he has done as one of the primary developer

Re: [Numpy-discussion] Wanted: new release manager for 1.5 and above

2010-01-15 Thread Patrick Marsh
ete newbie when it comes to this, I'll certainly need a lot of help initially. (But hey, this is how you learn, right?) No offense if my offer isn't accepted. I just thought I'd thought I'd offer to try and give something back. Patrick -- Patrick Marsh Ph.D. Student / Graduat

Re: [Numpy-discussion] Build Failure on IA64

2009-03-14 Thread Patrick Marsh
On Fri, Mar 13, 2009 at 9:18 PM, Charles R Harris wrote: > > > On Fri, Mar 13, 2009 at 2:15 PM, Patrick Marsh > wrote: >> >> Hi, >> >> I'm trying to build numpy from SVN and ran across this error: >> numpy/core/include/numpy/npy_cpu.h:44:10: erro

[Numpy-discussion] Build Failure on IA64

2009-03-13 Thread Patrick Marsh
trick -- Patrick Marsh Graduate Research Assistant School of Meteorology University of Oklahoma http://www.patricktmarsh.com ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

[Numpy-discussion] Build Failure on WIndows Vista

2009-03-06 Thread Patrick Marsh
-Patrick -- Patrick Marsh Graduate Research Assistant School of Meteorology University of Oklahoma http://www.patricktmarsh.com ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] f2py: VS version on Windows

2009-02-02 Thread Patrick Marsh
y-discussion mailing list > Numpy-discussion@scipy.org > http://projects.scipy.org/mailman/listinfo/numpy-discussion > -- Patrick Marsh Graduate Research Assistant School of Meteorology University of Oklahoma http://www.patricktmarsh.com _

Re: [Numpy-discussion] f2py: VS version on Windows

2009-02-02 Thread Patrick Marsh
t; e~1\mike\locals~1\temp\tmptd0t5g\src.win32-2.5 > > running build_ext > > No module named msvccompiler in numpy.distutils; trying from distutils > > error: Python was built with Visual Studio 2003; > > extensions must be built with a compiler than can generate compatible > bina