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