NumPy 1.16.6 release.
  1. 3dec709 REL: NumPy 1.16.6 release. by Charles Harris · 6 years ago v1.16.6
  2. 56ebda2 Merge pull request #15191 from charris/prepare-1.16.6-release by Charles Harris · 6 years ago
  3. 7a6d2d9 REL: Prepare for 1.16.6 release. by Charles Harris · 6 years ago
  4. 336eeb4 Merge pull request #15172 from charris/try-backport-utils by Charles Harris · 6 years ago
  5. bcb1333 TST: Add assert_array_equal test for big integer arrays by Maxwell Aladago · 6 years ago
  6. 4e6d516 ENH: Backport improvements to testing functions. by Charles Harris · 6 years ago
  7. 08614de Merge pull request #14864 from charris/backport-14381 by Charles Harris · 6 years ago
  8. 791288c Merge pull request #14863 from charris/backport-14827 by Charles Harris · 6 years ago
  9. 461a64a BUG: lib: Fix histogram problem with signed integer arrays. by Warren Weckesser · 6 years ago
  10. 48a86ad BLD: Review feedback for clang -flto fix by Chris Burr · 6 years ago
  11. 5a6cd69 BLD: Prevent -flto from optimising long double representation check away by Chris Burr · 6 years ago
  12. a405a6b Merge pull request #14856 from charris/backport-14693 by Charles Harris · 6 years ago
  13. 566f9eb BUG: Fix `np.einsum` errors on Power9 Linux and z/Linux by Charles Harris · 6 years ago
  14. 4d02877 Merge pull request #14854 from charris/backport-14469 by Charles Harris · 6 years ago
  15. 4adcd0f BUG: Fix _ctypes class cirular reference. (#13808) by Qiming Sun · 6 years ago
  16. 426f031 Merge pull request #14853 from charris/backport-14842 by Charles Harris · 6 years ago
  17. 9047759 BLD: add 'apt update' to shippable by Charles Harris · 6 years ago
  18. e9322e8 Merge pull request #14275 from fersarr/1.16_2 by Matti Picus · 6 years ago
  19. c548a14 BUG: fixing to allow unpickling of PY3 pickles from PY2 by Fernando Saravia · 6 years ago
  20. 50e4b2f Merge pull request #14686 from charris/backport-14605 by Charles Harris · 6 years ago
  21. 78070f0 BUG: properly define PyArray_DescrCheck by mattip · 6 years ago
  22. d465f21 Merge pull request #14509 from charris/backport-14464 by Charles Harris · 6 years ago
  23. 37c8f1a BUG: Fix regression in boolean matmul. by mattip · 6 years ago
  24. 6482719 Merge pull request #14211 from lagru/fix-linear-ramp-backport-1-16 by Charles Harris · 6 years ago
  25. ea570c6 Merge pull request #14434 from charris/backport-13802 by Charles Harris · 6 years ago
  26. 9621473 BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802) by CakeWithSteak · 6 years ago
  27. 1c45e0d BUG: Simplify linear ramp padding with linspace by Lars Grueter · 6 years ago
  28. 0bbeef5 Merge pull request #14340 from eric-wieser/fix-if-fields-1.16 by Charles Harris · 6 years ago
  29. d799640 Merge pull request #14423 from charris/backport-14387 by Charles Harris · 6 years ago
  30. 1450488 Apply suggestions from code review by Matti Picus · 6 years ago
  31. f66afd4 BUG: skip new test on windows, 32-bit by mattip · 6 years ago
  32. 992a20e BUG: test, fix regression in converting to ctypes by mattip · 6 years ago
  33. aaa87b0 TST: Avoid relying on a 1.17 feature in a backported test by Eric Wieser · 6 years ago
  34. 4ea7bca REL: Prepare 1.16.x for further development. by Charles Harris · 6 years ago
  35. cbdc3b7 REL: NumPy 1.16.5 release. by Charles Harris · 6 years ago v1.16.5
  36. b117fb6 Merge pull request #14382 from charris/prepare-1.16.5-release by Charles Harris · 6 years ago
  37. 3e3bc8a REL: Prepare for the NumPy 1.16.5 release. by Charles Harris · 6 years ago
  38. 9789f33 Merge pull request #14346 from charris/backport-14310 by Charles Harris · 6 years ago
  39. 66395f2 MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes by Allan Haldane · 6 years ago
  40. 52560a3 Merge remote-tracking branch 'upstream/maintenance/1.16.x' into fix-if-fields by Eric Wieser · 6 years ago
  41. 2ec0f27 Merge pull request #14322 from charris/backport-14216 by Charles Harris · 6 years ago
  42. 372a23f MAINT: comment on lack of error checks for madvise() by Peter Andreas Entschev · 6 years ago
  43. 2f53e00 MAINT: define MADV_HUGEPAGE if not defined by Peter Andreas Entschev · 6 years ago
  44. 30d5000 ENH, REL: Enable huge pages in all Linux builds by Peter Andreas Entschev · 6 years ago
  45. 483f565 MAINT: Fix remaining misuses of bool(dt.names) by Eric Wieser · 6 years ago
  46. 5d63992 BUG: Fix detection of structured arrays in mrecords by Eric Wieser · 6 years ago
  47. 8187c9e BUG: Don't construct masked arrays with the wrong mask type in genfromtxt by Eric Wieser · 6 years ago
  48. b11468e BUG: Don't allow extra fields to be added in genfromtxt by Eric Wieser · 6 years ago
  49. 1f0d66c MAINT: Use the `.names is None` idiom to detect structured array in arrayprint by Eric Wieser · 6 years ago
  50. 18eb652 MAINT: Remove incorrect comment about flattening by Eric Wieser · 6 years ago
  51. 0bdf0b9 MAINT: Improve ndpointer.__name__ for structured types with 0 fields by Eric Wieser · 6 years ago
  52. 00b6745 MAINT: Test names against None for consistency by Eric Wieser · 6 years ago
  53. b7a9378 BUG: recfunctions: Don't return None in place of empty sequences by Eric Wieser · 6 years ago
  54. 7311273 BUG: Fix crash on genfromtxt with nested empty structured array by Eric Wieser · 6 years ago
  55. 03cd242 BUG: Fix crash in recarray if nested structured dtypes contain padding by Eric Wieser · 6 years ago
  56. 5fbce6d BUG: Make np.record work on structured fields with no fields by Eric Wieser · 6 years ago
  57. 468e0bf Merge pull request #14297 from charris/pin-pytest-version by Charles Harris · 6 years ago
  58. 0f51da2 wip by Charles Harris · 6 years ago
  59. 967e21d TST: Pin pytest to 5.0.1. by Charles Harris · 6 years ago
  60. 4f641f3 Merge pull request #14162 from charris/backport-14144 by Charles Harris · 6 years ago
  61. 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
  62. 7f26bba Merge pull request #14084 from charris/backport-13964 by Charles Harris · 6 years ago
  63. 1f00c4d BUG, DOC: add new recfunctions to `__all__` by Colin Snyder · 6 years ago
  64. be3d519 Merge pull request #14057 from charris/backport-13855 by Charles Harris · 6 years ago
  65. 956f44d Merge pull request #14056 from charris/backport-13725 by Charles Harris · 6 years ago
  66. cd4bd94 Merge pull request #14058 from charris/backport-13979 by Ralf Gommers · 6 years ago
  67. 529bcd6 Improve illustartion of unsupported args. by Dan Allan · 6 years ago
  68. 663742f Copy editing by Dan Allan · 6 years ago
  69. d5c7fd1 Restore old intro, add note at top. by Dan Allan · 6 years ago
  70. 223db83 Add new section of custom array containers. by Dan Allan · 6 years ago
  71. d3d3cd1 rephrase by Dan Allan · 6 years ago
  72. 0646cbe Add __array_function__ to user reference. by Dan Allan · 6 years ago
  73. eb45733 BUG: Add missing decref in ctypes check by Sebastian Berg · 6 years ago
  74. e550089 BUG: Fix memory leak in dtype from dict contructor by Sebastian Berg · 6 years ago
  75. 1ebed37 BUG: fix compilation of 3rdparty modules with Py_LIMITED_API enabled by Maksim Shabunin · 6 years ago
  76. 354410f Merge pull request #14046 from charris/backport-13813 by Charles Harris · 6 years ago
  77. 091e03f BUG: further fixup to histogram2d dispatcher. by Marten van Kerkwijk · 6 years ago
  78. f8ec7a4 Merge pull request #14052 from charris/fix-missing-suppress by Charles Harris · 6 years ago
  79. 3f8c472 BUG: Replace contextlib.suppress for Python 2.7 by Charles Harris · 6 years ago
  80. 2075623 Merge pull request #14044 from charris/backport-13648 by Charles Harris · 6 years ago
  81. 2dad184 Merge pull request #14043 from charris/backport-13590 by Charles Harris · 6 years ago
  82. ca0ef6f Merge pull request #14045 from charris/backport-13757 by Charles Harris · 6 years ago
  83. d4861f2 BUG: Fix ``yield from`` for python 2.7. by Charles Harris · 6 years ago
  84. 4722baf Merge pull request #14042 from charris/backport-13507 by Charles Harris · 6 years ago
  85. a88e61f MAINT: check bins length in histogram2d_dispatcher by Stephan Hoyer · 6 years ago
  86. a81c7b3 MAINT: spelling by Stephan Hoyer · 6 years ago
  87. 7030fd1 MAINT: fix histogram*d dispatchers by Stephan Hoyer · 6 years ago
  88. 0d60e50 BUG: ensure that casting to/from structured is properly checked. by Marten van Kerkwijk · 6 years ago
  89. 38bebe3 BUG: fix null pointer passed as argument 2, which is declared to never be null by Alexander Shadchin · 6 years ago
  90. 0d535d5 BUG: fix left shift of 1 by 31 places cannot be represented in type int by Alexander Shadchin · 6 years ago
  91. b99ef07 BUG: np.array cleared errors occured in PyMemoryView_FromObject by Sergei Lebedev · 6 years ago
  92. ba78b40 Merge pull request #13994 from charris/backport-13870 by Matti Picus · 6 years ago
  93. 31a21c4 MAINT,BUG: Use nbytes to also catch empty descr during allocation by Sebastian Berg · 6 years ago
  94. ca6480e Merge pull request #13984 from charris/backport-12905 by Charles Harris · 6 years ago
  95. 039334d BUG: fix byte order reversal for datetime64[ns] by Richard Harris · 6 years ago
  96. 39d646b Merge pull request #13933 from eric-wieser/forbid-_add_newdocs-python by Charles Harris · 6 years ago
  97. e97133b Merge pull request #13905 from seberg/backport-13715 by Charles Harris · 6 years ago
  98. eb4a5da TST: add a regression test for #13715 by Bruce Merry · 6 years ago
  99. 98d835f BUG: Fix use-after-free in boolean indexing by Bruce Merry · 6 years ago
  100. b592e8f BUG: Don't silence errors in add_newdoc caused by bad arguments by Eric Wieser · 6 years ago