NumPy 1.17.3 release.
  1. 7758dd1 BUG: properly define PyArray_DescrCheck by mattip · 6 years ago
  2. dc441ee BUG: random: Create a legacy implementation of random.binomial. by Warren Weckesser · 6 years ago
  3. 5504e6d DOC: remove note about Pocketfft license file (non-existing here). by Ralf Gommers · 6 years ago
  4. fb83476 MAINT: remove the entropy c-extension module by mattip · 6 years ago
  5. d9d620c BUG: Fix randint when range is 2**32 by Kevin Sheppard · 6 years ago
  6. dbbc9b1 Merge pull request #14513 from charris/backport-14483 by Charles Harris · 6 years ago
  7. 16d201b MAINT: Minor fixes and cleanups by Sebastian Berg · 6 years ago
  8. 1bb40d4 BUG: Fix occurances where variables are cast to shorter int incorrectly by Sebastian Berg · 6 years ago
  9. 772ac76 MAINT: Delete some unused functions by Sebastian Berg · 6 years ago
  10. 0ee534a Merge pull request #14502 from charris/backport-14490 by Charles Harris · 6 years ago
  11. 2e6c104 BUG: fix compiler warnings by mattip · 6 years ago
  12. 3b7fd8a MAINT: use tmp pointers to allow early break; add tests. by mattip · 6 years ago
  13. 084b46c BUG: add a specialized loop for boolean matmul by mattip · 6 years ago
  14. 85d82d4 DOC: Update RandomState docstring from master. by Charles Harris · 6 years ago
  15. 1afcaee BUG: random: Fix the mistaken duplicate line. Fixes gh-14557. by Warren Weckesser · 6 years ago
  16. 744856e MAINT: random: Revert gh-14458. by Warren Weckesser · 6 years ago
  17. 597fc07 Merge pull request #14463 from charris/backport-14458 by Charles Harris · 6 years ago
  18. cda1768 BUG: random.hypergeometic assumes npy_long is npy_int64, hung ppc64 by Allan Haldane · 6 years ago
  19. b6408d8 MAINT: clean up numpy/fft/info.py by Ralf Gommers · 6 years ago
  20. 15eb36d MAINT: move pocketfft .py/.so to `_pocketfft` by Ralf Gommers · 6 years ago
  21. 3752840 MAINT: Update 1.17.x with 1.18.0-dev pocketfft.py. by Charles Harris · 6 years ago
  22. b6ed3f1 Merge pull request #14433 from charris/backport-14209 by Charles Harris · 6 years ago
  23. ca55abc Merge pull request #14430 from charris/backport-14429 by Charles Harris · 6 years ago
  24. 30bd4f8 BUG: Fixed maximum relative error reporting in assert_allclose (gh-13802) by CakeWithSteak · 6 years ago
  25. 5678c0b BUG: Replace _linear_ramp with linspace by Lars Grueter · 6 years ago
  26. e2faeca ENH: Override module in private error classes displayed as base by Sebastian Berg · 6 years ago
  27. 18cbe82 Merge pull request #14420 from charris/backport-14351 by Charles Harris · 6 years ago
  28. f011488 Merge pull request #14421 from charris/backport-14387 by Charles Harris · 6 years ago
  29. e39cc8c Apply suggestions from code review by Matti Picus · 6 years ago
  30. 1a7ef0f BUG: skip new test on windows, 32-bit by mattip · 6 years ago
  31. 011a014 BUG: test, fix regression in converting to ctypes by mattip · 6 years ago
  32. 3f9f093 DOC: Fix a minor typo in dispatch documentation. by Dan Allan · 6 years ago
  33. 77f48d7 BUG: Fix lexsort + radix sort. by Hameer Abbasi · 6 years ago
  34. 4c87dd7 MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes by Allan Haldane · 6 years ago
  35. 94a2142 Merge pull request #14339 from eric-wieser/fix-if-fields-1.17 by Charles Harris · 6 years ago
  36. 66388aa Merge pull request #14338 from charris/backport-14240 by Charles Harris · 6 years ago
  37. 8e310ec Merge remote-tracking branch 'upstream/maintenance/1.17.x' into fix-if-fields by Eric Wieser · 6 years ago
  38. 4452556 BUG: don't fail when lexsorting some empty arrays (#14228) by Max Bolingbroke · 6 years ago
  39. 50eb546 BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241) by Maxwell Aladago · 6 years ago
  40. e105449 Merge pull request #14309 from charris/backport-14216 by Charles Harris · 6 years ago
  41. 173f193 Merge pull request #14308 from charris/backport-14298 by Charles Harris · 6 years ago
  42. 5837627 MAINT: comment on lack of error checks for madvise() by Peter Andreas Entschev · 6 years ago
  43. 014b272 MAINT: define MADV_HUGEPAGE if not defined by Peter Andreas Entschev · 6 years ago
  44. 2be7c06 ENH, REL: Enable huge pages in all Linux builds by Peter Andreas Entschev · 6 years ago
  45. eb28880 Merge pull request #14307 from charris/backport-14303 by Charles Harris · 6 years ago
  46. c62403b Fix bug in platform detection by Vladimir Pershin · 6 years ago
  47. 906b63a MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t. by Warren Weckesser · 6 years ago
  48. ead0dbd MAINT: random: Fix import in example for _coerce_to_uint32_array. by Warren Weckesser · 6 years ago
  49. 8978cb5 MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE. by Warren Weckesser · 6 years ago
  50. e69fc29 Merge pull request #14302 from charris/backport-14270 by Charles Harris · 6 years ago
  51. 483f565 MAINT: Fix remaining misuses of bool(dt.names) by Eric Wieser · 6 years ago
  52. 5d63992 BUG: Fix detection of structured arrays in mrecords by Eric Wieser · 6 years ago
  53. 8187c9e BUG: Don't construct masked arrays with the wrong mask type in genfromtxt by Eric Wieser · 6 years ago
  54. b11468e BUG: Don't allow extra fields to be added in genfromtxt by Eric Wieser · 6 years ago
  55. 1f0d66c MAINT: Use the `.names is None` idiom to detect structured array in arrayprint by Eric Wieser · 6 years ago
  56. 18eb652 MAINT: Remove incorrect comment about flattening by Eric Wieser · 6 years ago
  57. 0bdf0b9 MAINT: Improve ndpointer.__name__ for structured types with 0 fields by Eric Wieser · 6 years ago
  58. 00b6745 MAINT: Test names against None for consistency by Eric Wieser · 6 years ago
  59. b7a9378 BUG: recfunctions: Don't return None in place of empty sequences by Eric Wieser · 6 years ago
  60. 7311273 BUG: Fix crash on genfromtxt with nested empty structured array by Eric Wieser · 6 years ago
  61. 03cd242 BUG: Fix crash in recarray if nested structured dtypes contain padding by Eric Wieser · 6 years ago
  62. 5fbce6d BUG: Make np.record work on structured fields with no fields by Eric Wieser · 6 years ago
  63. 5b830ae MAINT: Improve error message dtype appearance by aleju · 6 years ago
  64. e15dfd3 BUG: Fix formatting error in exception message by aleju · 6 years ago
  65. 003fe7f BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usage by Sergei Lebedev · 6 years ago
  66. c196d8b Merge pull request #14237 from charris/backport-14141 by Charles Harris · 6 years ago
  67. 4e5e265 ENH: add c-imported modules for freeze analysis in np.random by Yuan · 6 years ago
  68. 3041544 Fixed default BitGenerator name by Giuseppe Cuccu · 6 years ago
  69. d66efcd Merge pull request #14201 from charris/backport-14171 by Charles Harris · 6 years ago
  70. 9b94f15 Merge pull request #14200 from charris/backport-14178 by Charles Harris · 6 years ago
  71. 11e22fc Merge pull request #14199 from charris/backport-14185 by Charles Harris · 6 years ago
  72. 1ce80cd Merge pull request #14198 from charris/backport-14190 by Charles Harris · 6 years ago
  73. 9f40c23 BUG: Make advanced indexing result on read-only subclass writeable (#14171) by jeremiedbb · 6 years ago
  74. ed0b667 Incremented _tol my factor of 8. by Oleksandr Pavlyk · 6 years ago
  75. 61ae11c Replaced np.sqrt(X.size) with np.sqrt(np.log2(X.size)) per PR review by Oleksandr Pavlyk · 6 years ago
  76. 201227c Replaced assert_array_almost_equal with assert_allclose by Oleksandr Pavlyk · 6 years ago
  77. 15a0f76 MAINT: work-around for Intel compiler bug. by Oleksandr Pavlyk · 6 years ago
  78. 9643bf3 DOC: Fix hermitian argument docs in svd by hvy · 6 years ago
  79. 2335151 Merge pull request #14194 from eric-wieser/fix-14140 by Charles Harris · 6 years ago
  80. 48b8978 MAINT: Print more informative message when test fails. by Charles Harris · 6 years ago
  81. 968bf13 Merge pull request #14160 from charris/backport-14121 by Charles Harris · 6 years ago
  82. 894482f Merge pull request #14159 from charris/backport-14143 by Charles Harris · 6 years ago
  83. 75c57a2 Merge pull request #14158 from charris/backport-14144 by Charles Harris · 6 years ago
  84. f1f75d8 Merge pull request #14157 from charris/backport-14152 by Charles Harris · 6 years ago
  85. a088b4d BLD: Added missing gcd/lcm definitions to npy_math (#14121) by Seth Troisi · 6 years ago
  86. 61cbdec BUG: Fix DeprecationWarning in python 3.8 due to implicit conversion to int by Eric Wieser · 6 years ago
  87. 38b895f 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
  88. cc1d21d BUG: avx2_scalef_ps must be static by Oleksandr Pavlyk · 6 years ago
  89. 9743ccf Allow fuss in testing strided/non-strided exp/log loops by Oleksandr Pavlyk · 6 years ago
  90. 4e68aba BUG: Remove the broken clip wrapper by Eric Wieser · 6 years ago
  91. e9026853 Merge pull request #14129 from charris/backport-14124 by Charles Harris · 6 years ago
  92. 840c7fd Merge pull request #14128 from charris/backport-14091 by Charles Harris · 6 years ago
  93. 7383e56 Merge pull request #14127 from charris/backport-14085 by Charles Harris · 6 years ago
  94. da7b366 MAINT: Use equality instead of identity check with literal by Harmon · 6 years ago
  95. 52cd55f MAINT: Remove unused import. by Charles Harris · 6 years ago
  96. 1455f31 Addressed PR feedback by Oleksandr Pavlyk · 6 years ago
  97. 0341b2d MAINT: adjustments to test_ufunc_noncontigous by Oleksandr Pavlyk · 6 years ago
  98. 3a83a9e Add blank line above doctest for intersect1d by Jackie Leng · 6 years ago
  99. a46a201 MAINT: Mark umath accuracy test xfail. by Charles Harris · 6 years ago
  100. 247e62e MAINT: Correct spelling. by Charles Harris · 6 years ago