NumPy 1.16.4 release
  1. a8ebc14 Merge pull request #13563 from charris/backport-13332 by Charles Harris · 6 years ago
  2. c3aff7e BUG: Always return views from structured_to_unstructured when possible by Eric Wieser · 6 years ago
  3. 3651a8c MAINT: remove uneeded code by mattip · 6 years ago
  4. 3ba178e BUG: parse more subarrays in descr_to_dtype by mattip · 6 years ago
  5. feb7733 BUG: handle subarrays in descr_to_dtype by mattip · 6 years ago
  6. 405bf88 Merge remote-tracking branch 'upstream/maintenance/1.16.x' into field-work by Eric Wieser · 6 years ago
  7. 89b6887 Merge pull request #13359 from charris/backport-12889 by Charles Harris · 6 years ago
  8. 8cea82a BUG: load fails when using pickle without allow_pickle=True by Paul Ivanov · 6 years ago
  9. bccdefe Merge branch 'maintenance/1.16.x' into poly1d-fixes-fixes-fixes-fixes by Eric Wieser · 6 years ago
  10. b5895be BUG: Fix structured_to_unstructured on single-field types by Eric Wieser · 6 years ago
  11. 6aea739 TST: fix up test_structured_padded by Tyler Reddy · 6 years ago
  12. 8c77b24 BUG: Fix crash when calling savetxt on a padded array by Eric Wieser · 6 years ago
  13. 9e74751 BUG: Fix errors in string formatting while producing an error by Eric Wieser · 7 years ago
  14. f2bd875 BUG: loosen kwargs requirements in ediff1d by mattip · 7 years ago
  15. 8493661 ENH: Changed the order of checking for local file. by EelcoPeacs · 7 years ago
  16. f1c4c75 DOC, TST: clean up matplotlib imports by Tyler Reddy · 7 years ago
  17. 26d64e9 DOC, TST: remove agg setting from docs by Tyler Reddy · 7 years ago
  18. ddcaef0 TST: Fix endianness in unstuctured_to_structured test by Allan Haldane · 7 years ago
  19. 2970e41 Merge pull request #12388 from mhvk/linspace-allow-array by Charles Harris · 7 years ago
  20. 45cef38 MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448) by Roman Yurchak · 7 years ago
  21. 8a11573 ENH: implement matmul on NDArrayOperatorsMixin (#12488) by Stephan Hoyer · 7 years ago
  22. bd1d6a5 TST,BUG: fix two tests that were setup incorrectly. by Marten van Kerkwijk · 7 years ago
  23. b637e65 Merge pull request #12447 from ahaldane/unrevert_multifield_view by Charles Harris · 7 years ago
  24. e0122a4 Merge pull request #12443 from rth/set-litteral by Eric Wieser · 7 years ago
  25. 0ee245b MAINT: Use list and dict comprehension when possible (#12445) by Roman Yurchak · 7 years ago
  26. b3a4353 Merge pull request #12446 from ahaldane/recfunctions_fixups by Charles Harris · 7 years ago
  27. 1e2cb50 Merge pull request #11197 from wummo/correct_covariance_scaling by Marten van Kerkwijk · 7 years ago
  28. 845def0 ENH: add back the multifield copy->view change by Allan Haldane · 7 years ago
  29. 191d5c7 MAINT: Fixups to new functions in np.lib.recfunctions by Allan Haldane · 7 years ago
  30. 0999248 Use set litterals by Roman Yurchak · 7 years ago
  31. 983bbb5 Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo by Charles Harris · 7 years ago
  32. 61371de MAINT: Add new recfunctions to numpy function API by Allan Haldane · 7 years ago
  33. c892733 ENH: Fixups to multi-field assignment helpers by Allan Haldane · 7 years ago
  34. 1837df7 Removed non-standard scaling of the covariance matrix and added option to disable scaling completely. by Andreas Nussbaumer · 7 years ago
  35. b0b07ca resolve issues from review by guoci · 7 years ago
  36. c3c6cd5 DOC: mention LOOCV in description of "stone" rule. by Stephan Hoyer · 7 years ago
  37. 219a52c ENH: Add 'ise' estimator to np.histogram by guoci · 7 years ago
  38. c4bce96 MNT: Reword error message about loading pickled data. by Elliott Sales de Andrade · 7 years ago
  39. a4b96ad MAINT: Rewrite shape normalization in pad function (#11966) by Lars Grüter · 7 years ago
  40. 7ada0c1 Merge pull request #12399 from hershen/fix-polyint-typo by Charles Harris · 7 years ago
  41. a631f5b Merge pull request #12391 from mattip/deprecate-unique by Charles Harris · 7 years ago
  42. dde6a64 DOC: Fix typo in polyint. by Alon Hershenhorn · 7 years ago
  43. e85233f DEP: remove deprecated numpy.lib.function_base.unique by mattip · 7 years ago
  44. ff8b0b2 Merge pull request #12381 from tylerjereddy/datasource_del_handling by Charles Harris · 7 years ago
  45. b697a9a DEV remove shim added in 1.4 by mattip · 7 years ago
  46. d1e0a43 Merge pull request #12382 from shoyer/finish-set-module by Charles Harris · 7 years ago
  47. a222755 MAINT: fix from review by mattip · 7 years ago
  48. 4d24bbd ENH: set correct __module__ for objects in numpy's public API by Stephan Hoyer · 7 years ago
  49. 470d53f BUG: improve DataSource __del__ by Tyler Reddy · 7 years ago
  50. 62e47c3 BUG: fix for titles, cleanup, fixes from review by mattip · 7 years ago
  51. 1956ada BUG: test, fix loading structured dtypes with padding by mattip · 7 years ago
  52. cd39348 Merge pull request #12241 from tylerjereddy/histogramdd_test_arg_branch by Charles Harris · 7 years ago
  53. b44284e MAINT: more fixes for disabling overrides by Stephan Hoyer · 7 years ago
  54. 3d49d86 MAINT: disable __array_function__ dispatch unless environment variable set by Stephan Hoyer · 7 years ago
  55. cc761fe ENH: Improve support for pathlib.Path objects in load functions (#11348) by Paul Müller · 7 years ago
  56. 95998ca Merge pull request #12157 from eric-wieser/fspath by Matti Picus · 7 years ago
  57. f1fba70 ENH: add multi-field assignment helpers in np.lib.recfunctions by Allan Haldane · 7 years ago
  58. bfe0921 DEP: deprecate passing a generator to stack functions by Stephan Hoyer · 7 years ago
  59. 437534b BUG: Revert linspace import for concatenation funcs (#12265) by James Bourbeau · 7 years ago
  60. 872372b Merge pull request #12251 from shoyer/array-function-error-msg by Allan Haldane · 7 years ago
  61. 8bab96f MAINT: set preferred __module__ for numpy functions by Stephan Hoyer · 7 years ago
  62. 2705bd5 Merge pull request #12245 from tylerjereddy/test_sort_complex by Matti Picus · 7 years ago
  63. 7315145 ENH: __array_function__ support for np.lib, part 2/2 (#12119) by Stephan Hoyer · 7 years ago
  64. 80d3a7a TST: tests for sort_complex() by Tyler Reddy · 7 years ago
  65. 9dff602 TST: arg handling tests in histogramdd by Tyler Reddy · 7 years ago
  66. cb3a67b TST: unit tests for column_stack. by Tyler Reddy · 7 years ago
  67. eaffa08 Merge pull request #12216 from tylerjereddy/hist_range_test_sanity by Eric Wieser · 7 years ago
  68. 9f3ebd4 TST: test histogram bins dims by Tyler Reddy · 7 years ago
  69. e712a4e TST: test invalid histogram range by Tyler Reddy · 7 years ago
  70. 25a37a9 Merge pull request #12153 from tylerjereddy/setdiff1d_test_cov by Charles Harris · 7 years ago
  71. 04ce41a Merge branch 'master' into nd_grid_len_test by Charles Harris · 7 years ago
  72. 2ddba2a DOC, TST: test setdiff1d assume_unique by Tyler Reddy · 7 years ago
  73. 11b9f6c DEP: Updated unravel_index() kwargs to support `shape` by Tyler Reddy · 7 years ago
  74. aafb0a8 MAINT: remove unused nd_grid __len__ by Tyler Reddy · 7 years ago
  75. 946781f TST: test byte_bounds contiguity handling by Tyler Reddy · 7 years ago
  76. 0033161 TST: add test for weighted histogram mismatch by Tyler Reddy · 7 years ago
  77. 489362c ENH: Add support for third-party path-like objects by backporting os.fspath by Eric Wieser · 7 years ago
  78. 2ae0014 Merge pull request #12116 from shoyer/array-function-numpy-lib by Charles Harris · 7 years ago
  79. 76779d3 Merge pull request #12137 from tylerjereddy/fill_diag_err_test by Eric Wieser · 7 years ago
  80. a3bb6fc TST: error tests for diag_indices_from() by Tyler Reddy · 7 years ago
  81. a2cdbfa TST: error tests for fill_diagonal() by Tyler Reddy · 7 years ago
  82. 41d2428 Merge pull request #12108 from AetherUnbound/bugfix/12107 by Matti Picus · 7 years ago
  83. 9942b71 Merge pull request #12133 from pierreglaser/centralize-pickle-import by Charles Harris · 7 years ago
  84. e4e897f BUG: Allow boolean subtract in histogram by Matthew Bowden · 7 years ago
  85. 263369c MAINT: Update deprecation message. by Charles Harris · 7 years ago
  86. 7372f8d MAINT, TST import pickle from numpy.core.numeric by Pierre Glaser · 7 years ago
  87. 1c2abd3 DEP: deprecate asscalar by mattip · 7 years ago
  88. 4141e24 ENH: __array_function__ for np.lib, part 1 by Stephan Hoyer · 7 years ago
  89. 18a0fab TST: improve coverage of nd_grid by Tyler Reddy · 7 years ago
  90. cd4fb52 Merge pull request #12061 from ceh-forks/remove-reduntant-imports by Charles Harris · 7 years ago
  91. b88a678 MAINT: remove redundant imports by Emil Hessman · 7 years ago
  92. e07b0fc MAINT: remove unused stdlib imports by Emil Hessman · 7 years ago
  93. 87c1fcd Merge pull request #11962 from mfkasim91/limitrowloadtxt by Charles Harris · 7 years ago
  94. 4577a69 MAINT: Omit None in max_rows for np.loadtxt docstring by mfkasim91 · 7 years ago
  95. f988dfb MAINT: No tick for None in `max_rows` docstring for `np.loadtxt` by mfkasim91 · 7 years ago
  96. 9e86f63 ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxt by mfkasim91 · 7 years ago
  97. c8a75ed MAINT: remove unused imports by Emil Hessman · 7 years ago
  98. 8ec391a ENH add prepend and append kwargs to diff by Matt Harrigan · 7 years ago
  99. 195881e BUG: Don't leave files open and dangling if np.load has a bad encoding argument, or the file is an invalid zip by Eric Wieser · 7 years ago
  100. f531cfd TST: prefer pytest.skip() over SkipTest by Tyler Reddy · 7 years ago