NumPy v1.12.0 release.
  1. cd82133 BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray (#8426) by Ben Rowland · 9 years ago
  2. d3fbb97 Merge pull request #8391 from charris/fix-python-3.6-compat by Charles Harris · 9 years ago
  3. d156caf DEP: Fix escaped string characters deprecated in Python 3.6. by Charles Harris · 9 years ago
  4. c827f50 ENH: retune apply_along_axis nanmedian cutoff by Julian Taylor · 9 years ago
  5. 1e3ec9f ENH: update the small nanmedian threshold by Julian Taylor · 9 years ago
  6. 52336fc BUG: handle unmasked NaN in ma.median like normal median by Julian Taylor · 9 years ago
  7. 2e79af2 BUG: fix nanpercentile not returning scalar with axis argument by Julian Taylor · 9 years ago
  8. 1b26730 BUG: fix packbits and unpackbits to correctly handle empty arrays by Takuya Akiba · 9 years ago
  9. f39c92b BUG: np.piecewise not working for scalars by alvarosg · 9 years ago
  10. 6ae8420 Merge pull request #7987 from f0k/advertise-open_memmap by Charles Harris · 9 years ago
  11. e908bfa Merge pull request #8218 from mattharrigan/ediff1d-performance by Charles Harris · 9 years ago
  12. 9a90abf BUG: return subclasses from ediff1d by MattHarrigan · 9 years ago
  13. b0e66ad ENH: fast track default kwargs for ediff1d by MattHarrigan · 9 years ago
  14. 3bd79ab Merge pull request #8183 from mattharrigan/ediff1d-performance by Stephan Hoyer · 9 years ago
  15. 6b358a7 Merge pull request #8109 from skwbc/issue#7546 by Charles Harris · 9 years ago
  16. 4848271 TST: Added cases for better coverage of ediff1d by MattHarrigan · 9 years ago
  17. 16a98c0 ENH: performance improvement to ediff1d by MattHarrigan · 9 years ago
  18. d720d62 DOC: Minor spelling fix in genfromtxt() docstring. by wrwrwr · 9 years ago
  19. 0a02bb6 ENH: add signature argument to vectorize for vectorizing like generalized ufuncs (#8054) by Stephan Hoyer · 9 years ago
  20. b0a6e55 Merge pull request #8121 from wrwrwr/imp-hist2d-example by Ralf Gommers · 9 years ago
  21. 84b11f5 ENH: allow numpy.apply_along_axis() to work with ndarray subclasses (#7918) by Ben Rowland · 9 years ago
  22. 2a86f35 DOC: Improve histogram2d() example. by wrwrwr · 9 years ago
  23. 28efd6b TST: add intp type check in test_big_indices by Shota Kawabuchi · 9 years ago
  24. 364382b BUG: add array size overflow check in arr_ravel_multi_index by Shota Kawabuchi · 9 years ago
  25. c9895bc MAINT: fix assert_raises_regex when used as a context manager by Stephan Hoyer · 9 years ago
  26. 90c1665 BUG: fix ravel_multi_index for big indices (issue #7546) by Shota Kawabuchi · 9 years ago
  27. a6574b2 Merge pull request #8087 from hodgka/master by Charles Harris · 9 years ago
  28. 36f8844 BUG: financial.pmt modifies input #8055 by naveenarun · 9 years ago
  29. 8478ba7 DOC: Fix erroneous return type description for np.roots. by Stuart Archibald · 9 years ago
  30. 86e87cb DOC: Fix description of isinf in nan_to_num by Yash Shah · 9 years ago
  31. 7c8043e BUG : financial.pmt modifies input (issue #8055) by KhaledTo · 9 years ago
  32. f28957d BUG: lib: Simplify (and fix) pad's handling of the pad_width by Warren Weckesser · 9 years ago
  33. db0b231 DOC: change version references from x.y to x.y.z by Pierre de Buyl · 9 years ago
  34. 2a55233 DOC: change Numpy to NumPy in dosctrings and comments by Pierre de Buyl · 9 years ago
  35. 7884a8c ENH: Add stacklevel to all (or almost all) our function calls by Sebastian Berg · 9 years ago
  36. 514d136 TST: Use ComplexWarning suppression only where needed by Sebastian Berg · 9 years ago
  37. 20ea3a2 TST: Replace catch_warnings when recording is not enforced in test_nanfuncs by Sebastian Berg · 9 years ago
  38. 308161c TST: Use new warnings context manager in all tests by Sebastian Berg · 9 years ago
  39. c1ddf84 ENH: Remove warning ignoring from nanfuncs by Sebastian Berg · 9 years ago
  40. 9a216d5 DOC: Hint at lib.format.open_memmap from np.load and np.memmap by Jan Schlüter · 9 years ago
  41. f12412d Merge pull request #7823 from madphysicist/ma-bugs by Julian Taylor · 9 years ago
  42. 3bc03ae DOC: Fixed documented dimension of return value by Joseph Fox-Rabinovitz · 9 years ago
  43. 54b68dd BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*d by Joseph Fox-Rabinovitz · 9 years ago
  44. 912e24a Merge pull request #7936 from goerz/sparse-type-check by Stephan Hoyer · 9 years ago
  45. 76eff9c ENH: skip or avoid gc/objectmodel differences btwn pypy and cpython by mattip · 9 years ago
  46. 60b3727 ENH: improve duck typing inside iscomplexobj by Michael Goerz · 9 years ago
  47. 0b356f9 Spelling and grammar fix. by Daniel Ching · 9 years ago
  48. 7d25864 DOC: fix typo in documentation of loadtxt (closes #7878) by dunneff · 9 years ago
  49. 0038a25 DOC: Misplaced parens in formula by Joseph Fox-Rabinovitz · 9 years ago
  50. 02b966c "lambda" is not allowed to use as keyword arguments because it is a reserved word. by Toshihiro Kamishima · 9 years ago
  51. de0fcbd Merge pull request #7347 from erensezener/generalized_rot90 by Charles Harris · 9 years ago
  52. 330291f TST: Test that polyfit raises if not enough data for cov estimate. by Charles Harris · 9 years ago
  53. 37ee08d BUG: Make sure we don't divide by zero in np.polyfit. by David Schaich · 9 years ago
  54. e26738a Merge pull request #4073 from endolith/patch-2 by Charles Harris · 9 years ago
  55. 5917372 MAINT: FutureWarning for changes to np.average subclass handling by Allan Haldane · 9 years ago
  56. 1aaf99a DOC: fix typo in savetxt docstring (closes #7620) by bertrand · 9 years ago
  57. fd95d10 STY: Misc whitespace cleanup. by Erik M. Bray · 9 years ago
  58. ee02cdd BUG: Fixes to reading and writing of empty arrays, and in particular arrays with empty dtypes. See #6430 by Erik M. Bray · 9 years ago
  59. 3991939 BUG: fix handling of right edge of final bin. by Robert Kern · 9 years ago
  60. 65279ff ENH: correct initial index estimate in histogram. by Robert Kern · 9 years ago
  61. 8bc4e9a TST: Failing test for histogram. by Robert Kern · 9 years ago
  62. 18b2132 TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5x by Ralf Gommers · 9 years ago
  63. 294a7b8 TST: fix test error due to use of deprecated np.testing.rand utility. by Ralf Gommers · 9 years ago
  64. 4f0f352 TST: fix test error when saving large array with savez. by Ralf Gommers · 9 years ago
  65. 1e8d544 TST: fix test errors for Pathlib usage tests in io.py. by Ralf Gommers · 9 years ago
  66. 6aa21ad ENH: linear interpolation of complex values in lib.interp by Peter Creasey · 9 years ago
  67. eb8913d DOC: Fix some incorrect RST definition lists by Endolith · 9 years ago
  68. a7e9f45 Merge pull request #7618 from ahaldane/gradient_docstring by Charles Harris · 9 years ago
  69. a9465db BUG: distance arg of np.gradient must be scalar, fix docstring by Allan Haldane · 9 years ago
  70. cb6a5bf Merge pull request #7598 from drasmuss/master by Charles Harris · 9 years ago
  71. da668fc BUG: Cast size to int64 when loading from archive by drasmuss · 9 years ago
  72. 8894b81 BUG: Fix TypeError when raising TypeError by Eric Wieser · 9 years ago
  73. 5ac270b ENH: Add support for pathlib.Path objects to save/load functions by Wendell Smith · 9 years ago
  74. 9c59de6 Merge pull request #7505 from ahaldane/fixup_7382 by Charles Harris · 9 years ago
  75. 13dd07a DOC: link frompyfunc and vectorize by endolith · 9 years ago
  76. b740018 MAIN: fix to #7382, make scl in np.average writeable by Allan Haldane · 9 years ago
  77. 9fba2cb Faster real_if_close. by Antony Lee · 9 years ago
  78. ef389ee Merge pull request #7421 from pwolfram/nancumsumprod by Stephan Hoyer · 9 years ago
  79. a76b872 ENH: adds np.nancumsum and np.nancumprod by Phillip J. Wolfram · 9 years ago
  80. 64af96c TST: check reference counts of dtypes after calling bincount by Jaime Fernandez · 9 years ago
  81. 1dd7108 MAINT: fix indentation and whitespaces of the flip function by Eren Sezener · 9 years ago
  82. 7c76ef7 ENH: generalize rot90 with axes kwarg, move to function_base.py, and add tests by Denis Alevi · 9 years ago
  83. 89ae056 Merge pull request #7341 from inesw/bug-fix-6469 by Charles Harris · 9 years ago
  84. 434c4ec BUG: Ongoing fixes to PR#7416 by Joseph Fox-Rabinovitz · 9 years ago
  85. 8869c1a DOC: Updated documentation to reflect changes to bin estimators. by Joseph Fox-Rabinovitz · 9 years ago
  86. 127eb9e BUG: Incorrect handling of range in `histogram` with automatic bins. by Joseph Fox-Rabinovitz · 9 years ago
  87. 9128ed5 BUG: Fix string copying for np.place by gfyoung · 9 years ago
  88. 03e772a Merge pull request #7414 from charris/tweak-corrcoef by Charles Harris · 9 years ago
  89. 2043084 TST: Check that result of corrcoef are clipped. by Charles Harris · 9 years ago
  90. d92ff4c MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1]. by Charles Harris · 9 years ago
  91. fa107fe ENH: Check array dimensionality in cov function. by Charles Harris · 9 years ago
  92. 5b91628 Merge pull request #7346 from erensezener/generalized_flip by Charles Harris · 9 years ago
  93. e7de401 ENH: Add generalized flip function and its tests by Eren Sezener · 9 years ago
  94. d46d7be DOC: fix typo by Samuel St-Jean · 9 years ago
  95. 5ceab8f MAINT: cleanup np.average by Allan Haldane · 9 years ago
  96. 8ccfede Merge pull request #7366 from gkBCCN/bug-fix-6542-reloaded by Charles Harris · 9 years ago
  97. 4aac3ae TST: Fix #6542: Add tests for non-iterable input... by gkBCCN · 9 years ago
  98. 3fdf327 BUG: np.irr should return NaN if there are no real solutions by Simon Gibbons · 9 years ago
  99. e35c61c TST: test for #6469 by Ines Wichert · 9 years ago
  100. 3db32cb BUG: constant padding expected wrong type in constant_values by chiffa · 9 years ago