<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/src/arraymethods.c, branch v1.0b1</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title>Change file reading and writing to call file object instead of using PyFile_FromString</title>
<updated>2006-07-20T21:20:43+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-20T21:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9281fc791f0e5c0463656ed18e7c5cc7457714b2'/>
<id>9281fc791f0e5c0463656ed18e7c5cc7457714b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add some more docstrings</title>
<updated>2006-07-18T21:10:39+00:00</updated>
<author>
<name>cookedm</name>
<email>cookedm@localhost</email>
</author>
<published>2006-07-18T21:10:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d5a13c5e4d881a205bef6ce64cb2222aef98d43c'/>
<id>d5a13c5e4d881a205bef6ce64cb2222aef98d43c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PyArray_ToString to C-API and made default .tostring() method return C-order.</title>
<updated>2006-07-18T16:32:12+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-18T16:32:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=565f8c335c12a9365d6c9163889b8db1ac44690e'/>
<id>565f8c335c12a9365d6c9163889b8db1ac44690e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix docstrings.</title>
<updated>2006-07-12T08:50:53+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-12T08:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e05403c03182b51d8fecd8b478b44bc7b1f65d9'/>
<id>3e05403c03182b51d8fecd8b478b44bc7b1f65d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix .choose docstring and allow more functions to be 'vectorized'</title>
<updated>2006-07-11T21:39:04+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-11T21:39:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a345bd21446141f16f70b8f84c7b42b257b0dcff'/>
<id>a345bd21446141f16f70b8f84c7b42b257b0dcff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS.  Created a names member of PyArray_Descr and changed usages that extracted -1 out of the fields dict.</title>
<updated>2006-07-10T23:05:09+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-10T23:05:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ac7ff77afad04b6c330a534463dd02681d278c9b'/>
<id>ac7ff77afad04b6c330a534463dd02681d278c9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Apply npy_ and NPY_ prefixes to all C-API names that don't already have PyArray_ prefixes.</title>
<updated>2006-07-08T00:24:12+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-08T00:24:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1acf453e6bdbac5e176806b0ad07ad33e32a5f40'/>
<id>1acf453e6bdbac5e176806b0ad07ad33e32a5f40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage.  Add .ctypes attribute for use with the ctypes module if it's available.</title>
<updated>2006-07-02T02:59:54+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-07-02T02:59:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=da42cda6ebd4666299c1287b8fdec82df15197fe'/>
<id>da42cda6ebd4666299c1287b8fdec82df15197fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for objects in arrays.</title>
<updated>2006-06-27T01:31:41+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-06-27T01:31:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7e4a505ceebc45e4bc90cf5093b6f59aa1125be8'/>
<id>7e4a505ceebc45e4bc90cf5093b6f59aa1125be8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for object-arrays inside of other recorcd types.</title>
<updated>2006-06-27T00:11:59+00:00</updated>
<author>
<name>Travis Oliphant</name>
<email>oliphant@enthought.com</email>
</author>
<published>2006-06-27T00:11:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=db8442b04f2b8dcc714dd974d0bd6407e9e054ef'/>
<id>db8442b04f2b8dcc714dd974d0bd6407e9e054ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
