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