<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/.github, branch v1.20.3</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>CI: Use Ubuntu 18.04 to run "full" test.</title>
<updated>2021-03-06T00:40:48+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2021-03-02T22:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=57cf41afaa961b8ce4eef678aae49f605022f7ac'/>
<id>57cf41afaa961b8ce4eef678aae49f605022f7ac</id>
<content type='text'>
NumPy does not build using the `--coverage` flag on Ubuntu 20.04, the
problem seems to be gcc 9.3.0-17. Work around that by running on Ubuntu
18.04 instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NumPy does not build using the `--coverage` flag on Ubuntu 20.04, the
problem seems to be gcc 9.3.0-17. Work around that by running on Ubuntu
18.04 instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>CI: fix when GitHub Actions builds trigger, and allow ci skips</title>
<updated>2021-02-05T16:26:09+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2021-02-04T21:42:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9fbeae2b28aa38089d4ccbd9592b8485bcd7f5b7'/>
<id>9fbeae2b28aa38089d4ccbd9592b8485bcd7f5b7</id>
<content type='text'>
Similar to what SciPy does. Right now, it triggers even on pushes
to branches on forks, which is useless and generates lots of
notifications on failures and wasted resources if no failures.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to what SciPy does. Right now, it triggers even on pushes
to branches on forks, which is useless and generates lots of
notifications on failures and wasted resources if no failures.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add back sdist test run</title>
<updated>2020-12-21T15:56:06+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-12-21T10:21:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0589fc87013bc09ec241c5fe3cd7172290464aac'/>
<id>0589fc87013bc09ec241c5fe3cd7172290464aac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: use latest pypy37 not pypy36</title>
<updated>2020-12-03T01:32:09+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-11-25T17:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3bf1a385bc934d26a8c2dd8bff1f2ea87c59b58e'/>
<id>3bf1a385bc934d26a8c2dd8bff1f2ea87c59b58e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD, TST: use python-version not PYTHON_VERSION</title>
<updated>2020-11-29T00:36:13+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-11-28T23:26:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=debdfc791c691fa6d4924b8ea343e2d2a24d86dd'/>
<id>debdfc791c691fa6d4924b8ea343e2d2a24d86dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add back durations flag for DEBUG builds.</title>
<updated>2020-11-23T17:58:10+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-11-23T15:28:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6'/>
<id>76f2fe1b2ba36ef43386b7c2b3af547d75d34ff6</id>
<content type='text'>
The flag should work with newer versions of Python.

- Use Ubuntu 20.04 to get Python 3.8 debug.
- Don't install libgfortran3, not needed, not available.
- Whitespace cleanup in action.yml and build_test.yml.

Closes #14293.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The flag should work with newer versions of Python.

- Use Ubuntu 20.04 to get Python 3.8 debug.
- Don't install libgfortran3, not needed, not available.
- Whitespace cleanup in action.yml and build_test.yml.

Closes #14293.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Add BLD and STY to labeler prefixes.</title>
<updated>2020-11-14T22:48:36+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2020-11-14T22:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7f645bc2f91fa3aaf764f2d3bb3c2b59a91fca4e'/>
<id>7f645bc2f91fa3aaf764f2d3bb3c2b59a91fca4e</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: update link to website in FUNDING.yml (#17768)</title>
<updated>2020-11-13T14:59:37+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@gmail.com</email>
</author>
<published>2020-11-13T14:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3dca0c71d1446f4730c2b72d67719467a5ce528e'/>
<id>3dca0c71d1446f4730c2b72d67719467a5ce528e</id>
<content type='text'>
[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>TST: add pypy3.7</title>
<updated>2020-11-09T22:41:42+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-11-09T21:49:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=46ada00fd3284b607473b1b514f3d5c06bf72b74'/>
<id>46ada00fd3284b607473b1b514f3d5c06bf72b74</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BLD, TST: try templating with a common yml file</title>
<updated>2020-11-09T12:08:50+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2020-11-09T09:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=aa2a8cdf7c4c12b71a14a7142aacb7a5f068b666'/>
<id>aa2a8cdf7c4c12b71a14a7142aacb7a5f068b666</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
