NumPy 1.17.0 release.
  1. 39d7bb9 DOC: Improve quickstart documentation of new random Generator. by Oleksandr Pavlyk · 6 years ago
  2. 48a0ed6 Merge pull request #14001 from charris/backport-13985 by Charles Harris · 6 years ago
  3. bb41181 DOC: show workaround for backward compatibility by mattip · 6 years ago
  4. fc97dc9 Copy editing by Dan Allan · 6 years ago
  5. 721a3ce Restore old intro, add note at top. by Dan Allan · 6 years ago
  6. bcaf410 Add new section of custom array containers. by Dan Allan · 6 years ago
  7. 07f8117 rephrase by Dan Allan · 6 years ago
  8. b559011 Add __array_function__ to user reference. by Dan Allan · 6 years ago
  9. d254ef5 DOC: emphasize random API changes by mattip · 6 years ago
  10. 6658517 ENH: Rename default_gen to default_rng by Robert Kern · 6 years ago
  11. a6cdb4c Merge pull request #13859 from bashtage/update-perf-pcg by Charles Harris · 6 years ago
  12. 0ec7f12 ENH: np.random.default_gen() (#13840) by Robert Kern · 6 years ago
  13. be06595 DOC: Update performance numbers by Kevin Sheppard · 6 years ago
  14. 588310c Merge pull request #13849 from rkern/doc/random-cleanups by Charles Harris · 6 years ago
  15. 4945048 DOC: Make sure canonical numpy.random target is the index. by Robert Kern · 6 years ago
  16. ecae5c3 DOC: Use old title of np.random section by Robert Kern · 6 years ago
  17. 5b0d1b5 DOC: clean up examples. by Robert Kern · 6 years ago
  18. 73ae703 DOC: fix reference links by mattip · 6 years ago
  19. 6b3e58a DOC: typo by Robert Kern · 6 years ago
  20. f2b0ff4 DOC: Update performance numbers by Kevin Sheppard · 6 years ago
  21. ffbc6b1 DOC: Expand on the recommendations. by Robert Kern · 6 years ago
  22. ed72319 DOC: np.random documentation cleanup and expansion. by Robert Kern · 6 years ago
  23. 456d2eb DOC: remove note about `__array_ufunc__` being provisional for 1.17.0 by Ralf Gommers · 6 years ago
  24. 34224c1 Merge pull request #13837 from mattip/seedsequence2 by Charles Harris · 6 years ago
  25. 42f8ed3 DOC: Add SFC64 to the documentation. by Robert Kern · 6 years ago
  26. 57d222f DOC: Update benchmark codes to match current set. by Robert Kern · 6 years ago
  27. 5c5965c DOC: fixup docs for current set of BitGenerators by mattip · 6 years ago
  28. 4668b46 Merge pull request #13780 from mattip/seedsequence by Charles Harris · 6 years ago
  29. b096700 Merge pull request #13830 from mwtoews/tox by Charles Harris · 6 years ago
  30. c69f90c MAINT: remove leftover files, fix docs by mattip · 6 years ago
  31. efa35e7 ENH: use SeedSequence to generate entropy for seeding by mattip · 6 years ago
  32. 4ac8e8d MAINT: Update tox for supported Python versions by Mike Taves · 6 years ago
  33. 02f63e0 MAINT: remove xoshiro* BitGenerators by mattip · 6 years ago
  34. 578cf42 MAINT: remove ThreeFry BitGenerator by mattip · 6 years ago
  35. 083be1f MAINT: remove pcg32 BitGenerator by mattip · 6 years ago
  36. 5a7a4a4 Merge pull request #13803 from Shekharrajak/13778_string_operation_docs by Matti Picus · 6 years ago
  37. 5a6d31b current module is changed from numpy.core.defchararray to numpy.char by shekharrajak · 6 years ago
  38. d900e8e numpy.core.defchararray is replaced with numpy.char module by shekharrajak · 6 years ago
  39. 3997c43 DOC: fix default __array_priority__ in ufunc docs by Isaac Virshup · 6 years ago
  40. dffd446 minor change - line length < 80 and The before module name added by shekharrajak · 6 years ago
  41. 0ced9d3 module name is specified as numpy.core.defchararray by shekharrajak · 6 years ago
  42. 4a0abf4 Merge pull request #13791 from mattip/remove-dSFMT by Charles Harris · 6 years ago
  43. 0dcd300 Merge pull request #13767 from kritisingh1/attributes by Matti Picus · 6 years ago
  44. 28d1bb0 [WIP] DOC : Refactor C-API -- Python Types and C structures (#13746) by Kriti Singh · 6 years ago
  45. 680cae4 DOC: Adds examples for dtype attributes by kritisingh1 · 6 years ago
  46. 91d3451 MAINT: remove dSFMT by mattip · 6 years ago
  47. 044a291 Merge pull request #13729 from mattip/merge-files by Sebastian Berg · 6 years ago
  48. ebcaa48 DOC: add a NumPyC syntax format that accepts our preprocessor @TYPE@ macros by mattip · 6 years ago
  49. 5632c6b DOC: Merge together DISTUTILS.rst.txt#template-files" and distutils.rst#conversion-of-src-files by aashuli · 6 years ago
  50. 6472813 Merge pull request #13222 from kritisingh1/patch1 by Matti Picus · 6 years ago
  51. 5bd7c2f Merge pull request #13205 from vrindaaa/issue-12632 by Matti Picus · 6 years ago
  52. 0e4ee21 Merge pull request #13704 from kritisingh1/dims by Matti Picus · 6 years ago
  53. 2438ff1 DOC: Mention PyArray_DIMS can be NULL by kritisingh1 · 6 years ago
  54. fa5469b DOC: Update C-API documentation of scanfunc, fromstr by Ori Broda · 6 years ago
  55. 458b5bd ENH: Pass input strides and dimensions by pointer to const by Eric Wieser · 6 years ago
  56. 392866d Merge pull request #13665 from bashtage/rkern-pcg-patch by Matti Picus · 6 years ago
  57. 0c70787 MAINT: Misc. typo fixes (#13664) by luzpaz · 6 years ago
  58. 43465f7 Merge pull request #13649 from kritisingh1/reference by Matti Picus · 6 years ago
  59. ef8bd3e DOC: Mention PyArray_GetField steals a reference by kritisingh1 · 6 years ago
  60. 9695c1f DOC: Add cross-platform performance by Kevin Sheppard · 6 years ago
  61. 8d55c39 Merge pull request #13660 from charris/post-1.16.4-update by Matti Picus · 6 years ago
  62. 41b61d2 DOC: Updates following NumPy 1.16.4 release. by Charles Harris · 6 years ago
  63. 22239d1 Merge pull request #13163 from mattip/randomgen by Sebastian Berg · 6 years ago
  64. 5b06588 Merge pull request #13377 from kritisingh1/macros by Matti Picus · 6 years ago
  65. 58c0e72 Revert "MAINT: Implement API changes for randomgen-derived code" by Kevin Sheppard · 6 years ago
  66. dabf42b MAINT: Remove remnants of bit generators by Kevin Sheppard · 6 years ago
  67. 5962290 Merge pull request #13158 from zerothi/linalg-flame by Ralf Gommers · 6 years ago
  68. 3d19ae9 MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGenerators by mattip · 6 years ago
  69. 17e0070 MAINT: Implement API changes for randomgen-derived code by mattip · 6 years ago
  70. dd77ce3 ENH: Add closed generator to randint by Kevin Sheppard · 6 years ago
  71. 8621229 DOC: tighten up documentation, add a table of comparison by mattip · 6 years ago
  72. b9b9d70 MAINT: remove legacy, refactor legacy -> mtrand in docs by mattip · 6 years ago
  73. 9578dcf BUG: __dealloc__ can be called without __init__ in some error modes by mattip · 6 years ago
  74. c53b2eb BENCH: convert bencmarks to asv format by mattip · 6 years ago
  75. 7e8e19f BUG: Correct handling of nans by Kevin Sheppard · 6 years ago
  76. fa8af41 BUILD: move files out of _randomgen by mattip · 6 years ago
  77. 3711a85 DOC: Remove duplicate documentation of the PyArray_SimpleNew family of functions by kritisingh1 · 6 years ago
  78. a961c82 DOC: Add missing macros to C API documentation by kritisingh1 · 6 years ago
  79. a2fa178 BLD: added libflame as a useable lapack library by Nick Papior · 6 years ago
  80. e42a61d Version corrected in npymath docs by Manvi07 · 6 years ago
  81. 0f19dae Merge pull request #13132 from zerothi/linalg-order by Ralf Gommers · 6 years ago
  82. 374c4e0 Merge pull request #13413 from mattip/doc-linalg by Charles Harris · 6 years ago
  83. 512c645 DOC: document existance of linalg backends by mattip · 6 years ago
  84. 6eb63c3 Merge pull request #13417 from shoyer/ndarray-non-negative by Eric Wieser · 6 years ago
  85. 9f01778 DOC: dimension sizes are non-negative, not positive by Stephan Hoyer · 6 years ago
  86. 9218e59 Merge pull request #13404 from seberg/sebastian-bids by Charles Harris · 6 years ago
  87. 03802d2 DOC: Add Sebastian Berg as sponsored by BIDS by Sebastian Berg · 6 years ago
  88. 78a2d9d DOC: fix typos in dev/index by mattip · 6 years ago
  89. dfc0e00 Merge pull request #13367 from mattip/dev-guide by Ralf Gommers · 6 years ago
  90. 3f8b406 DOC: changes from review by mattip · 6 years ago
  91. ba4cbb8 MAINT, DOC: Post 1.16.3 release updates. by Charles Harris · 6 years ago
  92. 3ad01db DOC: reorganize developer docs, use scikit-image as a base for change by mattip · 6 years ago
  93. 4c97780 Merge pull request #13337 from kritisingh1/conj by Matti Picus · 6 years ago
  94. 46d01ea DOC: Add docstrings for consistency in aliases by kritisingh1 · 6 years ago
  95. 271d2dd DOC: Add as_ctypes_type to the documentation by Eric Wieser · 6 years ago
  96. d39e1c3 DOC: remove misplaced section at bottom of governance people page by Ralf Gommers · 6 years ago
  97. 9c8f0e6 DOC: list Quansight (company) rather than Quansight Labs (program/division) by Ralf Gommers · 6 years ago
  98. 4ca0fb9 DOC: update people under BIDS Institutional Partner entry. by Ralf Gommers · 6 years ago
  99. f626e30 DOC: add Quansight Labs as an Institutional Partner by Ralf Gommers · 6 years ago
  100. c1bf6a6 DOC : PyArray_Descr.names undocumented (#13234) by vrindaaa · 6 years ago