<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/f2py, 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>TST: Skip tests that are not currently supported in wasm</title>
<updated>2022-11-11T10:52:06+00:00</updated>
<author>
<name>Hood Chatham</name>
<email>roberthoodchatham@gmail.com</email>
</author>
<published>2022-11-10T19:54:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=08c6e9c142e619ac5175b6a13342ba2f2c571ddd'/>
<id>08c6e9c142e619ac5175b6a13342ba2f2c571ddd</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 #22483 from mwtoews/maint-subprocess</title>
<updated>2022-10-28T09:30:26+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2022-10-28T09:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a8ebbd5fdb9df3d1d2885b24e783757d747dec8e'/>
<id>a8ebbd5fdb9df3d1d2885b24e783757d747dec8e</id>
<content type='text'>
MAINT: change subprocess arguments from Python&gt;=3.7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: change subprocess arguments from Python&gt;=3.7</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Rename setup to setup_method in f2py utils (inherited into Tests)</title>
<updated>2022-10-27T14:33:14+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-27T13:36:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3e522a768852575d08e859f8432b4054957dd9b9'/>
<id>3e522a768852575d08e859f8432b4054957dd9b9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST,MAINT: Replace most `setup` with `setup_method` (also teardown)</title>
<updated>2022-10-27T12:57:14+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-27T12:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=67841947b458f6bdc6c40d014512da9bc4717a3e'/>
<id>67841947b458f6bdc6c40d014512da9bc4717a3e</id>
<content type='text'>
In some cases, the replacement is clearly not what is intended,
in those (where setup was called explicitly), I mostly renamed
`setup` to `_setup`.
The `test_ccompile_opt` is a bit confusing, so left it right now
(this will probably fail)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In some cases, the replacement is clearly not what is intended,
in those (where setup was called explicitly), I mostly renamed
`setup` to `_setup`.
The `test_ccompile_opt` is a bit confusing, so left it right now
(this will probably fail)
</pre>
</div>
</content>
</entry>
<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>Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversion</title>
<updated>2022-10-11T16:34:59+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2022-10-11T16:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=226f9c537ff9c0da56884f5ef5b5220c6c3629e9'/>
<id>226f9c537ff9c0da56884f5ef5b5220c6c3629e9</id>
<content type='text'>
DEP: Deprecate conversion of out-of-bound Python integers</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DEP: Deprecate conversion of out-of-bound Python integers</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Add reference links and switch to PyCapsule</title>
<updated>2022-10-10T14:00:08+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2022-10-10T14:00:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=eec7fdf0c35babf65c808ca7d96b50efa3b4888c'/>
<id>eec7fdf0c35babf65c808ca7d96b50efa3b4888c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Replace CObject with Capsule consistently</title>
<updated>2022-10-10T13:51:24+00:00</updated>
<author>
<name>Rohit Goswami</name>
<email>rog32@hi.is</email>
</author>
<published>2022-10-10T13:51:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=72f573c9c71092ff3ed59f7818f1b178cb5c6deb'/>
<id>72f573c9c71092ff3ed59f7818f1b178cb5c6deb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Fix typos found by codespell</title>
<updated>2022-10-07T08:21:11+00:00</updated>
<author>
<name>Dimitri Papadopoulos</name>
<email>3234522+DimitriPapadopoulos@users.noreply.github.com</email>
</author>
<published>2022-10-07T08:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8551018184e16dc76cadb05cfaf73985105a3293'/>
<id>8551018184e16dc76cadb05cfaf73985105a3293</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Further test fixup for python integer conversion warning</title>
<updated>2022-10-06T15:27:19+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastianb@nvidia.com</email>
</author>
<published>2022-10-06T15:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=94340814c1c32db54f719dc5e825a544ebc6a137'/>
<id>94340814c1c32db54f719dc5e825a544ebc6a137</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
