sturlamolden wrote:
On Sep 10, 6:39 am, Travis Oliphant <[EMAIL PROTECTED]> wrote:
I wanted to point anybody interested to a blog post that describes a
useful pattern for having a NumPy array that points to the memory
created by a different memory manager than the standard one used by
http://blog.enthought.com/?p=62
Best regards,
-Travis Oliphant
--
http://mail.python.org/mailman/listinfo/python-list
Travis Oliphant wrote:
> Hi all,
>
> I think the latest patch for fixing Issue 708374 (adding offset to mmap)
> should be committed to SVN.
>
> I will do it, if nobody opposes the plan. I think it is a very
> important addition and greatly increases the capabili
Hi all,
I think the latest patch for fixing Issue 708374 (adding offset to mmap)
should be committed to SVN.
I will do it, if nobody opposes the plan. I think it is a very
important addition and greatly increases the capability of the mmap module.
Thanks,
-Travis Oliphant
--
http
Jim wrote:
> I have an application that will maintain an in-memory database in the
> form of a list of lists. Does anyone know of a way to search for and
> retreive "records" from such a structure?
>
Actually, the new NumPy can work as a very-good fast and efficient
simple in-memory database (o
lancered wrote:
>
>
>So, can you tell me what goes wrong? Is this a bug in
> Numpy.linalg? How to deal with this situation? If you need, I can
> post the matrix I used below, but it is so long,so not at the moment.
>
As you discovered, it is very likely your problem is a very high
co
dmitrey wrote:
> I can't find these via web serch
>
You won't find exact equivalents. But, the same functionality is
available. Perhaps you would like to show us what you are trying to do
in Python.
Python's eval has some similarity with str2func
Python's repr() or str() has some similarity
Collin Stocks wrote:
> Does anyone know how to directly handle memory using python?
> I want to be able, for example, to copy the actual contents of a memory
> address, or set the actual contents of a memory address.
This kind of thing is generally not what Python is used for, so it's not
really
Peter Wuertz wrote:
> Hi,
>
> I'm writing a C module for python, that accesses a special usb camera.
> This module is supposed to provide python with data (alot of data). Then
> SciPy is used to fit the data.
>
Which version of scipy are you using?
> My question is, how to make python read fr
Laszlo Nagy wrote:
>># shouldn't I be able to fill the lists simply by pointing to a location?
>>
>>matrix[a_idx, p_idx] = 0x219 # and so on?
>>
>
> Lists are not matrices. For example:
>
> L = [ [1,2,3], ['a','b','c'], 10 ]
> print L[1][2] # Prints 'c', you will like this syntax but...
> prin
Robert Kern wrote:
> HYRY wrote:
>
>>Why the exec time of test(readdata()) and test(randomdata()) of
>>following program is different?
>>my test file 150Hz10dB.wav has 2586024 samples, so I set randomdata
>>function
>>to return a list with 2586024 samples.
>>the exec result is:
>>2586024
>>
>>10.8
robert wrote:
> in Gnuplot (Gnuplot.utils) the input array will be converted to a Numeric
> float array as shown below. When I insert a numpy array into Gnuplot like
> that below, numbers 7.44 are cast to 7.0
> Why is this and what should I do ? Is this bug in numpy or in Numeric?
>
>
> [Dbg]>
K. Jansma wrote:
> Hi,
>
> given an array:
>
> import numpy
> a = numpy.arange(100).reshape((10,10))
> print a
>
> [[ 0 1 2 3 4 5 6 7 8 9]
> [10 11 12 13 14 15 16 17 18 19]
> [20 21 22 23 24 25 26 27 28 29]
> [30 31 32 33 34 35 36 37 38 39]
> [40 41 42 43 44 45 46 47 48 49]
> [50 5
[EMAIL PROTECTED] wrote:
> Travis E. Oliphant wrote:
>
>
> Given the quality of python's (free) documentation and how good it's
> been for a very long time, it's bit ironic to be using the phrase
> "normal open-source documentation" on this mailing list. Numeric
> python, which numpy aspires to b
Neal Becker wrote:
> Any suggestions for transforming the sequence:
>
> [1, 2, 3, 4...]
> Where 1,2,3.. are it the ith item in an arbitrary sequence
>
> into a succession of tuples:
>
> [(1, 2), (3, 4)...]
>
> In other words, given a seq and an integer that specifies the size of tuple
> to retu
[EMAIL PROTECTED] wrote:
> I want to compute the correlation between two sequences X and Y, and
> tried using SciPy to do so without success.l Here's what I have, how
> can I correct it?
>
This was a bug in NumPy (inherited from Numeric actually). The fix is
in SVN of NumPy.
Here are the new v
This post is to announce the release of NumPy 0.9.6 which fixes some
important bugs and has several speed improvments.
NumPy is a multi-dimensional array-package for Python that allows rapid
high-level array computing with Python. It is successor to both Numeric
and Numarray. More informatio
Any Object to be Used for Slicing
Version: $Revision: 42549 $
Last Modified: $Date: 2006-02-21 21:00:18 -0700 (Tue, 21 Feb 2006) $
Author: Travis Oliphant <[EMAIL PROTECTED]>
Status: Draft
Type: Standards Track
Created: 09-Feb-2006
Python-Version: 2.5
Abstract
This PEP proposes add
Robert Kern wrote:
> nitro wrote:
>
>>Hi,
>>
>>I am using a Debian system. I installed NumPy and everything works
>>well. When I try to install SciPy, I get the following error. Any help
>>would be appreciated.
>>
>>===
>>[EMAIL PROTECTED]:~/scipy/scipy-0.4.4$ python setup.py install
>>import core
. The
LICENSE is still a BSD style License---the same as old Numeric. More
information can be found at the web-site: http://numeric.scipy.org
The primary developer of scipy core (besides the original creators of
Numeric upon which it is based) is Travis Oliphant
([EMAIL PROTECTED]), but his
ll again and
it finds the recent build and goes forward). I also don't get the
mysterious errror when I just cut-and-paste the
compile line.
I am very confused. Has anyone seen this or anything like this before?
Any help appreciated.
-Travis Oliphant
--
http://mail.python.org/mailman/listinfo/python-list
to add the capability for users to update the documentation through
the web-site. But, that functionality is not complete.
The code itself is available in the util directory of scipy which can be
checked out of CVS (or browsed). Go to http://www.scipy.org for mor
details.
-Travis Oliphant
22 matches
Mail list logo