<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/compat, branch v1.12.0rc1</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>BUG: import full module path in npy_load_module</title>
<updated>2016-10-12T18:07:42+00:00</updated>
<author>
<name>Jonathan Helmus</name>
<email>jjhelmus@gmail.com</email>
</author>
<published>2016-10-12T18:07:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5d0ce36e5be134bb5ead03cab1edeaa60fa355aa'/>
<id>5d0ce36e5be134bb5ead03cab1edeaa60fa355aa</id>
<content type='text'>
Use the full module path when importing importlib.machinery for use in the
npy_load_module function. Just importing importlib is not sufficient in certain
cases, for example Python 3.4.

closes #8147
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the full module path when importing importlib.machinery for use in the
npy_load_module function. Just importing importlib is not sufficient in certain
cases, for example Python 3.4.

closes #8147
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT,DOC: add to compat.py3k a function to load modules. Fix some doc for f2py.compile (issue #7683)</title>
<updated>2016-07-18T00:20:39+00:00</updated>
<author>
<name>bertrand</name>
<email>bertrand.l3f@gmail.com</email>
</author>
<published>2016-06-14T00:53:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a05b65337725072710ee00dd695aa2df47eb5b4e'/>
<id>a05b65337725072710ee00dd695aa2df47eb5b4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Add support for pathlib.Path objects to save/load functions</title>
<updated>2016-04-07T02:17:40+00:00</updated>
<author>
<name>Wendell Smith</name>
<email>wackywendell@gmail.com</email>
</author>
<published>2015-10-26T21:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=5ac270b06e411dd0e13108ed5dafad31d5ab589d'/>
<id>5ac270b06e411dd0e13108ed5dafad31d5ab589d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Fix more typos in docs and comments.</title>
<updated>2016-02-25T19:37:32+00:00</updated>
<author>
<name>Dongjoon Hyun</name>
<email>dongjoon@apache.org</email>
</author>
<published>2016-02-21T19:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=2556b9ff1ae621e311053bd5f2b34edb86a8cb68'/>
<id>2556b9ff1ae621e311053bd5f2b34edb86a8cb68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Include from __future__ boilerplate in some files missing it.</title>
<updated>2015-12-06T02:16:00+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2015-12-06T02:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4743f3b4454a736e2bbd8b6f116f7efaef13c406'/>
<id>4743f3b4454a736e2bbd8b6f116f7efaef13c406</id>
<content type='text'>
Some newer *.py files are missing the `from __future__` boilerplate
that helps assure Python2 and Python3 compatibility.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some newer *.py files are missing the `from __future__` boilerplate
that helps assure Python2 and Python3 compatibility.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: pass sys.argv to run_module_suite by default</title>
<updated>2014-09-04T18:01:09+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-03T22:22:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=949daeaf42b3e7687eebf7eb764e63a5eec336ea'/>
<id>949daeaf42b3e7687eebf7eb764e63a5eec336ea</id>
<content type='text'>
allows passing flags like --pdb to test files
also add call to files where its missing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
allows passing flags like --pdb to test files
also add call to files where its missing
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Minor PEP8 fixes.</title>
<updated>2014-08-01T16:22:53+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-01T16:19:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3d7438a9f0c93c517ab9909e17c79c433d823b30'/>
<id>3d7438a9f0c93c517ab9909e17c79c433d823b30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix bugs in unused code paths.</title>
<updated>2014-08-01T16:22:53+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-08-01T15:59:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=3eb219fd97200282b6aed9fe760e843d4916bc06'/>
<id>3eb219fd97200282b6aed9fe760e843d4916bc06</id>
<content type='text'>
The `getargspec` needed to import the disassembler to support parsing
tuple arguments. Since numpy never uses those, the corresponding code
is deleted and an TypeError raised if such arguments are encountered.

Also fix the unused formatargs function so it does not require the
string module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The `getargspec` needed to import the disassembler to support parsing
tuple arguments. Since numpy never uses those, the corresponding code
is deleted and an TypeError raised if such arguments are encountered.

Also fix the unused formatargs function so it does not require the
string module.
</pre>
</div>
</content>
</entry>
<entry>
<title>FIX isfileobj accepts write-mode files under PY3</title>
<updated>2014-06-30T09:12:38+00:00</updated>
<author>
<name>Olivier Grisel</name>
<email>olivier.grisel@ensta.org</email>
</author>
<published>2014-06-26T12:49:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=6efd8493f8b491557a34dbbc176565b759f89b52'/>
<id>6efd8493f8b491557a34dbbc176565b759f89b52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: export py3k.integer_types from numpy.compat</title>
<updated>2013-09-08T01:59:56+00:00</updated>
<author>
<name>Christoph Gohlke</name>
<email>cgohlke@uci.edu</email>
</author>
<published>2013-09-08T01:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=260433c574fdf0a8e97134853e8149e95b947f9a'/>
<id>260433c574fdf0a8e97134853e8149e95b947f9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
