<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/numpy.git/numpy/testing/nosetester.py, 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>REL: Release 1.9.0b1</title>
<updated>2014-06-08T14:31:02+00:00</updated>
<author>
<name>Julian Taylor</name>
<email>jtaylor.debian@googlemail.com</email>
</author>
<published>2014-06-08T14:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=96b4349da97fd49fb04b678ce16897101677b09f'/>
<id>96b4349da97fd49fb04b678ce16897101677b09f</id>
<content type='text'>
Point release notes to doc/release/1.9.0-notes.rst
Set LOG_START to 'v1.8.1'
Set LOG_END to 'maintenance/1.9.x'
Set raise_warnings to "release" in NoseTester constructor.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Point release notes to doc/release/1.9.0-notes.rst
Set LOG_START to 'v1.8.1'
Set LOG_END to 'maintenance/1.9.x'
Set raise_warnings to "release" in NoseTester constructor.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT:Ignore boolean '-' deprecation warnings in nosetester.py</title>
<updated>2014-05-06T16:28:53+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2014-05-06T16:18:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=b85a4ddaf36ef1b9b324d2671ea4659dcb12245a'/>
<id>b85a4ddaf36ef1b9b324d2671ea4659dcb12245a</id>
<content type='text'>
This allows numpy 1.9 testing to be used with current scipy
without flooding the output with deprecation warnings.

The deprecation warnings are currently issued for both the
subtract and negative operators when used with booleans.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows numpy 1.9 testing to be used with current scipy
without flooding the output with deprecation warnings.

The deprecation warnings are currently issued for both the
subtract and negative operators when used with booleans.
</pre>
</div>
</content>
</entry>
<entry>
<title>BUG: testing.run_module_suite() didn't pass on KnownFailure.</title>
<updated>2014-01-18T16:08:20+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2014-01-18T16:08:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=9dabdb872ccfdc23669e53b22e6dac7c0b6eb462'/>
<id>9dabdb872ccfdc23669e53b22e6dac7c0b6eb462</id>
<content type='text'>
This results in errors whenever you run tests using KnownFailure
like so: ``python test_mymodule.py`` (where run_module_suite is
used in the file, like numpy and scipy do).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This results in errors whenever you run tests using KnownFailure
like so: ``python test_mymodule.py`` (where run_module_suite is
used in the file, like numpy and scipy do).
</pre>
</div>
</content>
</entry>
<entry>
<title>STY: Style adjustments to run_module_suite.</title>
<updated>2014-01-15T19:09:23+00:00</updated>
<author>
<name>Pascal Bugnion</name>
<email>pob24@cam.ac.uk</email>
</author>
<published>2014-01-15T19:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c25e8b7bcee3ce49a6d6daad3520295c58f6ccbc'/>
<id>c25e8b7bcee3ce49a6d6daad3520295c58f6ccbc</id>
<content type='text'>
Cosmetic adjustments to previous commit (893fe99) following "charris"'s
comments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cosmetic adjustments to previous commit (893fe99) following "charris"'s
comments.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Added docstring for run_module_suite.</title>
<updated>2014-01-15T11:10:04+00:00</updated>
<author>
<name>Pascal Bugnion</name>
<email>pob24@cam.ac.uk</email>
</author>
<published>2014-01-15T10:59:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=893fe99b7957198adf8b74109d334266fdc31006'/>
<id>893fe99b7957198adf8b74109d334266fdc31006</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: Added argv argument to run_module_suite.</title>
<updated>2014-01-15T11:10:04+00:00</updated>
<author>
<name>Pascal Bugnion</name>
<email>pob24@cam.ac.uk</email>
</author>
<published>2014-01-15T10:57:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=e7f4ad04c12986f1b94759cbd0a6a27d2124f107'/>
<id>e7f4ad04c12986f1b94759cbd0a6a27d2124f107</id>
<content type='text'>
Adding an 'argv' optional argument to the
"numpy.testing.run_module_suite" function lets the client pass arguments
to the nose testrunner.

