<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy, branch v1.18.0</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>Merge pull request #15114 from charris/backport-15069</title>
<updated>2019-12-15T23:35:58+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-12-15T23:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=791bbba554410e9afb1502e26e819296d08d5c7e'/>
<id>791bbba554410e9afb1502e26e819296d08d5c7e</id>
<content type='text'>
ENH: add support for ILP64 OpenBLAS (without symbol suffix)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: add support for ILP64 OpenBLAS (without symbol suffix)</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot</title>
<updated>2019-12-15T20:43:54+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-09T18:47:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9466d31bd846e47f14ba0f22087cd7c420589a1e'/>
<id>9466d31bd846e47f14ba0f22087cd7c420589a1e</id>
<content type='text'>
Changing these to support ILP64 blas was missed in gh-15012
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changing these to support ILP64 blas was missed in gh-15012
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: update BLAS symbol suffix/prefix handling in cblasfuncs &amp; linalg</title>
<updated>2019-12-15T20:43:53+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-07T12:40:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=971253a3fd097cb708b74df91fdae7134f7ef98f'/>
<id>971253a3fd097cb708b74df91fdae7134f7ef98f</id>
<content type='text'>
Revise the BLAS name mangling to support the general scheme.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Revise the BLAS name mangling to support the general scheme.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)</title>
<updated>2019-12-15T20:43:53+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-07T12:17:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2d153beca15f29bf6844f81fbdeb70df76e663cd'/>
<id>2d153beca15f29bf6844f81fbdeb70df76e663cd</id>
<content type='text'>
Generalize the ILP64 BLAS/LAPACK symbol name handling to deal with
arbitrary prefix/suffix.

The build-time behavior is changed so that HAVE_BLAS_ILP64 and
BLAS_SYMBOL_SUFFIX/PREFIX defines are added to compile options
as appropriate.

Mainly to make autodetection of BLAS/LAPACK easier for downstream
numpy.distutils users, add get_info aliases 'blas_ilp64_opt',
'blas_ilp64_plain_opt', and 'blas64__opt' for any/no/""&amp;"64_"
prefix&amp;suffix, and the same for lapack. (Due to the way system_info
works, each also gets a separate class.)

In addition to openblas64_ which has a fixed suffix, add the (by default
suffixless) openblas_ilp64, which correspond to the most likely cases to
be present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generalize the ILP64 BLAS/LAPACK symbol name handling to deal with
arbitrary prefix/suffix.

The build-time behavior is changed so that HAVE_BLAS_ILP64 and
BLAS_SYMBOL_SUFFIX/PREFIX defines are added to compile options
as appropriate.

Mainly to make autodetection of BLAS/LAPACK easier for downstream
numpy.distutils users, add get_info aliases 'blas_ilp64_opt',
'blas_ilp64_plain_opt', and 'blas64__opt' for any/no/""&amp;"64_"
prefix&amp;suffix, and the same for lapack. (Due to the way system_info
works, each also gets a separate class.)

In addition to openblas64_ which has a fixed suffix, add the (by default
suffixless) openblas_ilp64, which correspond to the most likely cases to
be present.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: f2py: fix race condition in f2py test _get_compiler_status</title>
<updated>2019-12-15T20:37:34+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-14T13:40:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d14003be7fab4d42639e73d5ecc8c757f317bf42'/>
<id>d14003be7fab4d42639e73d5ecc8c757f317bf42</id>
<content type='text'>
Distutils code needs to run in different temporary directories, probably
because they create `_configtest.c` files for compiler detection in the
current directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Distutils code needs to run in different temporary directories, probably
because they create `_configtest.c` files for compiler detection in the
current directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap</title>
<updated>2019-12-15T20:37:34+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-14T13:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b665e6bc53213cc0366d6a30b9be31bcc3d3f0f7'/>
<id>b665e6bc53213cc0366d6a30b9be31bcc3d3f0f7</id>
<content type='text'>
Previously, f2py loaded the type mappings from a file ``.f2py_f2cmap``
in current directory, at import time.

Make the file name customizable by adding a ``--f2cmap`` command line
option, and postpone loading the file to f2py.run_main().

Moreover, restore the default type mapping in f2py.run_main() before
loading the customizations, so that multiple calls to f2py.run_main() do
not interfere with each other. (For example, numpy.distutils calls f2py
multiple times in the same process.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, f2py loaded the type mappings from a file ``.f2py_f2cmap``
in current directory, at import time.

Make the file name customizable by adding a ``--f2cmap`` command line
option, and postpone loading the file to f2py.run_main().

Moreover, restore the default type mapping in f2py.run_main() before
loading the customizations, so that multiple calls to f2py.run_main() do
not interfere with each other. (For example, numpy.distutils calls f2py
multiple times in the same process.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15111 from charris/backport-15068</title>
<updated>2019-12-15T20:33:59+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-12-15T20:33:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=95b6f8911586f2a14b23b9d86c2f28ae763053bd'/>
<id>95b6f8911586f2a14b23b9d86c2f28ae763053bd</id>
<content type='text'>
ENH: Add support to sort timedelta64 `NaT` to end of the array</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Add support to sort timedelta64 `NaT` to end of the array</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #15112 from charris/backport-15052</title>
<updated>2019-12-15T20:19:04+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2019-12-15T20:19:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=1023462ffdde74336f698eb75345b19620ed3d00'/>
<id>1023462ffdde74336f698eb75345b19620ed3d00</id>
<content type='text'>
MAINT: follow-up cleanup for blas64 PR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: follow-up cleanup for blas64 PR</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: distutils: remove stray debug print</title>
<updated>2019-12-15T18:52:46+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-04T18:51:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5bcae04c786febfc55a0e0718c5a557c3c984844'/>
<id>5bcae04c786febfc55a0e0718c5a557c3c984844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: testing: check requires_memory immediately before the test + ignore MemoryErrors</title>
<updated>2019-12-15T17:26:40+00:00</updated>
<author>
<name>Pauli Virtanen</name>
<email>pav@iki.fi</email>
</author>
<published>2019-12-07T21:15:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=763870cd0a1aa4988e50d0cfaa1d44f521cd221d'/>
<id>763870cd0a1aa4988e50d0cfaa1d44f521cd221d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
