NumPy 1.16.6 release.
  1. bcb1333 TST: Add assert_array_equal test for big integer arrays by Maxwell Aladago · 6 years ago
  2. 4e6d516 ENH: Backport improvements to testing functions. by Charles Harris · 6 years ago
  3. 08614de Merge pull request #14864 from charris/backport-14381 by Charles Harris · 6 years ago
  4. 791288c Merge pull request #14863 from charris/backport-14827 by Charles Harris · 6 years ago
  5. 461a64a BUG: lib: Fix histogram problem with signed integer arrays. by Warren Weckesser · 6 years ago
  6. 48a86ad BLD: Review feedback for clang -flto fix by Chris Burr · 6 years ago
  7. 5a6cd69 BLD: Prevent -flto from optimising long double representation check away by Chris Burr · 6 years ago
  8. a405a6b Merge pull request #14856 from charris/backport-14693 by Charles Harris · 6 years ago
  9. 566f9eb BUG: Fix `np.einsum` errors on Power9 Linux and z/Linux by Charles Harris · 6 years ago
  10. 4adcd0f BUG: Fix _ctypes class cirular reference. (#13808) by Qiming Sun · 6 years ago
  11. e9322e8 Merge pull request #14275 from fersarr/1.16_2 by Matti Picus · 6 years ago
  12. c548a14 BUG: fixing to allow unpickling of PY3 pickles from PY2 by Fernando Saravia · 6 years ago
  13. 78070f0 BUG: properly define PyArray_DescrCheck by mattip · 6 years ago
  14. d465f21 Merge pull request #14509 from charris/backport-14464 by Charles Harris · 6 years ago
  15. 37c8f1a BUG: Fix regression in boolean matmul. by mattip · 6 years ago
  16. 6482719 Merge pull request #14211 from lagru/fix-linear-ramp-backport-1-16 by Charles Harris · 6 years ago
  17. ea570c6 Merge pull request #14434 from charris/backport-13802 by Charles Harris · 6 years ago
  18. 9621473 BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802) by CakeWithSteak · 6 years ago
  19. 1c45e0d BUG: Simplify linear ramp padding with linspace by Lars Grueter · 6 years ago
  20. 0bbeef5 Merge pull request #14340 from eric-wieser/fix-if-fields-1.16 by Charles Harris · 6 years ago
  21. 1450488 Apply suggestions from code review by Matti Picus · 6 years ago
  22. f66afd4 BUG: skip new test on windows, 32-bit by mattip · 6 years ago
  23. 992a20e BUG: test, fix regression in converting to ctypes by mattip · 6 years ago
  24. aaa87b0 TST: Avoid relying on a 1.17 feature in a backported test by Eric Wieser · 6 years ago
  25. 66395f2 MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes by Allan Haldane · 6 years ago
  26. 52560a3 Merge remote-tracking branch 'upstream/maintenance/1.16.x' into fix-if-fields by Eric Wieser · 6 years ago
  27. 372a23f MAINT: comment on lack of error checks for madvise() by Peter Andreas Entschev · 6 years ago
  28. 2f53e00 MAINT: define MADV_HUGEPAGE if not defined by Peter Andreas Entschev · 6 years ago
  29. 30d5000 ENH, REL: Enable huge pages in all Linux builds by Peter Andreas Entschev · 6 years ago
  30. 483f565 MAINT: Fix remaining misuses of bool(dt.names) by Eric Wieser · 6 years ago
  31. 5d63992 BUG: Fix detection of structured arrays in mrecords by Eric Wieser · 6 years ago
  32. 8187c9e BUG: Don't construct masked arrays with the wrong mask type in genfromtxt by Eric Wieser · 6 years ago
  33. b11468e BUG: Don't allow extra fields to be added in genfromtxt by Eric Wieser · 6 years ago
  34. 1f0d66c MAINT: Use the `.names is None` idiom to detect structured array in arrayprint by Eric Wieser · 6 years ago
  35. 18eb652 MAINT: Remove incorrect comment about flattening by Eric Wieser · 6 years ago
  36. 0bdf0b9 MAINT: Improve ndpointer.__name__ for structured types with 0 fields by Eric Wieser · 6 years ago
  37. 00b6745 MAINT: Test names against None for consistency by Eric Wieser · 6 years ago
  38. b7a9378 BUG: recfunctions: Don't return None in place of empty sequences by Eric Wieser · 6 years ago
  39. 7311273 BUG: Fix crash on genfromtxt with nested empty structured array by Eric Wieser · 6 years ago
  40. 03cd242 BUG: Fix crash in recarray if nested structured dtypes contain padding by Eric Wieser · 6 years ago
  41. 5fbce6d BUG: Make np.record work on structured fields with no fields by Eric Wieser · 6 years ago
  42. bac5c2c BUG: Remove stray print that causes a SystemError on python 3.7 due to an exception being in flight by Eric Wieser · 6 years ago
  43. 7f26bba Merge pull request #14084 from charris/backport-13964 by Charles Harris · 6 years ago
  44. 1f00c4d BUG, DOC: add new recfunctions to `__all__` by Colin Snyder · 6 years ago
  45. be3d519 Merge pull request #14057 from charris/backport-13855 by Charles Harris · 6 years ago
  46. 956f44d Merge pull request #14056 from charris/backport-13725 by Charles Harris · 6 years ago
  47. 529bcd6 Improve illustartion of unsupported args. by Dan Allan · 6 years ago
  48. 663742f Copy editing by Dan Allan · 6 years ago
  49. 223db83 Add new section of custom array containers. by Dan Allan · 6 years ago
  50. eb45733 BUG: Add missing decref in ctypes check by Sebastian Berg · 6 years ago
  51. e550089 BUG: Fix memory leak in dtype from dict contructor by Sebastian Berg · 6 years ago
  52. 1ebed37 BUG: fix compilation of 3rdparty modules with Py_LIMITED_API enabled by Maksim Shabunin · 6 years ago
  53. 091e03f BUG: further fixup to histogram2d dispatcher. by Marten van Kerkwijk · 6 years ago
  54. f8ec7a4 Merge pull request #14052 from charris/fix-missing-suppress by Charles Harris · 6 years ago
  55. 3f8c472 BUG: Replace contextlib.suppress for Python 2.7 by Charles Harris · 6 years ago
  56. 2075623 Merge pull request #14044 from charris/backport-13648 by Charles Harris · 6 years ago
  57. 2dad184 Merge pull request #14043 from charris/backport-13590 by Charles Harris · 6 years ago
  58. ca0ef6f Merge pull request #14045 from charris/backport-13757 by Charles Harris · 6 years ago
  59. d4861f2 BUG: Fix ``yield from`` for python 2.7. by Charles Harris · 6 years ago
  60. a88e61f MAINT: check bins length in histogram2d_dispatcher by Stephan Hoyer · 6 years ago
  61. a81c7b3 MAINT: spelling by Stephan Hoyer · 6 years ago
  62. 7030fd1 MAINT: fix histogram*d dispatchers by Stephan Hoyer · 6 years ago
  63. 0d60e50 BUG: ensure that casting to/from structured is properly checked. by Marten van Kerkwijk · 6 years ago
  64. 38bebe3 BUG: fix null pointer passed as argument 2, which is declared to never be null by Alexander Shadchin · 6 years ago
  65. 0d535d5 BUG: fix left shift of 1 by 31 places cannot be represented in type int by Alexander Shadchin · 6 years ago
  66. b99ef07 BUG: np.array cleared errors occured in PyMemoryView_FromObject by Sergei Lebedev · 6 years ago
  67. 31a21c4 MAINT,BUG: Use nbytes to also catch empty descr during allocation by Sebastian Berg · 6 years ago
  68. ca6480e Merge pull request #13984 from charris/backport-12905 by Charles Harris · 6 years ago
  69. 039334d BUG: fix byte order reversal for datetime64[ns] by Richard Harris · 6 years ago
  70. 39d646b Merge pull request #13933 from eric-wieser/forbid-_add_newdocs-python by Charles Harris · 6 years ago
  71. eb4a5da TST: add a regression test for #13715 by Bruce Merry · 6 years ago
  72. 98d835f BUG: Fix use-after-free in boolean indexing by Bruce Merry · 6 years ago
  73. b592e8f BUG: Don't silence errors in add_newdoc caused by bad arguments by Eric Wieser · 6 years ago
  74. 598fcb4 DOC: Remove docstrings which are duplicated from `numpy/core/multiarray.py` by Eric Wieser · 6 years ago
  75. c927298 DOC: Remove documentation for property that does not exist by Eric Wieser · 6 years ago
  76. ae65a53 BUG: Add missing `np.core.multiarray._get_ndarray_c_version` function by Eric Wieser · 6 years ago
  77. d474517 BUG: Remove items from `multiarray.__all__` which do not exist on python 3 by Eric Wieser · 6 years ago
  78. 56c1f5f Merge pull request #13867 from charris/backport-13864 by Charles Harris · 6 years ago
  79. 01bc3de TST: Ignore DeprecationWarning during nose imports by Sebastian Berg · 6 years ago
  80. 0a6c0d9 BUG: use npy_intp instead of int for indexing array by Emile · 6 years ago
  81. 8a7c30f TEST: skip buggy buffer(arr) path on PyPy by mattip · 6 years ago
  82. bfd4bed TEST, ENH: fix tests and ctypes code for PyPy by mattip · 6 years ago
  83. 6a2ef00 BUG: special case object arrays when printing rel-, abs-error by mattip · 6 years ago
  84. d2c7337 BUG,DEP: Fix writeable flag setting for arrays without base by Sebastian Berg · 6 years ago
  85. 46f8459 BUG: distutils/system_info.py fix missing subprocess import (#13523) by denniszollo · 6 years ago
  86. 3556883 Merge pull request #13565 from charris/backport-10723 by Charles Harris · 6 years ago
  87. 42098aa Merge pull request #13564 from charris/backport-12831 by Charles Harris · 6 years ago
  88. a8ebc14 Merge pull request #13563 from charris/backport-13332 by Charles Harris · 6 years ago
  89. 921578d Merge pull request #13562 from charris/backport-13416 by Charles Harris · 6 years ago
  90. 28e484d Merge pull request #13561 from charris/backport-13433 by Charles Harris · 6 years ago
  91. 04801db Merge pull request #13560 from charris/backport-13435 by Charles Harris · 6 years ago
  92. 87f6277 BUG: Fix incorrect reference counting of bytes by Eric Wieser · 6 years ago
  93. 9c05831 MAINT: more adjustments in PR 10723 by Tyler Reddy · 6 years ago
  94. 0c77aa4 MAINT: reviewer adjustments in PR 10723 by Tyler Reddy · 6 years ago
  95. 3d07480 BUG: longdouble(int) does not work by Eric Wieser · 6 years ago
  96. a6f9c9f also match the stderr in get_version() by Jingbei Li · 6 years ago
  97. c3aff7e BUG: Always return views from structured_to_unstructured when possible by Eric Wieser · 6 years ago
  98. 484e563 BUG: Proect generators from log(0.0) by Kevin Sheppard · 6 years ago
  99. 3651a8c MAINT: remove uneeded code by mattip · 6 years ago
  100. 3ba178e BUG: parse more subarrays in descr_to_dtype by mattip · 6 years ago