NumPy 1.11.2 release.
  1. f7347fd BUG: many functions silently drop `keepdims` kwarg by Thomas A Caswell · 9 years ago
  2. 9cd0f00 BUG: fix handling of right edge of final bin. by Robert Kern · 9 years ago
  3. 20d5553 ENH: correct initial index estimate in histogram. by Robert Kern · 9 years ago
  4. a528977 TST: Failing test for histogram. by Robert Kern · 9 years ago
  5. 32f8393 BUG: constant padding expected wrong type in constant_values by chiffa · 9 years ago
  6. 77d911f TST: added a test for constant padding on 4 sides of a 2d array by chiffa · 9 years ago
  7. ed90637 MAINT: Cleanup of backport of PRs #7416, #7423 by Joseph Fox-Rabinovitz · 9 years ago
  8. a83e095 BUG: Ongoing fixes to PR#7416 by Joseph Fox-Rabinovitz · 9 years ago
  9. 538593d DOC: Updated documentation to reflect changes to bin estimators. by Joseph Fox-Rabinovitz · 9 years ago
  10. 86f83fb BUG: Incorrect handling of range in `histogram` with automatic bins. by Joseph Fox-Rabinovitz · 9 years ago
  11. 21a2e1f TST: Check that result of corrcoef are clipped. by Charles Harris · 9 years ago
  12. 258fdd6 MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1]. by Charles Harris · 9 years ago
  13. 466d60d Revert #6271 from charris/change-deprecated-indexes-to-error by Charles Harris · 10 years ago
  14. 62b3b0e Merge pull request #7205 from charris/backport-7180 by Charles Harris · 10 years ago
  15. fabe037 DOC: Updated minor typos in function_base.py and test_function_base.py by Joseph Fox-Rabinovitz · 10 years ago
  16. cf3aeb7 BUG: Fixed previous attempt to fix dimension mismatch in nanpercentile by Joseph Fox-Rabinovitz · 10 years ago
  17. d195078 BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases. by Mad Physicist · 10 years ago
  18. 40d7c4d MAINT: Addressed comments in PR #7145 by Aditya Panchal · 10 years ago
  19. 87cbb61 BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729. by Aditya Panchal · 10 years ago
  20. 04efc7d Merge pull request #7154 from charris/backport-7149 by Charles Harris · 10 years ago
  21. 0cdccd2 TST: Add missing suffix to temppath manager by Sebastian Berg · 10 years ago
  22. ec6b894 BUG: mode kwargs passed as unicode to np.pad raises an exception by bertrand · 10 years ago
  23. e725f99 MAINT: Accepted all review comments for PR#7125 by Joseph Fox-Rabinovitz · 10 years ago
  24. c2d249d DOC: Updated documentation wording and examples for np.percentile. by Joseph Fox-Rabinovitz · 10 years ago
  25. 44c49f3 TST: Added lots of new tests for fromnumeric.py by gfyoung · 10 years ago
  26. 28fdcf3 Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bug by Julian Taylor · 10 years ago
  27. 880e323 Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copy by Charles Harris · 10 years ago
  28. 852eaba TEST: Ignore `FutureWarning` if raised from running masked array operations. by John Kirkham · 10 years ago
  29. 02bcbd7 DOC, MAINT: Enforce np.ndarray arg for np.put and np.place by gfyoung · 10 years ago
  30. 6e69994 BUG: Fix nanpercentile crash on all-nan slices by David Freese · 10 years ago
  31. a8c97b9 DOC: Update trapz docstring. by Charles Harris · 10 years ago
  32. 6f1da5f DOC: fix typos in trapz() by François Boulogne · 10 years ago
  33. 55b5972 Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_arg by Jaime · 10 years ago
  34. 40e47e0 DOC,BUG: Fix some latex generation problems. by Charles Harris · 10 years ago
  35. 450cb8c ENH: allow single input argument in numpy.broadcast by Holger Kohr · 10 years ago
  36. 9bd6715 Merge pull request #6886 from charris/use-temppath by Charles Harris · 10 years ago
  37. a61ddd3 [TST] Refactor new raise_warnings logic for subpackage test suites by Nathaniel J. Smith · 10 years ago
  38. 555787a MAINT: Simplify some tests using temppath context manager. by Charles Harris · 10 years ago
  39. 3314097 DOC: Fix poly_val description for 'x' input by gfyoung · 10 years ago
  40. 765422c Merge pull request #6866 from charris/tempfile-context-manager by Charles Harris · 10 years ago
  41. c4156cf MAINT: Use temppath in test_not_closing_opened_fid. by Charles Harris · 10 years ago
  42. 8bc592f DOC: Use print only as function when print_function is imported from __future__ by gfyoung · 10 years ago
  43. 42ba464 DOC, MAINT: Fix the numpy.ma.cov signature and documentation. by jason king · 10 years ago
  44. 088e20e DEP: Stricter arg checking for array ordering by gfyoung · 10 years ago
  45. 41de3c2 Updated typos in histogram bin estimator equations by Mad Physicist · 10 years ago
  46. 9424d36 Merge pull request #6808 from charris/fix-assert-in-tests by Jaime · 10 years ago
  47. bb959e1 MAINT: Replace assert with assert_(...) in some tests. by Charles Harris · 10 years ago
  48. 9d11602 [TST] fix test_dtype_error to actually test what it's supposed to by Nathaniel J. Smith · 10 years ago
  49. f1c5451 Merge pull request #6775 from charris/add-future-imports by Charles Harris · 10 years ago
  50. 7b137ab BUG: Quick and dirty fix for interp. by Charles Harris · 10 years ago
  51. 4743f3b MAINT: Include from __future__ boilerplate in some files missing it. by Charles Harris · 10 years ago
  52. 53e658f Merge pull request #6627 from ordirules/master by Charles Harris · 10 years ago
  53. 4ee1ed5 Merge pull request #6690 from lzkelley/hist_check_range_finite by Jaime · 10 years ago
  54. 46d2e83 BUG, MAINT: check that histogram range parameters are finite, add tests to assure this. Improved some error-types. by lzkelley · 10 years ago
  55. 70c5052 ENH: testing: add SkipTest and KnownFailureException by Evgeni Burovski · 10 years ago
  56. 35c2d9c add clarification of weights to documentation by Griffin Hosseinzadeh · 10 years ago
  57. 694f628 Merge pull request #6649 from sieben/dict_litteral by Jaime · 10 years ago
  58. def49ba MAINT: Dictionary litteral by Rémy Léone · 10 years ago
  59. 4ac1740 added more text by Julien Lhermitte · 10 years ago
  60. 8028a77 added extra line in the tile help doc to outline a general repeat, commonly used by Julien Lhermitte · 10 years ago
  61. f0c9703 DEP: Remove FutureWarning from np.lib.split and go to future. by Charles Harris · 10 years ago
  62. 0befb0b TST: attempt to make test_load_refcount deterministic by Nathaniel J. Smith · 10 years ago
  63. 522a0f7 Merge pull request #6562 from ahaldane/disable_view_safety_checks by Charles Harris · 10 years ago
  64. 086d42d TST: Remove tests of view safety checks (see next commit) by Allan Haldane · 10 years ago
  65. 9fa0dba BUG: error in broadcast_arrays with as_strided array by Stephan Hoyer · 10 years ago
  66. 5caf4c9 BUG: Make median work for empty arrays (issue #6462) by Ethan Kruse · 10 years ago
  67. 18ba681 DOC: add lib.Arrayterator to reference guide. Closes gh-6404. by Ralf Gommers · 10 years ago
  68. 2f2fce9 Merge pull request #6421 from charris/forwardport-gh-6417 by Charles Harris · 10 years ago
  69. 84187c8 DOC: fix var. reference in percentile docstring by Tobias Megies · 10 years ago
  70. 6350694 Merge pull request #6406 from charris/update-gh-6310 by Charles Harris · 10 years ago
  71. 780c105 TST: new np.corrcoef improved stability by Lars Buitinck · 10 years ago
  72. 09c958b Merge pull request #6411 from larsmans/cov-memory-use by Charles Harris · 10 years ago
  73. d5bde02 Merge pull request #6396 from rudimeier/opt-corrcoef by Charles Harris · 10 years ago
  74. cd21217 ENH: speed up cov by ~10% for large arrays by Lars Buitinck · 10 years ago
  75. cad4c90 DOC: Cleanup genfromtxt documentation a bit. by Charles Harris · 10 years ago
  76. ae2d0bb DOC: Update docs for numpy.genfromtxt. by jason king · 10 years ago
  77. 66d357a Merge pull request #6403 from larsmans/cov-memory-use by Jaime · 10 years ago
  78. 881849c ENH: halve the memory requirement of np.cov by Lars Buitinck · 10 years ago
  79. 7c263ac DOC: typo: affect by Lars Buitinck · 10 years ago
  80. 91e16f6 Merge pull request #6322 from pizzathief/issue5900 by Charles Harris · 10 years ago
  81. 08e8c14 MAINT: corrcoef, memory usage optimization by Ruediger Meier · 10 years ago
  82. ea289ee Merge pull request #6371 from seberg/pr-5771 by Charles Harris · 10 years ago
  83. f29c387 TST: Test empty warning for split with manual inputs by Sebastian Berg · 10 years ago
  84. efd18a5 BUG: Expanded warning conditions for array_split by Michael Currie · 10 years ago
  85. 935c634 TST: Update test__version.py. by Charles Harris · 10 years ago
  86. a3c1ed6 DOC: numpy.diff docstring changed as per recommendation on by jason king · 10 years ago
  87. 0b0206c Merge pull request #6271 from charris/change-deprecated-indexes-to-error by Charles Harris · 10 years ago
  88. c87c7a6 DEP,MAINT: Change deprecated indexing to errors. by Charles Harris · 10 years ago
  89. bc1990e ENH: gradient takes axis keyword, added release note comment by Maximilian Trescher · 10 years ago
  90. 2b7fff0 possibility to calculate gradient over specific axes instead of all axes by Maximilian Trescher · 10 years ago
  91. 6cbd724 BUG: fix #4381: precision loss on string -> longdouble conversion by Anne Archibald · 10 years ago
  92. 4186b6d Auto merge of #6206 - jaimefrio:searchsorted_ndarray, r=njsmith by Homu · 10 years ago
  93. 649ede4 MANT: searchsorted should return base ndarrays always by Jaime Fernandez · 10 years ago
  94. 388ee59 ENH: Adding in automatic number of bins estimation for np.histogram. Users can now pass in bins='auto' (or 'scott','fd','rice','sturges') and get the corresponding rule of thumb estimator provide a decent estimate of the optimal number of bins for the given the data. by Varun Nayyar · 10 years ago
  95. 19a2f21 Clarify signature of numpy.pad. by Antony Lee · 10 years ago
  96. c49821c BUG: fixed regression in np.histogram which caused input floating-point values to be modified by Thomas Robitaille · 10 years ago
  97. 3b4b3ed Merge pull request #6111 from charris/fix-getargspec by Ralf Gommers · 10 years ago
  98. fd79f69 STY: PEP8 and pyflakes fixes for numpy/lib/tests by Charles Harris · 10 years ago
  99. 5eeb3c4 Merge pull request #6046 from charris/pep8-and-pyflakes-cleanups by Charles Harris · 10 years ago
  100. 6a548b8 MAINT: Use numpy versions of getargspec, formatargspec. by Charles Harris · 10 years ago