I just wanted to point people to the online version of the PEP. I'm still looking for comments and suggestions. The current version is here: http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/pep_buffer.txt -Travis
Travis Oliphant wrote:
I just wanted to point people to the online version of the PEP. I'm still looking for comments and suggestions. The current version is here:
http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/pep_buffer.txt
-Travis
Hi Travis: I'd like to help, but am not really prepared to comment at this time. It does look good at first glance. I need to review it in greater detail along with the current buffer code. Maybe this weekend. Do you have any kind of target dates that we need to keep in mind for this project? # Steve
Steven H. Rogers wrote:
Travis Oliphant wrote:
I just wanted to point people to the online version of the PEP. I'm still looking for comments and suggestions. The current version is here:
http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/pep_buffer.txt
-Travis
Hi Travis:
I'd like to help, but am not really prepared to comment at this time. It does look good at first glance. I need to review it in greater detail along with the current buffer code. Maybe this weekend. Do you have any kind of target dates that we need to keep in mind for this project?
Accepted PEPs need to be in by April. So, I'm thinking March 15 for this PEP. Thanks for your willingness to help. -teo
Travis Oliphant wrote:
I just wanted to point people to the online version of the PEP. I'm still looking for comments and suggestions. The current version is here:
http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/pep_buffer.txt
-Travis
Hi Travis: Have you contacted PIL developers to see if they will support this? Your proposal looks like it would take a manageable amount of work to implement and shouldn't cause any long term maintenance issues. Have you had any response from the Python core developers? # Steve
Steven H. Rogers wrote:
Travis Oliphant wrote:
I just wanted to point people to the online version of the PEP. I'm still looking for comments and suggestions. The current version is here:
http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/pep_buffer.txt
-Travis
Hi Travis:
Have you contacted PIL developers to see if they will support this? Your proposal looks like it would take a manageable amount of work to implement and shouldn't cause any long term maintenance issues. Have you had any response from the Python core developers?
# Steve
Disregard this question. I found a thread on this PEP in python-dev. # Steve
Impressive work and an very intresting approach. I have yet to figure out pros/cons or the variety of options this will give when writing applications/modules. Big plus for giving ctypes a way out of their crappy struct definitions. A few quick questions: Is the concept here that items always are contiguous in memory (=why the strides cant be defined in the format-spec) ? What will PyObject_SizeFromFormat(''(5,5)5t") return ? What are the total memory size of format:'5t' shape:ndim=2,shape=(5,5),strides=NULL ? Huw would the "getbufferproc" function signature look inside the "X{}"-format spec ? //Torgil On 2/28/07, Travis Oliphant <oliphant@ee.byu.edu> wrote:
I just wanted to point people to the online version of the PEP. I'm still looking for comments and suggestions. The current version is here:
http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/pep_buffer.txt
-Travis
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
Travis Oliphant wrote:
I just wanted to point people to the online version of the PEP. I'm still looking for comments and suggestions. The current version is here:
http://projects.scipy.org/scipy/numpy/browser/trunk/numpy/doc/pep_buffer.txt
Adding some use cases to the rationale might help convince the Python developers that this change is worth the development and maintenance burden. What about Python database adapters or data acquisition software? As the developers are very concerned with keeping their maintenance load manageable, a reference implementation would be persuasive, and they may want a commitment to help update affected standard library modules. # Steve
participants (3)
-
Steven H. Rogers
-
Torgil Svensson
-
Travis Oliphant