For example, this lets the user add things like:

run_module_suite(sys.argv)

at the end of a test module, so that arguments specified on the command
line will get passed to the nose runner. The user could then run:

$ python test_module.py --nocapture
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding an 'argv' optional argument to the
"numpy.testing.run_module_suite" function lets the client pass arguments
to the nose testrunner.

For example, this lets the user add things like:

run_module_suite(sys.argv)

at the end of a test module, so that arguments specified on the command
line will get passed to the nose runner. The user could then run:

$ python test_module.py --nocapture
</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>STY: Giant whitespace cleanup.</title>
<updated>2013-08-18T17:20:45+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-08-18T17:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=8ddb0ce0acafe75d78df528b4d2540dfbf4b364d'/>
<id>8ddb0ce0acafe75d78df528b4d2540dfbf4b364d</id>
<content type='text'>
Now is as good a time as any with open PR's at a low.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now is as good a time as any with open PR's at a low.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: Refactor nanfunctions.</title>
<updated>2013-08-13T04:33:56+00:00</updated>
<author>
<name>Charles Harris</name>
<email>charlesr.harris@gmail.com</email>
</author>
<published>2013-06-23T21:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=c7dd1e5295fcc0218bab764185ff047ee7057c77'/>
<id>c7dd1e5295fcc0218bab764185ff047ee7057c77</id>
<content type='text'>
nanmax, nanmin
--------------
Add out and keepdims keywords.

nanargmin, nanargmax
--------------------
A NanWarning is raised if an all NaN slice detected. For all such
slices np.iingo(np.intp).min is returned as the index value.

nansum
------
The keywords dtype, out, and keepdims are added.

A FutureWarning is raised, as in the future the mean of an empty
slice after NaN replacement will be 0 instead of the current NaN.

nanmean, nanvar, nanstd
-----------------------
For all, if the input array is of inexact type then the dtype and out
parameters must be of inexact type if specified.  That insures that NaNs
can be returned when appropriate.

The nanmean function detects empty slices after NaN replacement and
raises a NanWarning. NaN is returned as the value for all such slices.

The nanmean and nanstd functions detect degrees of freedom &lt;= 0 after
NaN replacement and raise a NanWarning. NaN is returned as the value for
all such slices.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nanmax, nanmin
--------------
Add out and keepdims keywords.

nanargmin, nanargmax
--------------------
A NanWarning is raised if an all NaN slice detected. For all such
slices np.iingo(np.intp).min is returned as the index value.

nansum
------
The keywords dtype, out, and keepdims are added.

A FutureWarning is raised, as in the future the mean of an empty
slice after NaN replacement will be 0 instead of the current NaN.

nanmean, nanvar, nanstd
-----------------------
For all, if the input array is of inexact type then the dtype and out
parameters must be of inexact type if specified.  That insures that NaNs
can be returned when appropriate.

The nanmean function detects empty slices after NaN replacement and
raises a NanWarning. NaN is returned as the value for all such slices.

The nanmean and nanstd functions detect degrees of freedom &lt;= 0 after
NaN replacement and raise a NanWarning. NaN is returned as the value for
all such slices.
</pre>
</div>
</content>
</entry>
<entry>
<title>MAINT: remove unused and broken parts of numpy.testing</title>
<updated>2013-08-10T08:50:36+00:00</updated>
<author>
<name>Ralf Gommers</name>
<email>ralf.gommers@googlemail.com</email>
</author>
<published>2013-08-10T08:42:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/numpy.git/commit/?id=d6e8c91cc8d4cf173f7378eba69bcf1e933dd879'/>
<id>d6e8c91cc8d4cf173f7378eba69bcf1e933dd879</id>
<content type='text'>
Deprecate np.testing.importall - it's pointless and partially broken.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deprecate np.testing.importall - it's pointless and partially broken.
</pre>
</div>
</content>
</entry>
</feed>
