<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/benchmarks, branch v1.12.0rc1</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>DOC: change Numpy to NumPy in remaining files</title>
<updated>2016-09-06T12:54:08+00:00</updated>
<author>
<name>Pierre de Buyl</name>
<email>pdebuyl@pdebuyl.be</email>
</author>
<published>2016-09-06T12:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3f6672a30cd06d273e0b2160084a9abadcf9c315'/>
<id>3f6672a30cd06d273e0b2160084a9abadcf9c315</id>
<content type='text'>
the files in doc/ and numpy/ were covered in previous commits
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the files in doc/ and numpy/ were covered in previous commits
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: add inplace cases to fast ufunc loop macros</title>
<updated>2016-09-01T07:58:24+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2016-08-31T18:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fd298a341ddeb05c471c8dfc16f4cc641d08f8a7'/>
<id>fd298a341ddeb05c471c8dfc16f4cc641d08f8a7</id>
<content type='text'>
Both gcc and clang don't automatically specialize the inplace case, so
add extra conditions to the loop macros to get the compilers to emit
decent code.
Without them inplace code ends up much slower than the out of place
code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Both gcc and clang don't automatically specialize the inplace case, so
add extra conditions to the loop macros to get the compilers to emit
decent code.
Without them inplace code ends up much slower than the out of place
code.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: added axis param for np.count_nonzero</title>
<updated>2016-08-05T02:20:45+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2016-01-29T03:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0fc9e4520b1d00b58a77f28936da2fec2672de83'/>
<id>0fc9e4520b1d00b58a77f28936da2fec2672de83</id>
<content type='text'>
Closes gh-391.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gh-391.
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: add more sort benchmarks</title>
<updated>2016-07-29T19:41:18+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2016-07-27T17:20:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=afc4f2419a66ee659e0f71f2891573ef612ddd30'/>
<id>afc4f2419a66ee659e0f71f2891573ef612ddd30</id>
<content type='text'>
benchmark for random, all equal elements, many equal elements and median
of 3 worst case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
benchmark for random, all equal elements, many equal elements and median
of 3 worst case
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: add correlate/convolve benchmarks.</title>
<updated>2016-05-28T14:26:08+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2016-05-28T14:26:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=af13636c8611415df5b1e5d90be3f6fb975f6e0d'/>
<id>af13636c8611415df5b1e5d90be3f6fb975f6e0d</id>
<content type='text'>
Related to gh-5978, which makes significant changes to these functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Related to gh-5978, which makes significant changes to these functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: make memmap file in temporary directory</title>
<updated>2016-02-15T00:27:12+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2016-02-14T23:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3048fa421659bff375290d24c23aa439f1d98a8d'/>
<id>3048fa421659bff375290d24c23aa439f1d98a8d</id>
<content type='text'>
Memmap test can fail if run from a directory for which we don't have
write permission.  Avoid NamedTemporaryFile because of problems
reopening files on Windows.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Memmap test can fail if run from a directory for which we don't have
write permission.  Avoid NamedTemporaryFile because of problems
reopening files on Windows.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: only benchmark complex256 if it exists</title>
<updated>2016-02-14T23:14:30+00:00</updated>
<author>
<name>Matthew Brett</name>
<email>matthew.brett@gmail.com</email>
</author>
<published>2016-02-14T23:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f570f278dbdb2825d9f19a33ea6e3a721f31e62f'/>
<id>f570f278dbdb2825d9f19a33ea6e3a721f31e62f</id>
<content type='text'>
Only benchmark complex256 type if numpy has it (MSVC windows builds do
not).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only benchmark complex256 type if numpy has it (MSVC windows builds do
not).
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: Add some benchmarks for `matmul`.</title>
<updated>2016-01-16T18:53:20+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-16T18:53:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e5b108c8f3fe5d60decb6a43b57c994909c8d3a8'/>
<id>e5b108c8f3fe5d60decb6a43b57c994909c8d3a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BENCH: Reorganize existing benchmarks by the order they show up when run in the benchmarking suite.</title>
<updated>2016-01-16T18:50:50+00:00</updated>
<author>
<name>John Kirkham</name>
<email>kirkhamj@janelia.hhmi.org</email>
</author>
<published>2016-01-16T18:50:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4c504072b9914c0bf16ba70e41c2afbf4807f0e6'/>
<id>4c504072b9914c0bf16ba70e41c2afbf4807f0e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6969 from charris/bench-randint</title>
<updated>2016-01-12T17:41:16+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2016-01-12T17:41:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=11929309a0c4afd6bd94705379ba90c23fc112fa'/>
<id>11929309a0c4afd6bd94705379ba90c23fc112fa</id>
<content type='text'>
ENH: Add benchmark tests for numpy.random.randint.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add benchmark tests for numpy.random.randint.</pre>
</div>
</content>
</entry>
</feed>
