<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/array_api, branch pr/19857</title>
<subtitle>github.com: numpy/numpy.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/'/>
<entry>
<title> fix unhashable instance and potential exception identified by LGTM</title>
<updated>2021-09-03T00:39:38+00:00</updated>
<author>
<name>Sista Seetaram</name>
<email>hanumaseetaram@gmail.com</email>
</author>
<published>2021-09-03T00:39:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e4c589054b342dc750cdd09686c0c01ab762679c'/>
<id>e4c589054b342dc750cdd09686c0c01ab762679c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed unhashable instance and potential exception as listed in LGTM#19077</title>
<updated>2021-09-02T18:55:57+00:00</updated>
<author>
<name>Sista Seetaram</name>
<email>hanumaseetaram@gmail.com</email>
</author>
<published>2021-09-02T18:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e4a11cb29af12b0e67fda3f924585b23cee0b567'/>
<id>e4a11cb29af12b0e67fda3f924585b23cee0b567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an unused import</title>
<updated>2021-08-23T23:46:13+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-23T23:46:13+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=06ec0ec8dadf9e0e9f7518c9817b95f14df9d7be'/>
<id>06ec0ec8dadf9e0e9f7518c9817b95f14df9d7be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Python 3.7 checks from the array API code</title>
<updated>2021-08-23T21:21:24+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-23T21:21:24+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=9978cc5a1861533abf7c6ed7b0f4e1d732171094'/>
<id>9978cc5a1861533abf7c6ed7b0f4e1d732171094</id>
<content type='text'>
NumPy has dropped Python 3.7, so these are no longer necessary (and they
didn't completely work anyway).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NumPy has dropped Python 3.7, so these are no longer necessary (and they
didn't completely work anyway).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add smallest_normal to the array API finfo</title>
<updated>2021-08-12T21:34:45+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-12T21:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=90537b5dac1d0c569baa794967b919ae4f6fdcca'/>
<id>90537b5dac1d0c569baa794967b919ae4f6fdcca</id>
<content type='text'>
This was blocked on #18536, which has been merged.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was blocked on #18536, which has been merged.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the return annotation for numpy.array_api.Array.__setitem__</title>
<updated>2021-08-12T21:22:58+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-12T21:22:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=d5956c170b07cf26b05c921d810dc387d7e819da'/>
<id>d5956c170b07cf26b05c921d810dc387d7e819da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Run (selective) black on the array_api submodule</title>
<updated>2021-08-07T00:23:04+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-07T00:22:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=8f7d00ed447174d9398af3365709222b529c1cad'/>
<id>8f7d00ed447174d9398af3365709222b529c1cad</id>
<content type='text'>
I've omitted a few changes from black that messed up the readability of some
complicated if statements that were organized logically line-by-line, and some
changes that use unnecessary operator spacing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've omitted a few changes from black that messed up the readability of some
complicated if statements that were organized logically line-by-line, and some
changes that use unnecessary operator spacing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the docstring of numpy.array_api</title>
<updated>2021-08-07T00:07:46+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-07T00:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=21923a5fa71bfadf7dee0bb5b110cc2a5719eaac'/>
<id>21923a5fa71bfadf7dee0bb5b110cc2a5719eaac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the array API nonzero() function</title>
<updated>2021-08-06T23:15:39+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-06T23:15:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=f13f08f6c00ff5debf918dd50546b3215e39a5b8'/>
<id>f13f08f6c00ff5debf918dd50546b3215e39a5b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the axis argument to squeeze() in the array_api module positional-only</title>
<updated>2021-08-06T23:12:54+00:00</updated>
<author>
<name>Aaron Meurer</name>
<email>asmeurer@gmail.com</email>
</author>
<published>2021-08-06T23:12:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=1ae808401951bf8c4cbff97a30505f08741d811f'/>
<id>1ae808401951bf8c4cbff97a30505f08741d811f</id>
<content type='text'>
See data-apis/array-api#100.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See data-apis/array-api#100.
</pre>
</div>
</content>
</entry>
</feed>
