Numpy v1.11.1
  1. 53fe147 BUG: fix issue on OS X with Python 3.x where npymath.ini was not installed. by Ralf Gommers · 9 years ago
  2. 92f497a Change mkl_info.dir_env_var from MKL to MKLROOT by Ray Donnelly · 9 years ago
  3. a9650cf BUG: Fix segfaults in np.random.shuffle by Simon Gibbons · 9 years ago
  4. ad5d570 MAINT: Fix up C++ style comment in arraytypes.c.src. by Charles Harris · 9 years ago
  5. 1162879 Fix np.clip bug NaN handling for Visual Studio 2015 by Loïc Estève · 9 years ago
  6. 9cd0f00 BUG: fix handling of right edge of final bin. by Robert Kern · 9 years ago
  7. 89b5742 Merge pull request #7671 from charris/backport-7669 by Charles Harris · 9 years ago
  8. 4916a75 Merge pull request #7670 from charris/backport-7667 by Charles Harris · 9 years ago
  9. 7501300 BUG: boolean assignment no GIL release when transfer needs API by Sebastian Berg · 9 years ago
  10. 20d5553 ENH: correct initial index estimate in histogram. by Robert Kern · 9 years ago
  11. a528977 TST: Failing test for histogram. by Robert Kern · 9 years ago
  12. 7ce6556 BUG: fix incorrect printing of 1D masked arrays by Simon Conseil · 9 years ago
  13. a48f422 BUG: Temporary fix for str(mvoid) for object field types by Allan Haldane · 9 years ago
  14. a62cf4e Merge pull request #7656 from charris/backport-7655 by Charles Harris · 9 years ago
  15. 72d41d4 BLD: Remove Intel compiler flag -xSSE4.2 by Charles Harris · 9 years ago
  16. 1f80666 STY: ma.extras.median: avoid indexing with list by Amit Aronovitch · 9 years ago
  17. c1153b8 BUG: ma.median of 1d array should return a scalar by Amit Aronovitch · 9 years ago
  18. 7413bda BLD: correct C compiler customization in system_info.py Closes gh-7606. by Ralf Gommers · 9 years ago
  19. e30033c TST: More tests for linalg.norm() with object arrays by Matthias Geier · 9 years ago
  20. 8c6dd75 BUG: linalg.norm(): Don't convert object arrays to float by Matthias Geier · 9 years ago
  21. e550018 BUG: Ensure mask is preserved on scalars by Eric Wieser · 9 years ago
  22. d86a959 TST: Verify np.ma.take works on scalars by Eric Wieser · 9 years ago
  23. 09fde55 BLD: fix configparser.InterpolationSyntaxError by Sorin Sbarnea · 9 years ago
  24. 32f8393 BUG: constant padding expected wrong type in constant_values by chiffa · 9 years ago
  25. 77d911f TST: added a test for constant padding on 4 sides of a 2d array by chiffa · 9 years ago
  26. 1c122a4 BUG: allow graceful recovery for no compiler by Matthew Brett · 9 years ago
  27. 5006616 BUG: Extend glibc complex trig functions blacklist to glibc < 2.18. by Nikola Forró · 9 years ago
  28. 5bcc51d BUG: Floating exception with invalid axis in np.lexsort by Simon Gibbons · 9 years ago
  29. 00222c7 BUG: make sure numpy imports on python 2.6 when nose is unavailable by Evgeni Burovski · 9 years ago
  30. dc04f54 Merge pull request #7432 from charris/backport-7363 by Charles Harris · 9 years ago
  31. 2b70e65 ENH: Make no unshare mask future warnings less noisy by Sebastian Berg · 9 years ago
  32. ed90637 MAINT: Cleanup of backport of PRs #7416, #7423 by Joseph Fox-Rabinovitz · 9 years ago
  33. a83e095 BUG: Ongoing fixes to PR#7416 by Joseph Fox-Rabinovitz · 9 years ago
  34. 538593d DOC: Updated documentation to reflect changes to bin estimators. by Joseph Fox-Rabinovitz · 9 years ago
  35. 86f83fb BUG: Incorrect handling of range in `histogram` with automatic bins. by Joseph Fox-Rabinovitz · 9 years ago
  36. 21a2e1f TST: Check that result of corrcoef are clipped. by Charles Harris · 9 years ago
  37. 258fdd6 MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1]. by Charles Harris · 9 years ago
  38. 2252e48 Merge pull request #7412 from charris/backport-7407 by Charles Harris · 9 years ago
  39. e428127 BUG: Fix decref before incref for in-place accumulate by Sebastian Berg · 9 years ago
  40. 46979a4 BUG: incorrect type for objects whose __len__ fails by Allan Haldane · 10 years ago
  41. 6e067b3 Merge pull request #7324 from charris/revert-vectorizations-for-1.11.x by Charles Harris · 10 years ago
  42. fb5003f Merge pull request #7337 from jakirkham/kf_test_datetime by Charles Harris · 10 years ago
  43. f552f85 TST: Mark datetime test as a known failure on Python's below 2.7. by John Kirkham · 10 years ago
  44. 883c342 TST: fix MemoryError on win32 by Christoph Gohlke · 10 years ago
  45. 2c22c88 Revert "Merge pull request #6980 from juliantaylor/vect-isfinite" by Charles Harris · 10 years ago
  46. 5595081 Revert "Merge pull request #6994 from juliantaylor/signbit" by Charles Harris · 10 years ago
  47. 8779cbb Merge pull request #7298 from charris/backport-7296 by Charles Harris · 10 years ago
  48. ea721d6 Revert part of #3907 which incorrectly propogated MaskedArray info. by Marten van Kerkwijk · 10 years ago
  49. 91558db DOC: Document that floor_divide and remainder are complementary. by Charles Harris · 10 years ago
  50. cb72ae7 TST: Add tests for '//' and '%' (floor_divide, remainder). by Charles Harris · 10 years ago
  51. eff3ba4 ENH: Make numpy ufuncs compatible with Python divmod. by Charles Harris · 10 years ago
  52. 618d632 MAINT: Remove floor function code no longer needed in scalarmath. by Charles Harris · 10 years ago
  53. 61b395d ENH: Make numpy floating scalars consistent with Python divmod. by Charles Harris · 10 years ago
  54. e5ce6fc ENH: Add new npy_divmod function to npy_math. by Charles Harris · 10 years ago
  55. f698df3 Merge pull request #7290 from charris/backport-7266 by Charles Harris · 10 years ago
  56. 545d53b BUG: Backport #7266, Segfault for classes with deceptive __len__ by Charles Harris · 10 years ago
  57. d012373 BUG: Make randint backwards compatible with pandas by gfyoung · 10 years ago
  58. d4e120d BUG: Enforce dtype for randint singletons by gfyoung · 10 years ago
  59. 9e5d202 MAINT: Use VisibleDeprecationWarning for indexing deprecations. by Charles Harris · 10 years ago
  60. 466d60d Revert #6271 from charris/change-deprecated-indexes-to-error by Charles Harris · 10 years ago
  61. 8606769 TST: Drop `FutureWarning` filters from tests where they were added. by John Kirkham · 10 years ago
  62. 635dcee BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes. by John Kirkham · 10 years ago
  63. e74de04 Improve invalid slice error messages in 1.11 by Nathaniel J. Smith · 10 years ago
  64. 62b3b0e Merge pull request #7205 from charris/backport-7180 by Charles Harris · 10 years ago
  65. d74caaa Merge pull request #7206 from charris/backport-7181 by Charles Harris · 10 years ago
  66. fabe037 DOC: Updated minor typos in function_base.py and test_function_base.py by Joseph Fox-Rabinovitz · 10 years ago
  67. f5b0ce9 BUG: raise IOError on not a file in python2 by Julian Taylor · 10 years ago
  68. cf3aeb7 BUG: Fixed previous attempt to fix dimension mismatch in nanpercentile by Joseph Fox-Rabinovitz · 10 years ago
  69. 3aebcbb TST: Backport #7171 by gfyoung · 10 years ago
  70. 7810a63 TST: Backport #7116 by gfyoung · 10 years ago
  71. d195078 BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases. by Mad Physicist · 10 years ago
  72. 84e3b8b Merge pull request #7160 from charris/backport-7145 by Charles Harris · 10 years ago
  73. 40d7c4d MAINT: Addressed comments in PR #7145 by Aditya Panchal · 10 years ago
  74. 87cbb61 BUG: Fixed regressions in np.piecewise in ref to #5737 and #5729. by Aditya Panchal · 10 years ago
  75. be4b496 Reascertain that linspace respects ndarray subclasses in start, stop. by Marten van Kerkwijk · 10 years ago
  76. 04efc7d Merge pull request #7154 from charris/backport-7149 by Charles Harris · 10 years ago
  77. 26e41d5 Merge pull request #7157 from gfyoung/backport-7119 by Charles Harris · 10 years ago
  78. 234b84d Merge pull request #7155 from charris/backport-7147 by Charles Harris · 10 years ago
  79. 0aa5219 BUG: Backport #7119 by gfyoung · 10 years ago
  80. 332c4d1 TST: remove duplicate test by Nathaniel J. Smith · 10 years ago
  81. 82c59d0 Temporarily disable __numpy_ufunc__ by Nathaniel J. Smith · 10 years ago
  82. 0cdccd2 TST: Add missing suffix to temppath manager by Sebastian Berg · 10 years ago
  83. ec6b894 BUG: mode kwargs passed as unicode to np.pad raises an exception by bertrand · 10 years ago
  84. e725f99 MAINT: Accepted all review comments for PR#7125 by Joseph Fox-Rabinovitz · 10 years ago
  85. c2d249d DOC: Updated documentation wording and examples for np.percentile. by Joseph Fox-Rabinovitz · 10 years ago
  86. dae1a38 MAINT: warn in egg_info command if using setuptools.sdist. by Ralf Gommers · 10 years ago
  87. f9fc1a8 DOC: Update `norm` docstring examples to include floating point values. by John Kirkham · 10 years ago
  88. 0d6f1cc BUG: Make sure that the `ord=0` case returns a float. by John Kirkham · 10 years ago
  89. 5a763ce TST: Verify that `norm` is properly casting values to floats as needed. by John Kirkham · 10 years ago
  90. 6febef7 BUG: In `norm`, always cast non-floating point arrays to 64-bit floats. by John Kirkham · 10 years ago
  91. e3e00ba BLD: fix compilation on non glibc-Linuxes by Dmitry Odzerikho · 10 years ago
  92. 115b6a4 REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases. by Charles Harris · 10 years ago
  93. c45d54e MAINT: Make no relaxed stride checking the default for 1.11. by Charles Harris · 10 years ago
  94. 70350f4 REL: Prepare for 1.10.x branch. by Charles Harris · 10 years ago
  95. 275fa79 Merge pull request #7027 from gfyoung/test_fromnumeric_expand by Charles Harris · 10 years ago
  96. 5a36018 Merge pull request #7052 from charris/fixup-polynomials by Charles Harris · 10 years ago
  97. 4859621 MAINT: Refactor polynomial leastsquares fits. by Charles Harris · 10 years ago
  98. 947be0f Merge pull request #7053 from tushar-rishav/ifft_RAM_requirements by Charles Harris · 10 years ago
  99. 31dbc05 TST: Add tests for NAT comparison FutureWarning. by Charles Harris · 10 years ago
  100. ae85a33 DEP: Emit FutureWarning for NAT comparisons. by Charles Harris · 10 years ago