NumPy 1.16.0 release.
  1. ddcaef0 TST: Fix endianness in unstuctured_to_structured test by Allan Haldane · 7 years ago
  2. 2970e41 Merge pull request #12388 from mhvk/linspace-allow-array by Charles Harris · 7 years ago
  3. 45cef38 MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448) by Roman Yurchak · 7 years ago
  4. 8a11573 ENH: implement matmul on NDArrayOperatorsMixin (#12488) by Stephan Hoyer · 7 years ago
  5. bd1d6a5 TST,BUG: fix two tests that were setup incorrectly. by Marten van Kerkwijk · 7 years ago
  6. b637e65 Merge pull request #12447 from ahaldane/unrevert_multifield_view by Charles Harris · 7 years ago
  7. e0122a4 Merge pull request #12443 from rth/set-litteral by Eric Wieser · 7 years ago
  8. 0ee245b MAINT: Use list and dict comprehension when possible (#12445) by Roman Yurchak · 7 years ago
  9. b3a4353 Merge pull request #12446 from ahaldane/recfunctions_fixups by Charles Harris · 7 years ago
  10. 1e2cb50 Merge pull request #11197 from wummo/correct_covariance_scaling by Marten van Kerkwijk · 7 years ago
  11. 845def0 ENH: add back the multifield copy->view change by Allan Haldane · 7 years ago
  12. 191d5c7 MAINT: Fixups to new functions in np.lib.recfunctions by Allan Haldane · 7 years ago
  13. 0999248 Use set litterals by Roman Yurchak · 7 years ago
  14. 983bbb5 Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo by Charles Harris · 7 years ago
  15. 61371de MAINT: Add new recfunctions to numpy function API by Allan Haldane · 7 years ago
  16. c892733 ENH: Fixups to multi-field assignment helpers by Allan Haldane · 7 years ago
  17. 1837df7 Removed non-standard scaling of the covariance matrix and added option to disable scaling completely. by Andreas Nussbaumer · 7 years ago
  18. b0b07ca resolve issues from review by guoci · 7 years ago
  19. c3c6cd5 DOC: mention LOOCV in description of "stone" rule. by Stephan Hoyer · 7 years ago
  20. 219a52c ENH: Add 'ise' estimator to np.histogram by guoci · 7 years ago
  21. c4bce96 MNT: Reword error message about loading pickled data. by Elliott Sales de Andrade · 7 years ago
  22. a4b96ad MAINT: Rewrite shape normalization in pad function (#11966) by Lars Grüter · 7 years ago
  23. 7ada0c1 Merge pull request #12399 from hershen/fix-polyint-typo by Charles Harris · 7 years ago
  24. a631f5b Merge pull request #12391 from mattip/deprecate-unique by Charles Harris · 7 years ago
  25. dde6a64 DOC: Fix typo in polyint. by Alon Hershenhorn · 7 years ago
  26. e85233f DEP: remove deprecated numpy.lib.function_base.unique by mattip · 7 years ago
  27. ff8b0b2 Merge pull request #12381 from tylerjereddy/datasource_del_handling by Charles Harris · 7 years ago
  28. b697a9a DEV remove shim added in 1.4 by mattip · 7 years ago
  29. d1e0a43 Merge pull request #12382 from shoyer/finish-set-module by Charles Harris · 7 years ago
  30. a222755 MAINT: fix from review by mattip · 7 years ago
  31. 4d24bbd ENH: set correct __module__ for objects in numpy's public API by Stephan Hoyer · 7 years ago
  32. 470d53f BUG: improve DataSource __del__ by Tyler Reddy · 7 years ago
  33. 62e47c3 BUG: fix for titles, cleanup, fixes from review by mattip · 7 years ago
  34. 1956ada BUG: test, fix loading structured dtypes with padding by mattip · 7 years ago
  35. cd39348 Merge pull request #12241 from tylerjereddy/histogramdd_test_arg_branch by Charles Harris · 7 years ago
  36. b44284e MAINT: more fixes for disabling overrides by Stephan Hoyer · 7 years ago
  37. 3d49d86 MAINT: disable __array_function__ dispatch unless environment variable set by Stephan Hoyer · 7 years ago
  38. cc761fe ENH: Improve support for pathlib.Path objects in load functions (#11348) by Paul Müller · 7 years ago
  39. 95998ca Merge pull request #12157 from eric-wieser/fspath by Matti Picus · 7 years ago
  40. f1fba70 ENH: add multi-field assignment helpers in np.lib.recfunctions by Allan Haldane · 7 years ago
  41. bfe0921 DEP: deprecate passing a generator to stack functions by Stephan Hoyer · 7 years ago
  42. 437534b BUG: Revert linspace import for concatenation funcs (#12265) by James Bourbeau · 7 years ago
  43. 872372b Merge pull request #12251 from shoyer/array-function-error-msg by Allan Haldane · 7 years ago
  44. 8bab96f MAINT: set preferred __module__ for numpy functions by Stephan Hoyer · 7 years ago
  45. 2705bd5 Merge pull request #12245 from tylerjereddy/test_sort_complex by Matti Picus · 7 years ago
  46. 7315145 ENH: __array_function__ support for np.lib, part 2/2 (#12119) by Stephan Hoyer · 7 years ago
  47. 80d3a7a TST: tests for sort_complex() by Tyler Reddy · 7 years ago
  48. 9dff602 TST: arg handling tests in histogramdd by Tyler Reddy · 7 years ago
  49. cb3a67b TST: unit tests for column_stack. by Tyler Reddy · 7 years ago
  50. eaffa08 Merge pull request #12216 from tylerjereddy/hist_range_test_sanity by Eric Wieser · 7 years ago
  51. 9f3ebd4 TST: test histogram bins dims by Tyler Reddy · 7 years ago
  52. e712a4e TST: test invalid histogram range by Tyler Reddy · 7 years ago
  53. 25a37a9 Merge pull request #12153 from tylerjereddy/setdiff1d_test_cov by Charles Harris · 7 years ago
  54. 04ce41a Merge branch 'master' into nd_grid_len_test by Charles Harris · 7 years ago
  55. 2ddba2a DOC, TST: test setdiff1d assume_unique by Tyler Reddy · 7 years ago
  56. 11b9f6c DEP: Updated unravel_index() kwargs to support `shape` by Tyler Reddy · 7 years ago
  57. aafb0a8 MAINT: remove unused nd_grid __len__ by Tyler Reddy · 7 years ago
  58. 946781f TST: test byte_bounds contiguity handling by Tyler Reddy · 7 years ago
  59. 0033161 TST: add test for weighted histogram mismatch by Tyler Reddy · 7 years ago
  60. 489362c ENH: Add support for third-party path-like objects by backporting os.fspath by Eric Wieser · 7 years ago
  61. 2ae0014 Merge pull request #12116 from shoyer/array-function-numpy-lib by Charles Harris · 7 years ago
  62. 76779d3 Merge pull request #12137 from tylerjereddy/fill_diag_err_test by Eric Wieser · 7 years ago
  63. a3bb6fc TST: error tests for diag_indices_from() by Tyler Reddy · 7 years ago
  64. a2cdbfa TST: error tests for fill_diagonal() by Tyler Reddy · 7 years ago
  65. 41d2428 Merge pull request #12108 from AetherUnbound/bugfix/12107 by Matti Picus · 7 years ago
  66. 9942b71 Merge pull request #12133 from pierreglaser/centralize-pickle-import by Charles Harris · 7 years ago
  67. e4e897f BUG: Allow boolean subtract in histogram by Matthew Bowden · 7 years ago
  68. 263369c MAINT: Update deprecation message. by Charles Harris · 7 years ago
  69. 7372f8d MAINT, TST import pickle from numpy.core.numeric by Pierre Glaser · 7 years ago
  70. 1c2abd3 DEP: deprecate asscalar by mattip · 7 years ago
  71. 4141e24 ENH: __array_function__ for np.lib, part 1 by Stephan Hoyer · 7 years ago
  72. 18a0fab TST: improve coverage of nd_grid by Tyler Reddy · 7 years ago
  73. cd4fb52 Merge pull request #12061 from ceh-forks/remove-reduntant-imports by Charles Harris · 7 years ago
  74. b88a678 MAINT: remove redundant imports by Emil Hessman · 7 years ago
  75. e07b0fc MAINT: remove unused stdlib imports by Emil Hessman · 7 years ago
  76. 87c1fcd Merge pull request #11962 from mfkasim91/limitrowloadtxt by Charles Harris · 7 years ago
  77. 4577a69 MAINT: Omit None in max_rows for np.loadtxt docstring by mfkasim91 · 7 years ago
  78. f988dfb MAINT: No tick for None in `max_rows` docstring for `np.loadtxt` by mfkasim91 · 7 years ago
  79. 9e86f63 ENH: add max_rows kwarg to numpy.loadtxt like numpy.genfromtxt by mfkasim91 · 7 years ago
  80. c8a75ed MAINT: remove unused imports by Emil Hessman · 7 years ago
  81. 8ec391a ENH add prepend and append kwargs to diff by Matt Harrigan · 7 years ago
  82. 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
  83. f531cfd TST: prefer pytest.skip() over SkipTest by Tyler Reddy · 7 years ago
  84. a19d9de Merge pull request #11961 from eric-wieser/pad-tests by Charles Harris · 7 years ago
  85. 85ef9f2 Merge pull request #11958 from hmaarrfk/test_pad_object by Matti Picus · 7 years ago
  86. d26ad30 TST: Add a (failing) test for using np.pad with Fractions, which currently rounds to `float` by Eric Wieser · 7 years ago
  87. 324e304 TST: Add a regression test for gh-11216 by Lars G · 7 years ago
  88. 73d7871 MAINT: refactor design of recursive closures (#11910) by Matti Picus · 7 years ago
  89. 8713115 TST: Add a test for pad-wrapping by length 0 by Lars G · 7 years ago
  90. 8db79e0 style by Mark Harfouche · 7 years ago
  91. cf9861b Pad start and end with different values by Mark Harfouche · 7 years ago
  92. ba06830 Don't use None to valid the array as it is the "Default" for empty by Mark Harfouche · 7 years ago
  93. 09ea273 MAINT: Add a test for np.pad where constant_values is an object by Mark Harfouche · 7 years ago
  94. 88cbd3d TST: Replace calls to unittest.TestCase.fail (#11933) by Roman Yurchak · 7 years ago
  95. 16fa4d1 TST: Fix duplicated test name. by Elliott Sales de Andrade · 7 years ago
  96. f17f229 Merge pull request #11805 from tylerjereddy/issue_11490 by Charles Harris · 7 years ago
  97. f36d2d4 Merge pull request #10915 from mattip/implement-nep-0015 by Charles Harris · 7 years ago
  98. 6171296 BUG: add type cast check to ediff1d by Tyler Reddy · 7 years ago
  99. 63a57c3 BUG: fix array_split incorrect behavior with array size bigger MAX_INT32 (#11813) by Nikita Titov · 7 years ago
  100. 31df302 MAINT: merge umath, multiarray into _multiarray, add python wrappers by mattip · 7 years ago