NumPy v1.12.1 release.
  1. 8d85989 Merge pull request #8739 from charris/backports-1.12.1 by Charles Harris · 9 years ago
  2. 91374d1 BUG: Fixed undefined behavior when __array_wrap__ returns None by Eric Wieser · 9 years ago
  3. 20e89a4 BUG: Fix asanyarray, workaround #8666 by Eric Wieser · 9 years ago
  4. 6a1a029 BUG: Look up methods on MaskedArray in _frommethod by Shota Kawabuchi · 9 years ago
  5. c6a583e BUG: PPC64el machines are POWER for Fortran by Matthew Brett · 9 years ago
  6. 235632b BUG: Remove extra digit in binary_repr at limit by gfyoung · 9 years ago
  7. 542390d BUG: Fix deepcopy regression for empty arrays. by Charles Harris · 9 years ago
  8. 0c2cde4 BUG: fix ma.median for empty ndarrays by Julian Taylor · 9 years ago
  9. 9a8e829 Merge pull request #8648 from eric-wieser/MaskedArray.__setitem__ by Marten van Kerkwijk · 9 years ago
  10. 10bf55e BUG: Fix #8510, making MaskedArray.__setitem__ work by Eric Wieser · 9 years ago
  11. c42ed28 BUG: Make iscomplexobj compatible with custom dtypes again by Joerg Behrmann · 9 years ago
  12. 0a458ac Merge pull request #8573 from juliantaylor/dbg-fixes by Charles Harris · 9 years ago
  13. f17010b BUG: fix calling python api with error set and minor leaks by Julian Taylor · 9 years ago
  14. ee99ca5 Merge pull request #8543 from charris/backport-8494 by Charles Harris · 9 years ago
  15. d676ce2 STY: space around operator by jutke · 9 years ago
  16. bb05f40 TST: adding test for constants without compound kind spec by jutke · 9 years ago
  17. 70c82bf TST: adding tests for compound constant provided by @zerothi by jutke · 9 years ago
  18. 2dd2993 BUG: guard against replacing constants without '_' spec by jutke · 9 years ago
  19. 33425bc Merge pull request #8526 from juliantaylor/f2-mean-fix by Charles Harris · 9 years ago
  20. 9ae8485 BUG: fix mean for float 16 non-array inputs by Julian Taylor · 9 years ago
  21. eec6a57 TST: work around isfinite inconsistency on i386 by Julian Taylor · 9 years ago
  22. 66a93e4 BUG: fix wrong masked median for some special cases by Julian Taylor · 9 years ago
  23. ac3a051 BUG: fix wrong future nat warning and equiv type logic error by Julian Taylor · 9 years ago
  24. b0b916a Merge pull request #8427 from seberg/lock_asserts by Charles Harris · 9 years ago
  25. 3dfd5a5 Merge pull request #8432 from charris/backport-6659 by Ralf Gommers · 9 years ago
  26. 502980d BUG: Let linspace accept input that has an array_interface. by Charles Harris · 9 years ago
  27. cd82133 BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray (#8426) by Ben Rowland · 9 years ago
  28. 355d921 BUG: Add a lock to assert_equal and other testing functions by Sebastian Berg · 9 years ago
  29. 138afdf TST: extend ma.median testing and fix inconsistent out return by Julian Taylor · 9 years ago
  30. 62316dc BUG: fixed failure of np.ma.median for 1-D even arrays. by Marten van Kerkwijk · 9 years ago
  31. d3fbb97 Merge pull request #8391 from charris/fix-python-3.6-compat by Charles Harris · 9 years ago
  32. d156caf DEP: Fix escaped string characters deprecated in Python 3.6. by Charles Harris · 9 years ago
  33. c827f50 ENH: retune apply_along_axis nanmedian cutoff by Julian Taylor · 9 years ago
  34. 58c393a Merge pull request #8373 from charris/backport-8351 by Charles Harris · 9 years ago
  35. a1cc142 BUG: correct letter case by Alexandr Shadchin · 9 years ago
  36. 1e3ec9f ENH: update the small nanmedian threshold by Julian Taylor · 9 years ago
  37. 0ee6af6 MAINT: make regex strings raw by Julian Taylor · 9 years ago
  38. 52336fc BUG: handle unmasked NaN in ma.median like normal median by Julian Taylor · 9 years ago
  39. 2e79af2 BUG: fix nanpercentile not returning scalar with axis argument by Julian Taylor · 9 years ago
  40. 0741bfa BUG: Fix suppress_warnings (again) for Python 3.6. by Charles Harris · 9 years ago
  41. 8bc0ed1 BUG: numpy.ndarray.tofile creates a corrupt file for large arrays in append file mode by Pavel Potocek · 9 years ago
  42. 1387daf BUG: fix test_api test that fails intermittently in python 3 by James Sanders · 9 years ago
  43. a481e8e Merge pull request #8336 from charris/backport-8327 by Charles Harris · 9 years ago
  44. 1b26730 BUG: fix packbits and unpackbits to correctly handle empty arrays by Takuya Akiba · 9 years ago
  45. d0eea4a BUG: fixed kind specifications for parameters by Nick Papior · 9 years ago
  46. 6de1427 Merge pull request #8320 from charris/backport-8308 by Charles Harris · 9 years ago
  47. da07c62 BUG: do not link to Accelerate if OpenBLAS, MKL or BLIS are found. by Ralf Gommers · 9 years ago
  48. 8ef0992 BLD: blacklist powl (longdouble power function) on OS X. Closes gh-8307. by Ralf Gommers · 9 years ago
  49. da6bdf4 Merge pull request #8304 from charris/backport-8302 by Charles Harris · 9 years ago
  50. 2d10826 BUG: in PyArg_ParseTupleAndKeywords, O passes the PyObject through with no INCREF by Matti Picus · 9 years ago
  51. 2cb0ddf BUG: Fix iteration over reversed subspaces in mapiter_@name@. by Yu Feng · 9 years ago
  52. f8b3194 TST: Path test should resolve symlinks when comparing by Wendell Smith · 9 years ago
  53. f39c92b BUG: np.piecewise not working for scalars by alvarosg · 9 years ago
  54. 790c7f7 Merge pull request #8246 from charris/make-bad-strides-reasonable by Charles Harris · 9 years ago
  55. 5da51cb BUG: Update operator `**` tests for new behavior. by Charles Harris · 9 years ago
  56. 1718ee8 Merge pull request #8240 from charris/prepare-for-1.12-branch by Charles Harris · 9 years ago
  57. 28e3905 REL: Updates for C-ABI and C-API. by Charles Harris · 9 years ago
  58. 8c49b92 Merge pull request #8227 from alimuldal/uniform_inf_check by Charles Harris · 9 years ago
  59. 2272c32 Merge pull request #8231 from charris/integer-to-neg-integer-power by Charles Harris · 9 years ago
  60. 62046aa Merge pull request #8190 from charris/add-fpower-ufunc by Charles Harris · 9 years ago
  61. 740bca9 Merge pull request #8236 from charris/fix-documentation-prs by Charles Harris · 9 years ago
  62. e885085 DOC: Correct documentation of hfft/ihfft. by Charles Harris · 9 years ago
  63. 4d300ff Merge pull request #8098 from stuartarchibald/wip/np_la_eigh_doc_enhance by Charles Harris · 9 years ago
  64. fc6ba15 DOC: Remove "deprecated" from eigvalsh UPLO. by Charles Harris · 9 years ago
  65. 6bb5a22 Merge pull request #8222 from nouiz/mean_float16 by Charles Harris · 9 years ago
  66. af818b0 DOC: Small fixup to the documentation. by Charles Harris · 9 years ago
  67. 18a9075 DOC: Clarified when a copy is made in numpy.asarray [skip ci] by Michael Seifert · 9 years ago
  68. f7378ef Keep the subclass and update the docstring per the comment. by Frederic Bastien · 9 years ago
  69. 9451faa ENH: Add a float_power function with at least float64 precision. by Charles Harris · 9 years ago
  70. f5bb42f BUG: Better check for invalid bounds in np.random.uniform. by Alistair Muldal · 9 years ago
  71. 94b36b5 Merge pull request #8200 from skwbc/structure_format by ahaldane · 9 years ago
  72. 3ab2213 ENH: Refactor numpy ** operators for numpy scalar integer powers. by Charles Harris · 9 years ago
  73. e1326c3 MAINT: Refactor numpy/core/arrayprint.py by Shota Kawabuchi · 9 years ago
  74. f685f1a ENH: Deprecation warnings for `/` integer division when running python -3 by saurabh · 9 years ago
  75. e1e76fe Simplify and still reuse out with float16 inputs. by Frederic Bastien · 9 years ago
  76. a6c2184 BUG: Fix array2string for structured array scalars by Shota Kawabuchi · 9 years ago
  77. 530d671 [ENH]Make numpy.mean() do more precise computation without changing the output dtype that stay in float16. by Frederic Bastien · 9 years ago
  78. 6ae8420 Merge pull request #7987 from f0k/advertise-open_memmap by Charles Harris · 9 years ago
  79. e908bfa Merge pull request #8218 from mattharrigan/ediff1d-performance by Charles Harris · 9 years ago
  80. 8fe985c DOC: Clean up lomax and genpareto references. by wrwrwr · 9 years ago
  81. 9a90abf BUG: return subclasses from ediff1d by MattHarrigan · 9 years ago
  82. 5059202 MAINT, DOC: Update some scipy.stats references. by wrwrwr · 9 years ago
  83. baef1f2 DOC: Patch doc errors for atleast_nd and frombuffer by gfyoung · 9 years ago
  84. b0e66ad ENH: fast track default kwargs for ediff1d by MattHarrigan · 9 years ago
  85. 3bd79ab Merge pull request #8183 from mattharrigan/ediff1d-performance by Stephan Hoyer · 9 years ago
  86. 0e4de36 Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdim by Charles Harris · 9 years ago
  87. 5b9e7ee DEP: Deprecate the keepdims argument to accumulate by Eric Wieser · 9 years ago
  88. 6b358a7 Merge pull request #8109 from skwbc/issue#7546 by Charles Harris · 9 years ago
  89. 7621eba ENH: specialize name of dev package by interpreter by mattip · 9 years ago
  90. a5db940 Merge pull request #8173 from aixtools/issue8118 by Charles Harris · 9 years ago
  91. 9ef1565 STY: Fix indentation to follow PEP8 by Charles Harris · 9 years ago
  92. 5d76174 MAINT: change path to env in distutils.system_info. Closes gh-8195. by Ralf Gommers · 9 years ago
  93. 2a4dd99 BUG: Fix subarray format changed in #8160 by Shota Kawabuchi · 9 years ago
  94. 40676b8 Merge pull request #8197 from eric-wieser/document-outer by Charles Harris · 9 years ago
  95. f1aaff1 DOC: Add missing arguments to np.ufunc.outer by Eric Wieser · 9 years ago
  96. 4848271 TST: Added cases for better coverage of ediff1d by MattHarrigan · 9 years ago
  97. 2c5e708 commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declarations by Michael Felt · 9 years ago
  98. 6790bf8 Merge pull request #8189 from ahaldane/nonwriteable_setfield by Charles Harris · 9 years ago
  99. 483b7a7 BUG: setfield should raise if arr is not writeable by Allan Haldane · 9 years ago
  100. bb59409 Merge pull request #8180 from rainwoodman/fix-8179 by ahaldane · 9 years ago