On Mon, Jun 7, 2010 at 4:52 AM, Pavel Bazant wrote:
> Correct me if I am wrong, but the paragraph
>
> Note to those used to IDL or Fortran memory order as it relates to
> indexing. Numpy uses C-order indexing. That means that the last index
> usually (see xxx for exceptions) represents the most r
On 06/08/2010 11:37 AM, Ralf Gommers wrote:
>
> Is it really that much worse than for earlier versions? The support
> burden is probably more because of having too many Python versions at
> the same time. It's now 2.4-2.6, soon it may be 2.4-2.7 + 3.1-3.2.
I don't think scons issues should affect
On Tue, Jun 8, 2010 at 4:58 AM, Charles R Harris
wrote:
>
>
> On Mon, Jun 7, 2010 at 2:07 PM, Christoph Gohlke wrote:
>
>> Dear NumPy developers,
>>
>> I was trying to build numpy 2.0.dev and scipy 0.9.dev using numscons
>> 0.12.dev and Python 2.7b2 (32 bit) on Windows 7 64 bit and ran into two
>
On Mon, Jun 7, 2010 at 7:26 PM, Ralf Gommers
wrote:
>
>
> On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis
> wrote:
>>
>> On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold
>> wrote:
>> > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis
>> > wrote:
>> >> "Cannot compile 'Python.h'. Perhaps you need to
On Tue, Jun 8, 2010 at 4:46 AM, Vincent Davis wrote:
> On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold
> wrote:
> > On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis
> wrote:
> >> "Cannot compile 'Python.h'. Perhaps you need to "\
> >> SystemError: Cannot compile 'Python.h'. Perhaps you need to in
On Mon, Jun 7, 2010 at 3:19 PM, Vincent Davis wrote:
> On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus
> wrote:
> > Hi Vincent,
> >
> > (1) Fortran compiler isn't necessary for numpy, but is for scipy,
> > which isn't ported to python 3 yet.
> > (2) Could you put up on pastebin or somewhere online
Well I am way from my computer so I am not sure what's up. You might
give it a bit?
Vincent
On Monday, June 7, 2010, Zachary Pincus wrote:
>
> On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote:
>
>> Here is a link to the full output after typing python setup.py build.
>> https://docs.google.com/Doc
On Jun 7, 2010, at 5:19 PM, Vincent Davis wrote:
> Here is a link to the full output after typing python setup.py build.
> https://docs.google.com/Doc?docid=0AVQgwG2qUDgdZGYyaGo0NjNfMjI5Z3BraHd6ZDg&hl=en
that's just bringing up an empty document page for me...
___
On Mon, Jun 7, 2010 at 3:04 PM, PostMaster wrote:
> On Mon, Jun 7, 2010 at 14:32, wrote:
>> On Mon, Jun 7, 2010 at 3:14 PM, Vincent Davis
>> wrote:
>>> I just tried a post and got this. Should I repost without the long
>>> section of the terminal output I pasted in ?
>>>
>>> Your mail to 'NumP
On Mon, Jun 7, 2010 at 2:54 PM, Zachary Pincus wrote:
> Hi Vincent,
>
> (1) Fortran compiler isn't necessary for numpy, but is for scipy,
> which isn't ported to python 3 yet.
> (2) Could you put up on pastebin or somewhere online the full error
> you got?
>
> The problem isn't one of not finding
On Mon, Jun 7, 2010 at 14:32, wrote:
> On Mon, Jun 7, 2010 at 3:14 PM, Vincent Davis
> wrote:
>> I just tried a post and got this. Should I repost without the long
>> section of the terminal output I pasted in ?
>>
>> Your mail to 'NumPy-Discussion' with the subject
>>
>> Installing numpy fro
On Mon, Jun 7, 2010 at 2:07 PM, Christoph Gohlke wrote:
> Dear NumPy developers,
>
> I was trying to build numpy 2.0.dev and scipy 0.9.dev using numscons
> 0.12.dev and Python 2.7b2 (32 bit) on Windows 7 64 bit and ran into two
> problems.
>
>
> First, Python 2.7's UserDict is now a new-style cla
Hi Vincent,
(1) Fortran compiler isn't necessary for numpy, but is for scipy,
which isn't ported to python 3 yet.
(2) Could you put up on pastebin or somewhere online the full error
you got?
The problem isn't one of not finding the Python.h header file, which
will be present in the Python 3
On Mon, Jun 7, 2010 at 2:11 PM, Skipper Seabold wrote:
> On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis
> wrote:
>> Going down the prerequisite list I have.
>>
>> Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18)
>> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin
>> Type "help", "copyright", "credi
On Mon, Jun 7, 2010 at 4:02 PM, Vincent Davis wrote:
> Going down the prerequisite list I have.
>
> Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18)
> [GCC 4.0.1 (Apple Inc. build 5493)] on darwin
> Type "help", "copyright", "credits" or "license" for more information.
>
nose.__version__
> '
Dear NumPy developers,
I was trying to build numpy 2.0.dev and scipy 0.9.dev using numscons
0.12.dev and Python 2.7b2 (32 bit) on Windows 7 64 bit and ran into two
problems.
First, Python 2.7's UserDict is now a new-style class
(http://docs.python.org/dev/whatsnew/2.7.html). Apparently scons
Going down the prerequisite list I have.
Python 3.1.2 (r312:79360M, Mar 24 2010, 01:33:18)
[GCC 4.0.1 (Apple Inc. build 5493)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> nose.__version__
'0.11.0'
I don't really understand the fortran stuff so so I just e
On Mon, Jun 7, 2010 at 3:14 PM, Vincent Davis wrote:
> I just tried a post and got this. Should I repost without the long
> section of the terminal output I pasted in ?
>
> Your mail to 'NumPy-Discussion' with the subject
>
> Installing numpy from source on py 3.1.2, osx
>
> Is being held until
I just tried a post and got this. Should I repost without the long
section of the terminal output I pasted in ?
Your mail to 'NumPy-Discussion' with the subject
Installing numpy from source on py 3.1.2, osx
Is being held until the list moderator can review it for approval.
The reason it is b
2010/6/6 Stéfan van der Walt
> I guess this changeset is up for discussion, but I'd be very glad if
> we could track the .gitignore. This makes life a lot easier for
> everybody using git-svn.
>
>
Do you really want to see all the various files that I want to ignore? It
bothered me that when I e
Maybe I missed something, but I didn't find anything like this in numpy
a kind of apply along 2axis, iterates over all 2d arrays defined by
axes argument in a n-dim array with n>2
useful for functions that operate on a 2d array (chisquare_twoway,
np.corrcoef ? ...)
awful function name
Josef
de
Hello
thanks for all your answers. I had a look at some references in this field.
Mostly in R. Nicoll Monograph on Binaural Technology, which is the best
recent overview i could find (on AES). All the solutions mentionned in the
ones you submitted are included ;)
You might do better with interpola
Correct me if I am wrong, but the paragraph
Note to those used to IDL or Fortran memory order as it relates to indexing.
Numpy uses C-order indexing. That means that the last index usually (see xxx
for exceptions) represents the most rapidly changing memory location, unlike
Fortran or IDL, wher
Hello. There is a method in numpy to compute the greater common divisor
of the elements of an array? Searching through the documentation I
didn't find it.
Thanks. Cheers,
--
Daniele
___
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mai
24 matches
Mail list logo