<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/distutils/ccompiler_opt.py, branch meson</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: change subprocess arguments from Python&gt;=3.7</title>
<updated>2022-10-26T21:38:56+00:00</updated>
<author>
<name>Mike Taves</name>
<email>mwtoews@gmail.com</email>
</author>
<published>2022-10-26T21:19:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=69a39461de4da2bfc0e6aeeff02c73c0972a8614'/>
<id>69a39461de4da2bfc0e6aeeff02c73c0972a8614</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD, SIMD: Fix detecting armhf</title>
<updated>2022-06-09T18:59:01+00:00</updated>
<author>
<name>Sayed Adel</name>
<email>seiko@imavr.com</email>
</author>
<published>2022-06-09T03:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f10af1932b00d433f2f8d8b68656d6965dce757a'/>
<id>f10af1932b00d433f2f8d8b68656d6965dce757a</id>
<content type='text'>
  Strictly detects armhf via compiler definitions,
  to avoid building neon objects on arch armel even when
  the compiler supports armv7 features on it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  Strictly detects armhf via compiler definitions,
  to avoid building neon objects on arch armel even when
  the compiler supports armv7 features on it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #21306 from serge-sans-paille/feature/syndicate-cxxflags</title>
<updated>2022-04-08T10:15:16+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-04-08T10:15:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=65a701fd40d5ab3b772131daf45679d6ecf3d721'/>
<id>65a701fd40d5ab3b772131daf45679d6ecf3d721</id>
<content type='text'>
Introduce numpy.core.setup_common.NPY_CXX_FLAGS</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce numpy.core.setup_common.NPY_CXX_FLAGS</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce numpy.core.setup_common.NPY_CXX_FLAGS</title>
<updated>2022-04-08T08:02:41+00:00</updated>
<author>
<name>serge-sans-paille</name>
<email>serge.guelton@telecom-bretagne.eu</email>
</author>
<published>2022-04-07T05:55:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c91a7d0c5691c9d78bd75284777fda73f225155d'/>
<id>c91a7d0c5691c9d78bd75284777fda73f225155d</id>
<content type='text'>
Group all C++ flags in one location.

This avoids redundancy and makes sure we test the flags we use, and use the
flags we test.

Fix #21302
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Group all C++ flags in one location.

This avoids redundancy and makes sure we test the flags we use, and use the
flags we test.

Fix #21302
</pre>
</div>
</content>
</entry>
<entry>
<title>Add space after argument name</title>
<updated>2022-04-03T19:49:47+00:00</updated>
<author>
<name>Oscar Gustafsson</name>
<email>oscar.gustafsson@gmail.com</email>
</author>
<published>2022-04-03T17:30:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=f404e9e92e87a3990712d723d5c562a89300ac01'/>
<id>f404e9e92e87a3990712d723d5c562a89300ac01</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 #20991 from r-devulap/exp-log-svml</title>
<updated>2022-03-23T15:14:07+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-03-23T15:14:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4973914d951389846b4f523b97e66c59148e3ae3'/>
<id>4973914d951389846b4f523b97e66c59148e3ae3</id>
<content type='text'>
ENH: Use SVML for f64 exp and log </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ENH: Use SVML for f64 exp and log </pre>
</div>
</content>
</entry>
<entry>
<title>BUILD: Disable MMX registers when building with -mavx512f</title>
<updated>2022-02-28T18:37:11+00:00</updated>
<author>
<name>Raghuveer Devulapalli</name>
<email>raghuveer.devulapalli@intel.com</email>
</author>
<published>2022-02-28T18:37:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b3eed1459ccd97255e9868d43b4a8d937a5f9d4c'/>
<id>b3eed1459ccd97255e9868d43b4a8d937a5f9d4c</id>
<content type='text'>
Work around for a bug in gcc compiler. When using several kmask
variables __mmask16/__mmask8, the compiler sometimes uses %mmx registers
to save them on to the stack which corrupts the x87 stack.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Work around for a bug in gcc compiler. When using several kmask
variables __mmask16/__mmask8, the compiler sometimes uses %mmx registers
to save them on to the stack which corrupts the x87 stack.
</pre>
</div>
</content>
</entry>
<entry>
<title>road-to-cxx: x86-qsort.dispatch.c.src -&gt; x86-qsort.dispatch.cpp</title>
<updated>2022-02-21T08:24:41+00:00</updated>
<author>
<name>serge-sans-paille</name>
<email>serge.guelton@telecom-bretagne.eu</email>
</author>
<published>2022-02-20T21:27:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c620d366701bf729709f7f8bf98c151b2ee42bb4'/>
<id>c620d366701bf729709f7f8bf98c151b2ee42bb4</id>
<content type='text'>
Actual c++ification.

Also fix a slight bug in numpy/distutils/ccompiler_opt.py when intermediate
directory is missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actual c++ification.

Also fix a slight bug in numpy/distutils/ccompiler_opt.py when intermediate
directory is missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: improper doc syntax (markdown and imbalanced ticks). (#20944)</title>
<updated>2022-01-30T19:49:47+00:00</updated>
<author>
<name>Matthias Bussonnier</name>
<email>bussonniermatthias@gmail.com</email>
</author>
<published>2022-01-30T19:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bc6a6084f6e49bd78c12508131395304a63cc6ca'/>
<id>bc6a6084f6e49bd78c12508131395304a63cc6ca</id>
<content type='text'>
Here are two modifications:

The first one is the inclusion of markdown fence blocks in the middle of
RST. While this is not really a problem for current documentation as
this is a private function, it still makes other RST parser choke on
this.

In particular this is seen as a tile as it is a text line followed by
a line of only backticks, and that makes my new project to show better
docstrings in Jupyter fails.

I can locally exclude this function, but while not fix it to show good
examples ?

Second, while grepping for triple backticks I found that there are a
stray one in another place.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here are two modifications:

The first one is the inclusion of markdown fence blocks in the middle of
RST. While this is not really a problem for current documentation as
this is a private function, it still makes other RST parser choke on
this.

In particular this is seen as a tile as it is a text line followed by
a line of only backticks, and that makes my new project to show better
docstrings in Jupyter fails.

I can locally exclude this function, but while not fix it to show good
examples ?

Second, while grepping for triple backticks I found that there are a
stray one in another place.</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Fix linter issue</title>
<updated>2022-01-14T12:05:34+00:00</updated>
<author>
<name>Rafael Cardoso Fernandes Sousa</name>
<email>rafaelcfsousa@ibm.com</email>
</author>
<published>2022-01-14T12:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=78c6713b4ee06bec1fa579f94b466cbe5fe4e8f3'/>
<id>78c6713b4ee06bec1fa579f94b466cbe5fe4e8f3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
