NumPy 1.17.3 release.
  1. 5678c0b BUG: Replace _linear_ramp with linspace by Lars Grueter · 6 years ago
  2. 4c87dd7 MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes by Allan Haldane · 6 years ago
  3. 8e310ec Merge remote-tracking branch 'upstream/maintenance/1.17.x' into fix-if-fields by Eric Wieser · 6 years ago
  4. 483f565 MAINT: Fix remaining misuses of bool(dt.names) by Eric Wieser · 6 years ago
  5. 8187c9e BUG: Don't construct masked arrays with the wrong mask type in genfromtxt by Eric Wieser · 6 years ago
  6. b11468e BUG: Don't allow extra fields to be added in genfromtxt by Eric Wieser · 6 years ago
  7. 18eb652 MAINT: Remove incorrect comment about flattening by Eric Wieser · 6 years ago
  8. b7a9378 BUG: recfunctions: Don't return None in place of empty sequences by Eric Wieser · 6 years ago
  9. 7311273 BUG: Fix crash on genfromtxt with nested empty structured array by Eric Wieser · 6 years ago
  10. 3a83a9e Add blank line above doctest for intersect1d by Jackie Leng · 6 years ago
  11. 91fbe4d Merge pull request #14082 from charris/backport-14063 by Charles Harris · 6 years ago
  12. d515bf2 TST Test file-like object detection in save/load by Luis Pedro Coelho · 6 years ago
  13. 478e292 BUG: Fix file-like object check when saving arrays by Luis Pedro Coelho · 6 years ago
  14. 4173d36 fixed unstructured_to_structured in recfunctions by Colin Snyder · 6 years ago
  15. eeabbf9 Removed unnecessary decorators and dispatcher functions by Colin Snyder · 6 years ago
  16. e02394f exported correct functions and made private the rest by Colin Snyder · 6 years ago
  17. 1f21b32 add new recfunctions to __all__ by Colin Snyder · 6 years ago
  18. 562405c Merge pull request #13993 from seberg/issue-13929-2 by Matti Picus · 6 years ago
  19. c24e43c DEP: Speed up WarnOnWrite deprecation in buffer interface by Sebastian Berg · 6 years ago
  20. 30ad399 BUG: i0 Bessel function regression on array-likes supporting ufuncs by Sebastian Berg · 6 years ago
  21. 59ebfbb ENH: Deprecate writeable broadcast_array (#12609) by Matti Picus · 6 years ago
  22. df096f8 Merge branch 'master' into force-zip64 by Charles Harris · 6 years ago
  23. 22d5415 BUG: further fixup to histogram2d dispatcher. by Marten van Kerkwijk · 6 years ago
  24. 855a712 Update nanfunctions.py by He Jia · 6 years ago
  25. 35a6936 Update function_base.py by He Jia · 6 years ago
  26. 6630444 Merge pull request #13757 from shoyer/hist-dispatcher by Marten van Kerkwijk · 6 years ago
  27. 98b68bd BUG: ensure i0 does not change the shape. by Marten van Kerkwijk · 6 years ago
  28. d8b3091 MAINT: check bins length in histogram2d_dispatcher by Stephan Hoyer · 6 years ago
  29. ebb0c5d MAINT: spelling by Stephan Hoyer · 6 years ago
  30. 080bf00 MAINT: fix histogram*d dispatchers by Stephan Hoyer · 6 years ago
  31. 6472813 Merge pull request #13222 from kritisingh1/patch1 by Matti Picus · 6 years ago
  32. 13561bd fix tests by kritisingh1 · 6 years ago
  33. 06a32ea BUG: Ensure that the url request is closed if the file cannot be opened by Eric Wieser · 6 years ago
  34. 8826e0f MAINT: Use a with statement instead of try / finally by Eric Wieser · 6 years ago
  35. 52ddda6 MAINT: speed up [hvd]stack by eliminating list comprehension. (#13697) by Marten van Kerkwijk · 6 years ago
  36. 0c70787 MAINT: Misc. typo fixes (#13664) by luzpaz · 6 years ago
  37. 9216a1d MAINT: Fixes tests with __array_function__ disabled by Stephan Hoyer · 6 years ago
  38. 113560b ENH: always use zip64, upgrade pickle protocol to 3 by mattip · 6 years ago
  39. 62301b0 Fixed minor doc error in take_along_axis by Javier Dehesa · 6 years ago
  40. f9c1502 BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589) by Stephan Hoyer · 6 years ago
  41. ecb4024 Merge branch 'master' into npy-2.1 by Matti Picus · 6 years ago
  42. 8a421d9 Merge pull request #13571 from Bharat123rox/view by Matti Picus · 6 years ago
  43. 5aa6c71 Make wording changes according to @mattip by Bharat123rox · 6 years ago
  44. b82869e Merge pull request #13544 from eric-wieser/empty-broadcast by Matti Picus · 6 years ago
  45. 11109b8 DOC: Mention that expand_dims returns a view by Bharat123rox · 6 years ago
  46. a3a19da ENH: Allow broadcast to be called with zero arguments by Eric Wieser · 6 years ago
  47. 6879dcd Complete the example by Bharat123rox · 6 years ago
  48. 5f432a1 Add suggested example by Bharat123rox · 6 years ago
  49. aa04be9 Merge upstream branch 'master' of https://github.com/numpy/numpy into fix-genfromtxt by Bharat123rox · 6 years ago
  50. d2d5897 Merge pull request #10308 from eric-wieser/mask-attr-is-view by Matti Picus · 6 years ago
  51. e6227a0 Merge pull request #13433 from mattip/issue13431 by Sebastian Berg · 6 years ago
  52. 9dad348 Merge pull request #12962 from mattip/unpackbits by Charles Harris · 6 years ago
  53. bd73a15 MAINT: remove uneeded code by mattip · 6 years ago
  54. b415ffa ENH: changes from review by mattip · 6 years ago
  55. 599dbad API: Make MaskedArray.mask return a view, rather than the underlying mask by Eric Wieser · 6 years ago
  56. 242a4d7 Merge pull request #13402 from eric-wieser/genfromtxt-defaults by Sebastian Berg · 6 years ago
  57. d38d450 Merge pull request #13482 from mattip/durations by Sebastian Berg · 6 years ago
  58. 16afbcd DOC: Show the default value of deletechars in the signature of genfromtxt by Eric Wieser · 6 years ago
  59. fa70960 BUG: parametrize tests, fix for interaction of count, order by mattip · 6 years ago
  60. 3337865 Merge pull request #13332 from eric-wieser/fix-subarray-unstructured by Charles Harris · 6 years ago
  61. c2de04d ENH: add 'order' keyword to packbits, unpackbits by mattip · 6 years ago
  62. 92d74d0 TEST: tweak two slow tests to speed them up by mattip · 6 years ago
  63. db595a0 BUG/ENH: Create npy format 3.0 by Eric Wieser · 6 years ago
  64. 340cf98 MAINT: Simplify computation of npy format headers by Eric Wieser · 6 years ago
  65. 51a1f46 DOC: have notes in histogram_bin_edges match parameter style by Ryan Levy · 6 years ago
  66. b90addd BUG: parse more subarrays in descr_to_dtype by mattip · 6 years ago
  67. f64ec0c Merge pull request #13298 from navneet-nmk/diff-error by Eric Wieser · 6 years ago
  68. f16c558 BUG: fix unravel_index when dimension is greater than 'intp' by psschand · 6 years ago
  69. e6a7e05 BUG: Always return views from structured_to_unstructured when possible by Eric Wieser · 6 years ago
  70. 666d92a BUG: handle subarrays in descr_to_dtype by mattip · 6 years ago
  71. c23bd98 Merge pull request #8641 from eric-wieser/ix_-preserve-type by Matti Picus · 6 years ago
  72. 6e249b9 Merge pull request #13250 from grlee77/pad_no_apply_along_axis by Charles Harris · 6 years ago
  73. 029fb94 MAINT: improve efficiency of pad by avoiding use of apply_along_axis by Gregory Lee · 6 years ago
  74. bf1e9b7 Merge pull request #13409 from seberg/fix-unicode-fmt-savetxt by Matti Picus · 6 years ago
  75. 59a521e BUG: (py2 only) fix unicode support for savetxt fmt string by Sebastian Berg · 6 years ago
  76. d7de4ad ENH: add clearer error message for diff(0-d) by ayir · 6 years ago
  77. c37befb Merge pull request #13390 from eric-wieser/quantile-fraction by Matti Picus · 6 years ago
  78. 4ebd08d Clarify deletechars in docs by Bharat123rox · 6 years ago
  79. 1725a5a Resolve confusion regarding hashtag in header line of csv by Bharat123rox · 6 years ago
  80. 9a23f16 ENH: Add support for Fraction to percentile and quantile by Eric Wieser · 6 years ago
  81. 2047259 Merge remote-tracking branch 'upstream/master' into fix-1-field-unstructured by Eric Wieser · 6 years ago
  82. 2b59dcb Merge pull request #12594 from mattip/pypy3-testing by Tyler Reddy · 6 years ago
  83. fc93cb3 DOC: Specify range for numpy.angle by kritisingh1 · 6 years ago
  84. 842970f Merge pull request #11684 from mattip/unravel_index-empty by Matti Picus · 6 years ago
  85. 8f31f95 Merge pull request #12889 from ivanov/no-pickles-for-you by Charles Harris · 6 years ago
  86. a4df7e5 BUG: load fails when using pickle without allow_pickle=True by Paul Ivanov · 6 years ago
  87. e67f8c7 TEST: update for PyPy by mattip · 6 years ago
  88. 9af2340 Merge branch 'master' into poly1d-fixes-fixes-fixes-fixes by Eric Wieser · 6 years ago
  89. b5895be BUG: Fix structured_to_unstructured on single-field types by Eric Wieser · 6 years ago
  90. cc94f36 Merge pull request #13331 from rgommers/fix-docs by Matti Picus · 6 years ago
  91. 741c8b4 Merge pull request #13312 from eric-wieser/genfromtxt-close by Tyler Reddy · 6 years ago
  92. 26a8b41 DOC: fix doc build warnings in a cleaner way. by Ralf Gommers · 6 years ago
  93. 418e3bf DOC: fix 4 remaining doc build warnings. by Ralf Gommers · 6 years ago
  94. 5343bc8 DOC: fix some more See Also issues by Ralf Gommers · 6 years ago
  95. e44713c DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonal by Ander Ustarroz · 6 years ago
  96. e88d019 TST: unit test for gh-13200 by Tyler Reddy · 6 years ago
  97. 87c126d BUG: Close files if an error occurs in genfromtxt by Eric Wieser · 6 years ago
  98. 54294f1 TST: fix up test_structured_padded by Tyler Reddy · 6 years ago
  99. efdd3f5 BUG: Fix crash when calling savetxt on a padded array by Eric Wieser · 6 years ago
  100. 67b53e1 Fix tests by kritisingh1 · 6 years ago