NumPy 1.18.3 release.
  1. 31eac51 REL: Prepare for NumPy 1.18.3 release. by Charles Harris · 5 years ago
  2. 9c7afa7 Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normal by Max Balandat · 5 years ago
  3. 263daf9 REL: prepare 1.18.x for further development by Charles Harris · 5 years ago
  4. 73a1683 BUG: fix logic error when nm fails on 32-bit by mattip · 5 years ago
  5. dffe17a REL: Prepare for 1.18.2 release. by Charles Harris · 5 years ago
  6. e0660d4 MAINT: Fixup release index. by Charles Harris · 6 years ago
  7. b1de4b1 REL: prepare 1.18.x for further development. by Charles Harris · 6 years ago
  8. b954feb REL: Prepare for the NumPy 1.18.1 release. by Charles Harris · 6 years ago
  9. 8302942 Merge pull request #15161 from charris/small-1,18.x-fixes by Charles Harris · 6 years ago
  10. 54f532f DOC: Minor backports and updates for 1.18.x by Ralf Gommers · 6 years ago
  11. b53fd78 Merge pull request #15159 from charris/backport-15156 by Matti Picus · 6 years ago
  12. 65e7adb DOC: add PR for note by mattip · 6 years ago
  13. 568acd5 DOC: add moved modules to 1.18 release note by mattip · 6 years ago
  14. 0359538 MAINT: Update pavement.py for towncrier. by Charles Harris · 6 years ago
  15. 3c365dc REL: prepare 1.18.x for further development by Charles Harris · 6 years ago
  16. b0913d1 REL: Prepare for 1.18.0 release. by Charles Harris · 6 years ago
  17. 791bbba Merge pull request #15114 from charris/backport-15069 by Charles Harris · 6 years ago
  18. 912a9cc DOC: explain NPY_*_ILP64_ORDER default values by Pauli Virtanen · 6 years ago
  19. 5cb8130 DOC: adjust ILP64 openblas release note by Pauli Virtanen · 6 years ago
  20. 8d64296 DOC: document 64-bit BLAS/LAPACK build-time variables by Pauli Virtanen · 6 years ago
  21. 09f20f2 DOC: add release note for f2py --f2cmap by Pauli Virtanen · 6 years ago
  22. b665e6b ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap by Pauli Virtanen · 6 years ago
  23. 07a629a DOC: f2py: copy documentation for .f2cmap file from old f2py FAQ by Pauli Virtanen · 6 years ago
  24. 95b6f89 Merge pull request #15111 from charris/backport-15068 by Charles Harris · 6 years ago
  25. 763870c TST: testing: check requires_memory immediately before the test + ignore MemoryErrors by Pauli Virtanen · 6 years ago
  26. 551d93d ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) by Tirth Patel · 6 years ago
  27. 0b2081a REL: Prepare for NumPy 1.18.0 release. by Charles Harris · 6 years ago
  28. ca19ab6 DOC: change to link (from review) by mattip · 6 years ago
  29. 58fde3b API, DOC: change names to multivariate_hypergeometric, improve docs by mattip · 6 years ago
  30. 6866cc8 REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl" by Charles Harris · 6 years ago
  31. fdd8395 Merge pull request #15007 from mattip/random-c-api2 by Ralf Gommers · 6 years ago
  32. b2f2700 DOC: fixes from review by mattip · 6 years ago
  33. 3a9a63f Merge pull request #14794 from mattip/nep-0034-impl by Ralf Gommers · 6 years ago
  34. 0539aa4 DOC: Update note for using towncrier by Charles Harris · 6 years ago
  35. 0cc8fd6 DOC: Create 1.18.0 release note. by Charles Harris · 6 years ago
  36. 03d4897 ENH,DEP: Allow multiple axes in expand_dims (#14051) by Larry Bradley · 6 years ago
  37. 5992098 Merge pull request #14996 from eric-wieser/masked_rows-bad-argument by Sebastian Berg · 6 years ago
  38. 14bcfd9 DEP: Deprecate the axis argument to masked_rows and masked_cols by Eric Wieser · 6 years ago
  39. 7b2d968 BUG: warn when saving dtype with metadata (#14994) by Matti Picus · 6 years ago
  40. 48481c6 Merge pull request #15021 from pv/blas64-test by Charles Harris · 6 years ago
  41. a0e6571 DOC: document the NPY_AVAILABLE_MEM test mechanism by Pauli Virtanen · 6 years ago
  42. 3892cad DOC: document NPY_USE_BLAS64_ environment variable by Pauli Virtanen · 6 years ago
  43. aeaee5e DOC: sphinx does not like breaking function declarations over lines by mattip · 6 years ago
  44. a2acfa6 API: rename functions in distributions.c,h by mattip · 6 years ago
  45. bcd950f DOC, TST: refactor CFFI test, add file names to documentation by mattip · 6 years ago
  46. 16e8059 DOC: improve the C-API/Cython documentation for random by mattip · 6 years ago
  47. 1df7f20 MAINT: Change Congruent to Congruential in PCG by Charles Harris · 6 years ago
  48. bb7ce62 DOC: Fix abbreviation of PCG64 by Martin Thoma · 6 years ago
  49. 3fcf144 Merge pull request #14954 from mattip/test-extending-cffi by Charles Harris · 6 years ago
  50. d379088 Merge pull request #14948 from mattip/document-random by Charles Harris · 6 years ago
  51. 78b143c Merge pull request #14982 from bwignall/typo by Charles Harris · 6 years ago
  52. 3f31943 Fix typos by Brian Wignall · 6 years ago
  53. d051ab5 Merge pull request #12658 from tylerjereddy/NaT_sort_order by Charles Harris · 6 years ago
  54. 4de3997 Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting by Matti Picus · 6 years ago
  55. 0b8a241 DOC: Document ma.filled behavior with non-scalar fill_value (#13698) by Kriti Singh · 6 years ago
  56. e9452bf Merge pull request #14903 from mattip/nep-0034-accepted by Ralf Gommers · 6 years ago
  57. d76efa7 Merge pull request #14732 from mattip/refguide-rst by Charles Harris · 6 years ago
  58. fc99245 DOC: add release note by mattip · 6 years ago
  59. e0519fe DOC: document the CFFI example by mattip · 6 years ago
  60. a413620 DOC: fixes from review by mattip · 6 years ago
  61. c63f811 DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs by mattip · 6 years ago
  62. 5923592 ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) by Matti Picus · 6 years ago
  63. f3fde3c DOC, MAINT: fix documentation, remove __init__.py by mattip · 6 years ago
  64. d6ecf67 API: restructure and document numpy.random C-API (#14604) by Matti Picus · 6 years ago
  65. b448092 Merge pull request #14793 from hameerabbasi/uarray by Charles Harris · 6 years ago
  66. d1d9dd5 Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases by Matti Picus · 6 years ago
  67. 2dae0a5 NEP: move nep 34 to accepted by mattip · 6 years ago
  68. 6dfe331 MAINT: Remove uses of scalar aliases by Eric Wieser · 6 years ago
  69. d7887cf DOC: Update NEP29 with Python3.8 informations. by Matthias Bussonnier · 6 years ago
  70. d4a182d REL: Update master after 1.17.4 release. by Charles Harris · 6 years ago
  71. e6a9c11 MAINT: revert gh-14800, which gave precedence to OO->O over OO->? by mattip · 6 years ago
  72. 4393e0c Merge pull request #14800 from mattip/reorder-obj-comparison-loop by Charles Harris · 6 years ago
  73. 87840dc merge latest changes on master branch by RedRuM · 6 years ago
  74. ca5ae64 DOC: update link to published link by mattip · 6 years ago
  75. ed7a077 Merge pull request #14674 from mattip/nep-0034 by Ralf Gommers · 6 years ago
  76. 58282d1 DOC: add vertical space in towncrier template by mattip · 6 years ago
  77. c03ce14 Merge pull request #14227 from zjpoh/from_string_complex by Matti Picus · 6 years ago
  78. c1d9eec Merge pull request #14730 from zjpoh/fromfile_complex by Matti Picus · 6 years ago
  79. e6168f1 DOC: add release note by mattip · 6 years ago
  80. 36d6d2a Merge pull request #14786 from hameerabbasi/stefanv-nep-usage by Stefan van der Walt · 6 years ago
  81. 9aa8c47 DOC: add release note by mattip · 6 years ago
  82. 1a7c11e NEP: fix typo by Matti Picus · 6 years ago
  83. f8bf0ca NEP: clarify np.ndarray behaviour by mattip · 6 years ago
  84. 8305449 NEP: changes from review by mattip · 6 years ago
  85. d1a7be4 NEP: move 'NEP 29 random' from Accepted to Final by mattip · 6 years ago
  86. 7d31c13 NEP: update from comments and PR 14794 by mattip · 6 years ago
  87. 292923a DOC: Move composition example into usage section by Hameer Abbasi · 6 years ago
  88. 65947f1 Minor typo fix by Manny · 6 years ago
  89. d0ce0b3 Merge pull request #14771 from mattip/gcc-4.8 by Charles Harris · 6 years ago
  90. f547ce7 Make changes to NEP procedure by Hameer Abbasi · 6 years ago
  91. 955b290 MAINT: fixes from review by mattip · 6 years ago
  92. 7e5dc90 DOC: Add release note about changed random variate stream from random.Generator.integers by Warren Weckesser · 6 years ago
  93. fb3fbc4 DOC: Adjust NEP-31 to new template. by Hameer Abbasi · 6 years ago
  94. 4c2b4d8 BUILD, DOC: remove the std=c99 flag from docs, builds, add release note by mattip · 6 years ago
  95. fda559c Merge pull request #14734 from hameerabbasi/nep-usage-section by Matti Picus · 6 years ago
  96. 49c37d9 DOC: fixes from review by mattip · 6 years ago
  97. 37ca4f8 DOC: Edit NEP procedure for better discussion by Hameer Abbasi · 6 years ago
  98. ea4e17d NEP: explicitly define ragged array by mattip · 6 years ago
  99. d6a76ae DOC: changes from review by mattip · 6 years ago
  100. 3973d26 DOC: changes from review by mattip · 6 years ago