NumPy 1.16.3 release.
  1. 7323f73 REL: Prepare for the NumPy release. by Charles Harris · 6 years ago
  2. 8cea82a BUG: load fails when using pickle without allow_pickle=True by Paul Ivanov · 6 years ago
  3. 0ff0393 DOC: Add as_ctypes_type to the documentation by Eric Wieser · 6 years ago
  4. e6a7a80 BUG: __array_interface__ offset was always ignored by mattip · 6 years ago
  5. 4d1ff1d REL: prepare 1.16.x for further development by Charles Harris · 7 years ago
  6. aec409f DOC: Prepare for 1.16.2 release. by Charles Harris · 7 years ago
  7. ab9a5ad BUG: fix signed zero behavior in npy_divmod by tlatorre · 7 years ago
  8. ef9a17a REL: prepare 1.16.x for further development by Charles Harris · 7 years ago
  9. e8b20fb DOC: Prepare for 1.16.1 release. by Charles Harris · 7 years ago
  10. 51443ae Merge pull request #12813 from charris/backport-12807 by Charles Harris · 7 years ago
  11. a8e60db BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs by mattip · 7 years ago
  12. 16559d5 DOC: clarify the extend of __array_function__ support in NumPy 1.16 by Stephan Hoyer · 7 years ago
  13. a4de69b ENH: refactor __array_function__ pure Python implementation by Stephan Hoyer · 7 years ago
  14. 971e2e8 REL: NumPy 1.16.0 release. by Charles Harris · 7 years ago v1.16.0
  15. 7303292 Merge pull request #12705 from charris/backport-12687 by Charles Harris · 7 years ago
  16. e05b419 MAINT: Further fixups to uint alignment checks by Allan Haldane · 7 years ago
  17. a8a6573 ENH: Better links in documentation by Eric Larson · 7 years ago
  18. 4488396 Merge pull request #12657 from charris/backport-12641 by Charles Harris · 7 years ago
  19. f30635b DOC: update 2018 -> 2019 by mattip · 7 years ago
  20. 785d7f6 BUG: fix uint alignment asserts in lowlevel loops by Allan Haldane · 7 years ago
  21. b4770a2 Convert some ' to ` [ci skip] by John Kirkham · 7 years ago
  22. 9643d0a DOC, MAINT: Prepare for 1.16.0rc1 release. by Charles Harris · 7 years ago
  23. e840659 BUG: Make `arr.ctypes.data` hold a reference to the underlying array. by Charles Harris · 7 years ago
  24. 6ff5154 Merge pull request #12563 from charris/backport-12554 by Charles Harris · 7 years ago
  25. c097b1f DOC: more doc updates for structured arrays by Allan Haldane · 7 years ago
  26. 45900fe DOC, MAINT: Make `PYVER = 3` in doc/Makefile. by Charles Harris · 7 years ago
  27. 2970e41 Merge pull request #12388 from mhvk/linspace-allow-array by Charles Harris · 7 years ago
  28. 8a11573 ENH: implement matmul on NDArrayOperatorsMixin (#12488) by Stephan Hoyer · 7 years ago
  29. 58ebb6a ENH: Allow {lin,log,geom}space start and stop to be arrays. by Marten van Kerkwijk · 7 years ago
  30. 82428bb Merge pull request #12219 from mattip/matmul-as-ufunc2 by Eric Wieser · 7 years ago
  31. b637e65 Merge pull request #12447 from ahaldane/unrevert_multifield_view by Charles Harris · 7 years ago
  32. 1e2cb50 Merge pull request #11197 from wummo/correct_covariance_scaling by Marten van Kerkwijk · 7 years ago
  33. 845def0 ENH: add back the multifield copy->view change by Allan Haldane · 7 years ago
  34. a2202b9 BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes)) by mattip · 7 years ago
  35. 8c9450a ENH: make matmul into a ufunc by mattip · 7 years ago
  36. 983bbb5 Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo by Charles Harris · 7 years ago
  37. c892733 ENH: Fixups to multi-field assignment helpers by Allan Haldane · 7 years ago
  38. 1d38e41 Merge pull request #8923 from guoci/histo_ise by Charles Harris · 7 years ago
  39. 73322a0 BUG/ENH: Fix use of ndpointer in return values by Eric Wieser · 7 years ago
  40. 1837df7 Removed non-standard scaling of the covariance matrix and added option to disable scaling completely. by Andreas Nussbaumer · 7 years ago
  41. 219a52c ENH: Add 'ise' estimator to np.histogram by guoci · 7 years ago
  42. a631f5b Merge pull request #12391 from mattip/deprecate-unique by Charles Harris · 7 years ago
  43. e85233f DEP: remove deprecated numpy.lib.function_base.unique by mattip · 7 years ago
  44. 5e51083 DOC: Add release notes for ctypes improvements by Eric Wieser · 7 years ago
  45. c42846e NEP: move nep 15 from accepted to final by mattip · 7 years ago
  46. 067264b Merge pull request #12362 from shoyer/disable-array-function-by-default by Charles Harris · 7 years ago
  47. e34f5bb Merge pull request #8955 from eric-wieser/obj-identity by Matti Picus · 7 years ago
  48. e044ae3 DOC: Add release notes on changes to ufunc.identity by Eric Wieser · 7 years ago
  49. d3b2036 ENH: Allow ufunc.identity to be any python object by Eric Wieser · 7 years ago
  50. 42eaf9a NEP: clarify the purpose of "types" in __array_function__ by Stephan Hoyer · 7 years ago
  51. 3d49d86 MAINT: disable __array_function__ dispatch unless environment variable set by Stephan Hoyer · 7 years ago
  52. d0e2f1a Merge pull request #11916 from mattip/deprecate-set_numeric_ops by Charles Harris · 7 years ago
  53. 71802d0 DOC: Update RELEASE_WALKTHROUGH.rst.txt. by Charles Harris · 7 years ago
  54. bc81177 Merge pull request #12250 from mattip/add-docs-to-toc by Ralf Gommers · 7 years ago
  55. e7e41c6 DOC: NumPy 1.15.4 post release documentation update. by Charles Harris · 7 years ago
  56. cc761fe ENH: Improve support for pathlib.Path objects in load functions (#11348) by Paul Müller · 7 years ago
  57. 29c651d Merge pull request #12268 from mattip/broadcast-tutorial by Ralf Gommers · 7 years ago
  58. 8cdc8d6 DOC: fixes from review, fix references by mattip · 7 years ago
  59. e9c6318 Merge pull request #12279 from mattip/nep-0027-final by Matti Picus · 7 years ago
  60. 7cb9edf Merge pull request #12120 from tylerjereddy/remainder_timedelta64 by Stefan van der Walt · 7 years ago
  61. 96432ea Merge pull request #12236 from mattip/nan-warnings by Charles Harris · 7 years ago
  62. 5ec252b DOC: update release notes with np.take improvement. by Stan Seibert · 7 years ago
  63. 2b0c39e NEP: revise note for NEP 27 by Stephan Hoyer · 7 years ago
  64. b59819b tweak and mark NEP 0027 as final by mattip · 7 years ago
  65. dd7f694 DOC: add broadcasting article from scipy old-wiki by mattip · 7 years ago
  66. b8d9543 DOC: revise release note by mattip · 7 years ago
  67. 1490fc8 DOC: move C style guide to dev section by mattip · 7 years ago
  68. 00e8e16 DOC: remove duplicate and outdated DOC by mattip · 7 years ago
  69. 872372b Merge pull request #12251 from shoyer/array-function-error-msg by Allan Haldane · 7 years ago
  70. aeefb51 DOC: remove old docs while adding bits of it where appropriate (part one) by mattip · 7 years ago
  71. d17edb3 DOC: fixes from review by mattip · 7 years ago
  72. 9660f01 DOC: document __module__ updates for 1.16 by Stephan Hoyer · 7 years ago
  73. bde5929 Merge pull request #11971 from hmaarrfk/block_single_concatenate_call by Allan Haldane · 7 years ago
  74. fc60b27 DOC: add missing docs by mattip · 7 years ago
  75. 30e9951 DOC: Update docs after NumPy 1.15.3 release. by Charles Harris · 7 years ago
  76. 73c5a5a DEP: deprecate np.set_numeric_ops and friends by mattip · 7 years ago
  77. c5f21f6 DOC: Add a release note about the slice based blocking algorithm by Mark Harfouche · 7 years ago
  78. a2fb23a Merge pull request #11175 from mhvk/gufunc-signature-modification2 by Matti Picus · 7 years ago
  79. 04ce41a Merge branch 'master' into nd_grid_len_test by Charles Harris · 7 years ago
  80. d9515e3 Merge pull request #12180 from mattip/nep-sorting by Charles Harris · 7 years ago
  81. 20cd7a5 Merge pull request #12124 from mattip/rework-float-error-status by Charles Harris · 7 years ago
  82. 5085831 NEP: Add "Provisional" status and move nep 18 to provisional by mattip · 7 years ago
  83. 11b9f6c DEP: Updated unravel_index() kwargs to support `shape` by Tyler Reddy · 7 years ago
  84. 47d30cb NEP: change toc title sorting by mattip · 7 years ago
  85. aafb0a8 MAINT: remove unused nd_grid __len__ by Tyler Reddy · 7 years ago
  86. 04c76c5 Merge pull request #12173 from shoyer/nep-18-update-notes by Matti Picus · 7 years ago
  87. a5e10f8 Merge pull request #12166 from mattip/nep-16 by Eric Wieser · 7 years ago
  88. c9a6b02 ENH: add timedelta modulus by Tyler Reddy · 7 years ago
  89. c8e15ba MAINT: changes from review by mattip · 7 years ago
  90. fdc5288 MAINT: minor adjustment to nep-18 by Stephan Hoyer · 7 years ago
  91. 1f027a6 NEP: change changeset to commit for git by mattip · 7 years ago
  92. e104f03 Merge pull request #12165 from shoyer/nep-22-accept by Matti Picus · 7 years ago
  93. 85b432d NEP: fixes from review by mattip · 7 years ago
  94. 869e68d MAINT: fix build for NEP 16 by Stephan Hoyer · 7 years ago
  95. b9f7fd6 NEP: mark NEP-16 as withdrawn in favor of a protocol by Stephan Hoyer · 7 years ago
  96. 21919b6 Add link to first mailing list post by Nathaniel J. Smith · 7 years ago
  97. f25b464 New NEP for identifying and coercing duck arrays by Nathaniel J. Smith · 7 years ago
  98. 79b47c0 NEP: add notes about updates to NEP-18 by Stephan Hoyer · 7 years ago
  99. 9368e34 NEP: Add zero-rank arrays historical info NEP by mattip · 7 years ago
  100. 2c4c93a Merge pull request #12148 from shoyer/nep18-release-notes by Matti Picus · 7 years ago