NumPy 1.16.6 release.
  1. 461a64a BUG: lib: Fix histogram problem with signed integer arrays. by Warren Weckesser · 6 years ago
  2. 6482719 Merge pull request #14211 from lagru/fix-linear-ramp-backport-1-16 by Charles Harris · 6 years ago
  3. 1c45e0d BUG: Simplify linear ramp padding with linspace by Lars Grueter · 6 years ago
  4. 0bbeef5 Merge pull request #14340 from eric-wieser/fix-if-fields-1.16 by Charles Harris · 6 years ago
  5. 66395f2 MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes by Allan Haldane · 6 years ago
  6. 52560a3 Merge remote-tracking branch 'upstream/maintenance/1.16.x' into fix-if-fields by Eric Wieser · 6 years ago
  7. 483f565 MAINT: Fix remaining misuses of bool(dt.names) by Eric Wieser · 6 years ago
  8. 8187c9e BUG: Don't construct masked arrays with the wrong mask type in genfromtxt by Eric Wieser · 6 years ago
  9. b11468e BUG: Don't allow extra fields to be added in genfromtxt by Eric Wieser · 6 years ago
  10. 18eb652 MAINT: Remove incorrect comment about flattening by Eric Wieser · 6 years ago
  11. b7a9378 BUG: recfunctions: Don't return None in place of empty sequences by Eric Wieser · 6 years ago
  12. 7311273 BUG: Fix crash on genfromtxt with nested empty structured array by Eric Wieser · 6 years ago
  13. 1f00c4d BUG, DOC: add new recfunctions to `__all__` by Colin Snyder · 6 years ago
  14. 091e03f BUG: further fixup to histogram2d dispatcher. by Marten van Kerkwijk · 6 years ago
  15. 3f8c472 BUG: Replace contextlib.suppress for Python 2.7 by Charles Harris · 6 years ago
  16. d4861f2 BUG: Fix ``yield from`` for python 2.7. by Charles Harris · 6 years ago
  17. a88e61f MAINT: check bins length in histogram2d_dispatcher by Stephan Hoyer · 6 years ago
  18. a81c7b3 MAINT: spelling by Stephan Hoyer · 6 years ago
  19. 7030fd1 MAINT: fix histogram*d dispatchers by Stephan Hoyer · 6 years ago
  20. bfd4bed TEST, ENH: fix tests and ctypes code for PyPy by mattip · 6 years ago
  21. a8ebc14 Merge pull request #13563 from charris/backport-13332 by Charles Harris · 6 years ago
  22. c3aff7e BUG: Always return views from structured_to_unstructured when possible by Eric Wieser · 6 years ago
  23. 3651a8c MAINT: remove uneeded code by mattip · 6 years ago
  24. 3ba178e BUG: parse more subarrays in descr_to_dtype by mattip · 6 years ago
  25. feb7733 BUG: handle subarrays in descr_to_dtype by mattip · 6 years ago
  26. 405bf88 Merge remote-tracking branch 'upstream/maintenance/1.16.x' into field-work by Eric Wieser · 6 years ago
  27. 89b6887 Merge pull request #13359 from charris/backport-12889 by Charles Harris · 6 years ago
  28. 8cea82a BUG: load fails when using pickle without allow_pickle=True by Paul Ivanov · 6 years ago
  29. bccdefe Merge branch 'maintenance/1.16.x' into poly1d-fixes-fixes-fixes-fixes by Eric Wieser · 6 years ago
  30. b5895be BUG: Fix structured_to_unstructured on single-field types by Eric Wieser · 6 years ago
  31. 6aea739 TST: fix up test_structured_padded by Tyler Reddy · 6 years ago
  32. 8c77b24 BUG: Fix crash when calling savetxt on a padded array by Eric Wieser · 6 years ago
  33. 9e74751 BUG: Fix errors in string formatting while producing an error by Eric Wieser · 7 years ago
  34. f2bd875 BUG: loosen kwargs requirements in ediff1d by mattip · 7 years ago
  35. 8493661 ENH: Changed the order of checking for local file. by EelcoPeacs · 7 years ago
  36. f1c4c75 DOC, TST: clean up matplotlib imports by Tyler Reddy · 7 years ago
  37. 26d64e9 DOC, TST: remove agg setting from docs by Tyler Reddy · 7 years ago
  38. ddcaef0 TST: Fix endianness in unstuctured_to_structured test by Allan Haldane · 7 years ago
  39. 2970e41 Merge pull request #12388 from mhvk/linspace-allow-array by Charles Harris · 7 years ago
  40. 45cef38 MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448) by Roman Yurchak · 7 years ago
  41. 8a11573 ENH: implement matmul on NDArrayOperatorsMixin (#12488) by Stephan Hoyer · 7 years ago
  42. bd1d6a5 TST,BUG: fix two tests that were setup incorrectly. by Marten van Kerkwijk · 7 years ago
  43. b637e65 Merge pull request #12447 from ahaldane/unrevert_multifield_view by Charles Harris · 7 years ago
  44. e0122a4 Merge pull request #12443 from rth/set-litteral by Eric Wieser · 7 years ago
  45. 0ee245b MAINT: Use list and dict comprehension when possible (#12445) by Roman Yurchak · 7 years ago
  46. b3a4353 Merge pull request #12446 from ahaldane/recfunctions_fixups by Charles Harris · 7 years ago
  47. 1e2cb50 Merge pull request #11197 from wummo/correct_covariance_scaling by Marten van Kerkwijk · 7 years ago
  48. 845def0 ENH: add back the multifield copy->view change by Allan Haldane · 7 years ago
  49. 191d5c7 MAINT: Fixups to new functions in np.lib.recfunctions by Allan Haldane · 7 years ago
  50. 0999248 Use set litterals by Roman Yurchak · 7 years ago
  51. 983bbb5 Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo by Charles Harris · 7 years ago
  52. 61371de MAINT: Add new recfunctions to numpy function API by Allan Haldane · 7 years ago
  53. c892733 ENH: Fixups to multi-field assignment helpers by Allan Haldane · 7 years ago
  54. 1837df7 Removed non-standard scaling of the covariance matrix and added option to disable scaling completely. by Andreas Nussbaumer · 7 years ago
  55. b0b07ca resolve issues from review by guoci · 7 years ago
  56. c3c6cd5 DOC: mention LOOCV in description of "stone" rule. by Stephan Hoyer · 7 years ago
  57. 219a52c ENH: Add 'ise' estimator to np.histogram by guoci · 7 years ago
  58. c4bce96 MNT: Reword error message about loading pickled data. by Elliott Sales de Andrade · 7 years ago
  59. a4b96ad MAINT: Rewrite shape normalization in pad function (#11966) by Lars Grüter · 7 years ago
  60. 7ada0c1 Merge pull request #12399 from hershen/fix-polyint-typo by Charles Harris · 7 years ago
  61. a631f5b Merge pull request #12391 from mattip/deprecate-unique by Charles Harris · 7 years ago
  62. dde6a64 DOC: Fix typo in polyint. by Alon Hershenhorn · 7 years ago
  63. e85233f DEP: remove deprecated numpy.lib.function_base.unique by mattip · 7 years ago
  64. ff8b0b2 Merge pull request #12381 from tylerjereddy/datasource_del_handling by Charles Harris · 7 years ago
  65. b697a9a DEV remove shim added in 1.4 by mattip · 7 years ago
  66. d1e0a43 Merge pull request #12382 from shoyer/finish-set-module by Charles Harris · 7 years ago
  67. a222755 MAINT: fix from review by mattip · 7 years ago
  68. 4d24bbd ENH: set correct __module__ for objects in numpy's public API by Stephan Hoyer · 7 years ago
  69. 470d53f BUG: improve DataSource __del__ by Tyler Reddy · 7 years ago
  70. 62e47c3 BUG: fix for titles, cleanup, fixes from review by mattip · 7 years ago
  71. 1956ada BUG: test, fix loading structured dtypes with padding by mattip · 7 years ago
  72. cd39348 Merge pull request #12241 from tylerjereddy/histogramdd_test_arg_branch by Charles Harris · 7 years ago
  73. b44284e MAINT: more fixes for disabling overrides by Stephan Hoyer · 7 years ago
  74. 3d49d86 MAINT: disable __array_function__ dispatch unless environment variable set by Stephan Hoyer · 7 years ago
  75. cc761fe ENH: Improve support for pathlib.Path objects in load functions (#11348) by Paul Müller · 7 years ago
  76. 95998ca Merge pull request #12157 from eric-wieser/fspath by Matti Picus · 7 years ago
  77. f1fba70 ENH: add multi-field assignment helpers in np.lib.recfunctions by Allan Haldane · 7 years ago
  78. bfe0921 DEP: deprecate passing a generator to stack functions by Stephan Hoyer · 7 years ago
  79. 437534b BUG: Revert linspace import for concatenation funcs (#12265) by James Bourbeau · 7 years ago
  80. 872372b Merge pull request #12251 from shoyer/array-function-error-msg by Allan Haldane · 7 years ago
  81. 8bab96f MAINT: set preferred __module__ for numpy functions by Stephan Hoyer · 7 years ago
  82. 2705bd5 Merge pull request #12245 from tylerjereddy/test_sort_complex by Matti Picus · 7 years ago
  83. 7315145 ENH: __array_function__ support for np.lib, part 2/2 (#12119) by Stephan Hoyer · 7 years ago
  84. 80d3a7a TST: tests for sort_complex() by Tyler Reddy · 7 years ago
  85. 9dff602 TST: arg handling tests in histogramdd by Tyler Reddy · 7 years ago
  86. cb3a67b TST: unit tests for column_stack. by Tyler Reddy · 7 years ago
  87. eaffa08 Merge pull request #12216 from tylerjereddy/hist_range_test_sanity by Eric Wieser · 7 years ago
  88. 9f3ebd4 TST: test histogram bins dims by Tyler Reddy · 7 years ago
  89. e712a4e TST: test invalid histogram range by Tyler Reddy · 7 years ago
  90. 25a37a9 Merge pull request #12153 from tylerjereddy/setdiff1d_test_cov by Charles Harris · 7 years ago
  91. 04ce41a Merge branch 'master' into nd_grid_len_test by Charles Harris · 7 years ago
  92. 2ddba2a DOC, TST: test setdiff1d assume_unique by Tyler Reddy · 7 years ago
  93. 11b9f6c DEP: Updated unravel_index() kwargs to support `shape` by Tyler Reddy · 7 years ago
  94. aafb0a8 MAINT: remove unused nd_grid __len__ by Tyler Reddy · 7 years ago
  95. 946781f TST: test byte_bounds contiguity handling by Tyler Reddy · 7 years ago
  96. 0033161 TST: add test for weighted histogram mismatch by Tyler Reddy · 7 years ago
  97. 489362c ENH: Add support for third-party path-like objects by backporting os.fspath by Eric Wieser · 7 years ago
  98. 2ae0014 Merge pull request #12116 from shoyer/array-function-numpy-lib by Charles Harris · 7 years ago
  99. 76779d3 Merge pull request #12137 from tylerjereddy/fill_diag_err_test by Eric Wieser · 7 years ago
  100. a3bb6fc TST: error tests for diag_indices_from() by Tyler Reddy · 7 years ago