[Numpy-svn] [numpy/numpy] a320fd: BUG: Added proper handling of median and percentil...
GitHub
noreply at github.com
Mon Jun 22 21:26:33 EDT 2015
Branch: refs/heads/master
Home: https://github.com/numpy/numpy
Commit: a320fd772468004a53f7c448ae47032eb1b5c5df
https://github.com/numpy/numpy/commit/a320fd772468004a53f7c448ae47032eb1b5c5df
Author: empeeu <empeeu at yahoo.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M doc/release/1.10.0-notes.rst
M numpy/lib/function_base.py
M numpy/lib/tests/test_function_base.py
Log Message:
-----------
BUG: Added proper handling of median and percentile when nan's are present in array to close issue #586.
Also added unit tests.
Commit: 3e82d6db99bc9e32a6f6bcb63cbfccbaa1168a74
https://github.com/numpy/numpy/commit/3e82d6db99bc9e32a6f6bcb63cbfccbaa1168a74
Author: empeeu <empeeu at users.noreply.github.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M numpy/lib/function_base.py
Log Message:
-----------
Moving warning outside of for loop.
Commit: f5d3d96b3b48ba8b8d15a09334491f3f19804693
https://github.com/numpy/numpy/commit/f5d3d96b3b48ba8b8d15a09334491f3f19804693
Author: empeeu <empeeu at users.noreply.github.com>
Date: 2015-06-22 (Mon, 22 Jun 2015)
Changed paths:
M numpy/lib/tests/test_function_base.py
Log Message:
-----------
Updating unit tests for removed warning.
Commit: e4ab83050f3f64554726b9c5fd794e5535ab77ff
https://github.com/numpy/numpy/commit/e4ab83050f3f64554726b9c5fd794e5535ab77ff
Author: Julian Taylor <juliantaylor108 at gmail.com>
Date: 2015-06-23 (Tue, 23 Jun 2015)
Changed paths:
M doc/release/1.10.0-notes.rst
M numpy/lib/function_base.py
M numpy/lib/tests/test_function_base.py
Log Message:
-----------
Merge pull request #5753 from empeeu/percentile-nan
BUG: Added proper handling of median and percentile when nan's are prese...
Compare: https://github.com/numpy/numpy/compare/320667d42b1d...e4ab83050f3f
More information about the Numpy-svn
mailing list