<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/core/bscript, branch v1.10.0rc2</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>BLD: Move numpy.build_utils -&gt; numpy._build_utils, add to MANIFEST.in</title>
<updated>2015-08-05T17:20:48+00:00</updated>
<author>
<name>Alex Willmer</name>
<email>alex@moreati.org.uk</email>
</author>
<published>2015-08-05T16:21:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=79db519302ddf2bc23dd5435f34f183d7eac5906'/>
<id>79db519302ddf2bc23dd5435f34f183d7eac5906</id>
<content type='text'>
This fixes the distutils built from an sdist (e.g. under tox),
without including _build_utils in binary distributions or the installed numpy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the distutils built from an sdist (e.g. under tox),
without including _build_utils in binary distributions or the installed numpy.
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD: use fix for Accelerate SGEMV issue in Bento build.  See gh-5831.</title>
<updated>2015-05-04T21:15:46+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2015-05-04T19:46:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7a02544da53df1547c2aa3f384773c48607a5d40'/>
<id>7a02544da53df1547c2aa3f384773c48607a5d40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: merge _compiled_base module into multiarray</title>
<updated>2015-01-22T21:29:05+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2015-01-21T18:54:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4f861238803aa9ab913a1011eabed3505a3f703d'/>
<id>4f861238803aa9ab913a1011eabed3505a3f703d</id>
<content type='text'>
Allows access to internal functions for the file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allows access to internal functions for the file.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Xerbla doesn't get linked in 1.10-devel.</title>
<updated>2014-12-24T17:38:42+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-12-20T02:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=75666e3abce678b4ddaee1c9f65ea497a234fae0'/>
<id>75666e3abce678b4ddaee1c9f65ea497a234fae0</id>
<content type='text'>
Add our python_xerbla to the multiarray sources. That function is
needed for all modules that link to the ATLAS 3.10 libraries, which
are now all located in two files, libsatlas and libtatlas.

Also make the test for xerbla linkage work better. If xerbla is not
linked the test will be skipped with a message.

Closes #5362.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add our python_xerbla to the multiarray sources. That function is
needed for all modules that link to the ATLAS 3.10 libraries, which
are now all located in two files, libsatlas and libtatlas.

Also make the test for xerbla linkage work better. If xerbla is not
linked the test will be skipped with a message.

Closes #5362.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5162 from juliantaylor/scalarmath-merge</title>
<updated>2014-11-20T14:40:34+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-11-20T14:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=31b94e85a99db998bd6156d2b800386973fef3e1'/>
<id>31b94e85a99db998bd6156d2b800386973fef3e1</id>
<content type='text'>
MAINT: merge scalarmathmodule into umath module</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: merge scalarmathmodule into umath module</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove obsolete version checks</title>
<updated>2014-10-15T21:12:20+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-15T21:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=03f0aebf1a43c672f17e89382804809601828111'/>
<id>03f0aebf1a43c672f17e89382804809601828111</id>
<content type='text'>
minimum requirement is python2.6, this allows removing a couple 2.3 and
2.4 checks.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
minimum requirement is python2.6, this allows removing a couple 2.3 and
2.4 checks.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: merge scalarmathmodule into umath module</title>
<updated>2014-10-08T22:11:14+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-10-08T20:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=261de3f0c9a525ba8893ecc8ad4328e474798bdd'/>
<id>261de3f0c9a525ba8893ecc8ad4328e474798bdd</id>
<content type='text'>
There is no good reason it needs to be its own module.
Also removes the undocumented pymath alter/restore functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no good reason it needs to be its own module.
Also removes the undocumented pymath alter/restore functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add small kernel correlate function</title>
<updated>2014-09-25T23:03:46+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-24T21:30:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c7fae327a79b95671833e641612ca87e1d6a6b48'/>
<id>c7fae327a79b95671833e641612ca87e1d6a6b48</id>
<content type='text'>
For cases like convolve/correlate with small kernel calling out to BLAS
dot is very slow as it goes through many wrappers and BLAS is typically
optimized for very large data.
So add a template utility file and add a special function for small dot
products.
2-4 times faster than openblas dot for kernel sizes &lt; 11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For cases like convolve/correlate with small kernel calling out to BLAS
dot is very slow as it goes through many wrappers and BLAS is typically
optimized for very large data.
So add a template utility file and add a special function for small dot
products.
2-4 times faster than openblas dot for kernel sizes &lt; 11.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Move vdot to multiarray.</title>
<updated>2014-09-04T19:47:14+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-20T18:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9c1d5538b5bf8682b82f0290615d3e9d7f97d746'/>
<id>9c1d5538b5bf8682b82f0290615d3e9d7f97d746</id>
<content type='text'>
Remove vdot from _dotblas and implement it in multiarray.
Remove the files in core/blasdot as they are no longer needed.
Fix tests and build to reflect the changes.

The vdot function is now a bit faster in the common case as ravel
is used instead of flatten. There is also no need to conjugate the
files for clongdouble.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove vdot from _dotblas and implement it in multiarray.
Remove the files in core/blasdot as they are no longer needed.
Fix tests and build to reflect the changes.

The vdot function is now a bit faster in the common case as ravel
is used instead of flatten. There is also no need to conjugate the
files for clongdouble.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Move dotblas_matrixproduct down into multiarray.</title>
<updated>2014-09-04T19:45:48+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-16T17:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=41396c415529a0d862fa292c3e46a6f3d660a1a6'/>
<id>41396c415529a0d862fa292c3e46a6f3d660a1a6</id>
<content type='text'>
Move the dotblas_matrixproduct function from the _dotblas.c file to a
new cblasfuncs.c file in multiarray and rename it cblas_matrixproduct.
Modify it so that it can called directly from PyArray_MatrixProduct2 and
do so.  Fix up numeric.py and core/__init__.py to reflect these changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the dotblas_matrixproduct function from the _dotblas.c file to a
new cblasfuncs.c file in multiarray and rename it cblas_matrixproduct.
Modify it so that it can called directly from PyArray_MatrixProduct2 and
do so.  Fix up numeric.py and core/__init__.py to reflect these changes.
</pre>
</div>
</content>
</entry>
</feed>
