<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/compat, branch v1.16.5</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>FIX: Compare (unicode, bytes) at later stage</title>
<updated>2019-01-20T13:40:52+00:00</updated>
<author>
<name>Christopher J. Markiewicz</name>
<email>markiewicz@stanford.edu</email>
</author>
<published>2019-01-20T02:38:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e5237a7b9d9aedcd1ab54c2e994714635111c6ed'/>
<id>e5237a7b9d9aedcd1ab54c2e994714635111c6ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX: Compare (unicode, bytes) over basestring</title>
<updated>2019-01-20T13:40:52+00:00</updated>
<author>
<name>Christopher J. Markiewicz</name>
<email>markiewicz@stanford.edu</email>
</author>
<published>2019-01-15T17:35:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=264c94b79c8b0b0281c1dd40145f6bdad6ef473c'/>
<id>264c94b79c8b0b0281c1dd40145f6bdad6ef473c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TEST: Verify os_fspath accepts all strings</title>
<updated>2019-01-20T13:40:52+00:00</updated>
<author>
<name>Christopher J. Markiewicz</name>
<email>markiewicz@stanford.edu</email>
</author>
<published>2019-01-15T17:14:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2309c40a8c7c39ba7e6136463c6feaeb05eb3a5b'/>
<id>2309c40a8c7c39ba7e6136463c6feaeb05eb3a5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Check paths are basestrings or path-like</title>
<updated>2019-01-20T13:40:52+00:00</updated>
<author>
<name>Chris Markiewicz</name>
<email>markiewicz@stanford.edu</email>
</author>
<published>2019-01-15T16:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=88ce47a2e9e955377f024dd53f7a0b9365020056'/>
<id>88ce47a2e9e955377f024dd53f7a0b9365020056</id>
<content type='text'>
In Python 2.7, numpy.compat.py3k.os_fspath checks (str, bytes), which
excludes unicode strings. This commit checks against basestring, which
is PY2/3 compatible.

Fixes #12749
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In Python 2.7, numpy.compat.py3k.os_fspath checks (str, bytes), which
excludes unicode strings. This commit checks against basestring, which
is PY2/3 compatible.

Fixes #12749
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Use list and dict comprehension when possible (#12445)</title>
<updated>2018-12-01T18:03:55+00:00</updated>
<author>
<name>Roman Yurchak</name>
<email>rth.yurchak@pm.me</email>
</author>
<published>2018-12-01T18:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=0ee245bc6df60b911fafe81a743ec2a68a063c20'/>
<id>0ee245bc6df60b911fafe81a743ec2a68a063c20</id>
<content type='text'>
* Use list comprehension

* More list comprehension migration

* Revert key copying in dict

* A few more fixes

* More reverts

* Use dict comprehension

* Fix dict comprehension

* Address review comments

* More review comments

* Fix for empty unpacking of zip(*

* Revert zip(* unpacking altogether

* Fix dict copying

* More simplifications
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Use list comprehension

* More list comprehension migration

* Revert key copying in dict

* A few more fixes

* More reverts

* Use dict comprehension

* Fix dict comprehension

* Address review comments

* More review comments

* Fix for empty unpacking of zip(*

* Revert zip(* unpacking altogether

* Fix dict copying

* More simplifications
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add support for third-party path-like objects by backporting os.fspath</title>
<updated>2018-10-12T15:39:40+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-10-12T14:08:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=489362c0779bd60c688ce87baf9ecd6ac9ccf938'/>
<id>489362c0779bd60c688ce87baf9ecd6ac9ccf938</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Close the file if any unexpected errors occur within memmap</title>
<updated>2018-09-23T16:39:53+00:00</updated>
<author>
<name>Eric Wieser</name>
<email>wieser.eric@gmail.com</email>
</author>
<published>2018-02-09T05:40:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8805080acf9e87a10881443c32b57d69fe44aec4'/>
<id>8805080acf9e87a10881443c32b57d69fe44aec4</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 all uses of run_module_suite.</title>
<updated>2018-04-07T00:20:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-04-04T16:33:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=7bf0564f87511d9e7b6287b3eec0857d0d7742df'/>
<id>7bf0564f87511d9e7b6287b3eec0857d0d7742df</id>
<content type='text'>
That function is nose specific and has not worked since `__init__` files
were added to the tests directories.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That function is nose specific and has not worked since `__init__` files
were added to the tests directories.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add numpy/compat/tests</title>
<updated>2018-03-24T15:55:09+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2018-03-23T18:34:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2d0374752dee5d2d75e0704e659eae8ec33571d7'/>
<id>2d0374752dee5d2d75e0704e659eae8ec33571d7</id>
<content type='text'>
These tests were not included in the `setup.py` file and consequently
not available in the installed numpy for testing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These tests were not included in the `setup.py` file and consequently
not available in the installed numpy for testing.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST, MAINT: Add `__init__.py` files to tests directories.</title>
<updated>2017-08-06T22:23:39+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2017-08-06T15:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=62a12d2d6fe9faa88482a49447ebf4ed73a7e3a5'/>
<id>62a12d2d6fe9faa88482a49447ebf4ed73a7e3a5</id>
<content type='text'>
This allows pytest to run with duplicate test file names. Note that
`python &lt;path-to-test-file&gt;` no longer works with this change, nor will
a simple `pytest numpy`, because numpy is imported from the numpy
repository. However, `python runtests.py` and `&gt;&gt;&gt; numpy.test()` are
still available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows pytest to run with duplicate test file names. Note that
`python &lt;path-to-test-file&gt;` no longer works with this change, nor will
a simple `pytest numpy`, because numpy is imported from the numpy
repository. However, `python runtests.py` and `&gt;&gt;&gt; numpy.test()` are
still available.
</pre>
</div>
</content>
</entry>
</feed>
