<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/bscript, branch v1.8.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>MAINT: move simd functions to new file simd.inc.src</title>
<updated>2013-06-08T20:32:06+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2013-06-07T20:44:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=63123538b7d4d948919dfb5366a78eaa972fcda9'/>
<id>63123538b7d4d948919dfb5366a78eaa972fcda9</id>
<content type='text'>
SIMD functions are called via a minimal dispatcher function.
Minizes extra code in loops.c.src and hopefully transparently allows to
simply enable more complex (runtime) dispatching rules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
SIMD functions are called via a minimal dispatcher function.
Minizes extra code in loops.c.src and hopefully transparently allows to
simply enable more complex (runtime) dispatching rules.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: fix Bento build after umath_linalg move from core to linalg module.</title>
<updated>2013-05-04T19:42:09+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2013-05-04T17:28:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3d431abd7f92efca208d92d597d5c8393ecc388d'/>
<id>3d431abd7f92efca208d92d597d5c8393ecc388d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: Add NPY_RELAXED_STRIDES_CHECKING flag</title>
<updated>2013-04-01T19:12:46+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2013-03-21T13:23:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79d22dcef7947347660cbb953cb54ee3b38822f5'/>
<id>79d22dcef7947347660cbb953cb54ee3b38822f5</id>
<content type='text'>
This flag will toggle to a new definition for the contiguous flags
where only the memory layout is forced to be correct. As a particular
example this means that np.ones((3,1)) can be both C and F-Contiguous
and its stride[-1] can be arbitrary but the array still contiguous.

The flag will also make most new arrays be created with MAX_INTP as
stride so that unsafe usage of the stride will surface more commonly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This flag will toggle to a new definition for the contiguous flags
where only the memory layout is forced to be correct. As a particular
example this means that np.ones((3,1)) can be both C and F-Contiguous
and its stride[-1] can be arbitrary but the array still contiguous.

The flag will also make most new arrays be created with MAX_INTP as
stride so that unsafe usage of the stride will surface more commonly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #2943 from rgommers/bento-ini-files</title>
<updated>2013-02-27T19:32:29+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2013-02-27T19:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=208072f817ac14f041569f0123d3434bc9e0daba'/>
<id>208072f817ac14f041569f0123d3434bc9e0daba</id>
<content type='text'>
BUG: npy-pkg-config ini files were missing after Bento build.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: npy-pkg-config ini files were missing after Bento build.</pre>
</div>
</content>
</entry>
<entry>
<title>FEAT: use separate build by default.</title>
<updated>2013-01-24T16:52:12+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2013-01-21T19:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=08dfe2f48ea6bab6935b1f13d9385df9f9f4f782'/>
<id>08dfe2f48ea6bab6935b1f13d9385df9f9f4f782</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>REF: make the separate compilation env handling a tad simpler.</title>
<updated>2013-01-24T16:52:12+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2013-01-21T19:33:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=63cf49de635ec1d64967ed746ea4839935d80bcd'/>
<id>63cf49de635ec1d64967ed746ea4839935d80bcd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: npy-pkg-config ini files were missing after Bento build.</title>
<updated>2013-01-22T21:18:39+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2013-01-22T21:16:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af4b113cbf6320a458b4ac341d154ec1c7af11c1'/>
<id>af4b113cbf6320a458b4ac341d154ec1c7af11c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix separate compilation mode for bento build.</title>
<updated>2013-01-21T19:32:27+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2013-01-21T19:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=963c4e46dc56020ebea05bee10ceaa0feb61f022'/>
<id>963c4e46dc56020ebea05bee10ceaa0feb61f022</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix in-place build.</title>
<updated>2012-10-09T21:11:16+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2012-10-09T21:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8be8ce82453be30deae730920ba863db398d3051'/>
<id>8be8ce82453be30deae730920ba863db398d3051</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: fix npymath install location.</title>
<updated>2012-09-06T10:17:40+00:00</updated>
<author>
<name>David Cournapeau</name>
<email>cournape@gmail.com</email>
</author>
<published>2012-09-03T09:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a744f3cd24d2ad920f311dc58878a861599bd01b'/>
<id>a744f3cd24d2ad920f311dc58878a861599bd01b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
