<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing/tests, branch v1.9.2</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: fix array_almost_equal for array subclasses</title>
<updated>2014-09-04T22:19:04+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-09-04T22:17:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=dfc567790badcc87822a39f5c35f0dd78b8c1599'/>
<id>dfc567790badcc87822a39f5c35f0dd78b8c1599</id>
<content type='text'>
introduced in gh-4105/ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
introduced in gh-4105/ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Change tests to look at array formatting only</title>
<updated>2014-03-26T05:53:15+00:00</updated>
<author>
<name>Yoshiki Vázquez Baeza</name>
<email>yoshiki.vazquezbaeza@colorado.edu</email>
</author>
<published>2014-03-26T05:53:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=a11c16249451c552e70a5ff73406f95b50961aa5'/>
<id>a11c16249451c552e70a5ff73406f95b50961aa5</id>
<content type='text'>
The tests were looking at the formatting of other elements in the string
which is not relevant for the things testsed in this case. By looking
only at the array formatting, we guarantee consistency across systems.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests were looking at the formatting of other elements in the string
which is not relevant for the things testsed in this case. By looking
only at the array formatting, we guarantee consistency across systems.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Remove test that makes no sense</title>
<updated>2014-03-26T05:37:08+00:00</updated>
<author>
<name>Yoshiki Vázquez Baeza</name>
<email>yoshiki.vazquezbaeza@colorado.edu</email>
</author>
<published>2014-03-26T05:37:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b1dfdea4b7e1a1e52f933dfdc075030f4b9b34ee'/>
<id>b1dfdea4b7e1a1e52f933dfdc075030f4b9b34ee</id>
<content type='text'>
It's silly to check scalars when their string representations will vary
so much from system to system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's silly to check scalars when their string representations will vary
so much from system to system.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Fix non-compatible py3 property</title>
<updated>2014-03-26T05:25:49+00:00</updated>
<author>
<name>Yoshiki Vázquez Baeza</name>
<email>yoshiki.vazquezbaeza@colorado.edu</email>
</author>
<published>2014-03-26T05:05:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b07880ba9c0aef44ad3dcbf2b52c094c58adde60'/>
<id>b07880ba9c0aef44ad3dcbf2b52c094c58adde60</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add exception message formatting tests</title>
<updated>2014-03-26T05:11:05+00:00</updated>
<author>
<name>Yoshiki Vázquez Baeza</name>
<email>yoshiki.vazquezbaeza@colorado.edu</email>
</author>
<published>2014-03-26T04:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c94e13542ad6553633da59fb68fe295df555e2c3'/>
<id>c94e13542ad6553633da59fb68fe295df555e2c3</id>
<content type='text'>
assert_approx_equal &amp; assert_almost_equal make internal use of
build_err_msg so a few tests have been added to check that the errors
are formatted correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
assert_approx_equal &amp; assert_almost_equal make internal use of
build_err_msg so a few tests have been added to check that the errors
are formatted correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>TST: Add tests for build_err_msg</title>
<updated>2014-03-25T04:57:41+00:00</updated>
<author>
<name>Yoshiki Vázquez Baeza</name>
<email>yoshiki.vazquezbaeza@colorado.edu</email>
</author>
<published>2014-03-25T04:34:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=4112bf1a19f614fc426b82ff6b3ae86d8b25f92b'/>
<id>4112bf1a19f614fc426b82ff6b3ae86d8b25f92b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: Force allclose logic to use inexact type</title>
<updated>2014-02-15T23:00:22+00:00</updated>
<author>
<name>Sebastian Berg</name>
<email>sebastian@sipsolutions.net</email>
</author>
<published>2014-02-12T10:57:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289'/>
<id>ab04e1ae0e8eca717bc7e42f3b0a60c9ff764289</id>
<content type='text'>
Casting y to an inexact type fixes problems such as
abs(MIN_INT) &lt; 0, and generally makes sense since the allclose
logic is inherently for float types.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Casting y to an inexact type fixes problems such as
abs(MIN_INT) &lt; 0, and generally makes sense since the allclose
logic is inherently for float types.
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Giant comma spacing fixup.</title>
<updated>2013-08-18T17:51:25+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:51:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=fbd6510d58a47ea0d166c48a82793f05425406e4'/>
<id>fbd6510d58a47ea0d166c48a82793f05425406e4</id>
<content type='text'>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run the 2to3 ws_comma fixer on *.py files. Some lines are now too long
and will need to be broken at some point. OTOH, some lines were already
too long and need to be broken at some point. Now seems as good a time
as any to do this with open PRs at a minimum.
</pre>
</div>
</content>
</entry>
<entry>
<title>2to3: Apply `print` fixer.</title>
<updated>2013-04-06T19:25:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-04-06T19:25:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=bb726ca19f434f5055c0efceefe48d89469fcbbe'/>
<id>bb726ca19f434f5055c0efceefe48d89469fcbbe</id>
<content type='text'>
Add `print_function` to all `from __future__ import ...` statements
and use the python3 print function syntax everywhere.

Closes #3078.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `print_function` to all `from __future__ import ...` statements
and use the python3 print function syntax everywhere.

Closes #3078.
</pre>
</div>
</content>
</entry>
<entry>
<title>2to3: Use absolute imports.</title>
<updated>2013-03-28T14:43:26+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-03-28T03:49:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d4b88c1dbd6898fb6fcebc97f36b421999340f71'/>
<id>d4b88c1dbd6898fb6fcebc97f36b421999340f71</id>
<content type='text'>
The new import `absolute_import` is added the `from __future__ import`
statement and The 2to3 `import` fixer is run to make the imports
compatible. There are several things that need to be dealt with to make
this work.

1) Files meant to be run as scripts run in a different environment than
files imported as part of a package, and so changes to those files need
to be skipped. The affected script files are:

    * all setup.py files
    * numpy/core/code_generators/generate_umath.py
    * numpy/core/code_generators/generate_numpy_api.py
    * numpy/core/code_generators/generate_ufunc_api.py

2) Some imported modules are not available as they are created during
the build process and consequently 2to3 is unable to handle them
correctly. Files that import those modules need a bit of extra work.
The affected files are:

    * core/__init__.py,
    * core/numeric.py,
    * core/_internal.py,
    * core/arrayprint.py,
    * core/fromnumeric.py,
    * numpy/__init__.py,
    * lib/npyio.py,
    * lib/function_base.py,
    * fft/fftpack.py,
    * random/__init__.py

Closes #3172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The new import `absolute_import` is added the `from __future__ import`
statement and The 2to3 `import` fixer is run to make the imports
compatible. There are several things that need to be dealt with to make
this work.

1) Files meant to be run as scripts run in a different environment than
files imported as part of a package, and so changes to those files need
to be skipped. The affected script files are:

    * all setup.py files
    * numpy/core/code_generators/generate_umath.py
    * numpy/core/code_generators/generate_numpy_api.py
    * numpy/core/code_generators/generate_ufunc_api.py

2) Some imported modules are not available as they are created during
the build process and consequently 2to3 is unable to handle them
correctly. Files that import those modules need a bit of extra work.
The affected files are:

    * core/__init__.py,
    * core/numeric.py,
    * core/_internal.py,
    * core/arrayprint.py,
    * core/fromnumeric.py,
    * numpy/__init__.py,
    * lib/npyio.py,
    * lib/function_base.py,
    * fft/fftpack.py,
    * random/__init__.py

Closes #3172
</pre>
</div>
</content>
</entry>
</feed>
