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
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
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
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
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
_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
> --
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
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
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
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
/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
= 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
? 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
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
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
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
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
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
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
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'
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
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
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
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
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
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
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
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
-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
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
_
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
31 matches
Mail list logo