<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/compat, branch build_test</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>MAINT: Cleanup compatibility code for pathlib</title>
<updated>2020-10-10T11:02:05+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2020-10-10T11:02:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=fd2749e3eeb4ca8e0bc118ec28022a921f411997'/>
<id>fd2749e3eeb4ca8e0bc118ec28022a921f411997</id>
<content type='text'>
`Path` can now never be none, and `PurePath` is not used and not in `__all__`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Path` can now never be none, and `PurePath` is not used and not in `__all__`.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: py3k: remove os.fspath and os.PathLike backports (#17473)</title>
<updated>2020-10-10T10:56:06+00:00</updated>
<author>
<name>Wei Yang</name>
<email>wyang_92@Hotmail.com</email>
</author>
<published>2020-10-10T10:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=4afd82d8dd2c1ef48c62bdf875a194e407f2d2d3'/>
<id>4afd82d8dd2c1ef48c62bdf875a194e407f2d2d3</id>
<content type='text'>
Since we no longer support Python 3.5 and below, this code is unreachable.

As with the rest of `py3k.py`, we leave behind the aliases to prevent breaking downstream code.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we no longer support Python 3.5 and below, this code is unreachable.

As with the rest of `py3k.py`, we leave behind the aliases to prevent breaking downstream code.</pre>
</div>
</content>
</entry>
<entry>
<title>Mark tests as a subpackage rather than data.</title>
<updated>2020-05-06T19:57:36+00:00</updated>
<author>
<name>Hameer Abbasi</name>
<email>einstein.edison@gmail.com</email>
</author>
<published>2020-05-06T18:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=a51ac2610cd6a3c23d48c65709397083da395733'/>
<id>a51ac2610cd6a3c23d48c65709397083da395733</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 #15011 from hmaarrfk/compat_cleanup_35</title>
<updated>2020-01-17T00:15:47+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2020-01-17T00:15:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=5e57e87490886711c5040f7143c998afb4ca7e3c'/>
<id>5e57e87490886711c5040f7143c998afb4ca7e3c</id>
<content type='text'>
MAINT: cleanup compat.py3k.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MAINT: cleanup compat.py3k.py</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove implicit inheritance from object class (#15236)</title>
<updated>2020-01-05T05:53:30+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2020-01-05T05:53:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=c31cc36a8a814ed4844a2a553454185601914a5a'/>
<id>c31cc36a8a814ed4844a2a553454185601914a5a</id>
<content type='text'>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inheriting from object was necessary for Python 2 compatibility to use
new-style classes. In Python 3, this is unnecessary as there are no
old-style classes.

Dropping the object is more idiomatic Python.</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: cleanup compat.py3k.py</title>
<updated>2020-01-03T23:16:03+00:00</updated>
<author>
<name>Mark Harfouche</name>
<email>mark.harfouche@gmail.com</email>
</author>
<published>2019-11-29T19:07:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=22888e12b64c3b9def9c78d2eeefef88b1cfa6fe'/>
<id>22888e12b64c3b9def9c78d2eeefef88b1cfa6fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Remove unnecessary 'from __future__ import ...' statements</title>
<updated>2020-01-03T15:48:11+00:00</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2019-08-27T11:36:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=ed1e9659f103260a32536b4a7615393e3b1173dc'/>
<id>ed1e9659f103260a32536b4a7615393e3b1173dc</id>
<content type='text'>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As numpy is Python 3 only, these import statements are now unnecessary
and don't alter runtime behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos, via a Levenshtein-style corrector</title>
<updated>2019-12-19T08:39:59+00:00</updated>
<author>
<name>Brian Wignall</name>
<email>brianwignall@gmail.com</email>
</author>
<published>2019-12-19T08:39:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b'/>
<id>0c2a5eb42c0cddf6844880f1494ddf7765bf9c7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add a more useful comment to compat.py3k.py</title>
<updated>2019-11-29T22:01:41+00:00</updated>
<author>
<name>Mark Harfouche</name>
<email>mark.harfouche@gmail.com</email>
</author>
<published>2019-11-29T22:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=e55fa7fa5e564a28e151b9602f1ef9e3d6d47158'/>
<id>e55fa7fa5e564a28e151b9602f1ef9e3d6d47158</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DEV: cleanup imports and some assignments (from LGTM)</title>
<updated>2019-03-17T07:05:25+00:00</updated>
<author>
<name>mattip</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-03-16T19:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/numpy.git/commit/?id=32129453da0f9bf0f352adaaff79f884d2bf52bc'/>
<id>32129453da0f9bf0f352adaaff79f884d2bf52bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
