NumPy 1.18.3 release.
  1. 31eac51 REL: Prepare for NumPy 1.18.3 release. by Charles Harris · 5 years ago
  2. 263daf9 REL: prepare 1.18.x for further development by Charles Harris · 5 years ago
  3. 73a1683 BUG: fix logic error when nm fails on 32-bit by mattip · 6 years ago
  4. dffe17a REL: Prepare for 1.18.2 release. by Charles Harris · 6 years ago
  5. e0660d4 MAINT: Fixup release index. by Charles Harris · 6 years ago
  6. b1de4b1 REL: prepare 1.18.x for further development. by Charles Harris · 6 years ago
  7. b954feb REL: Prepare for the NumPy 1.18.1 release. by Charles Harris · 6 years ago
  8. 8302942 Merge pull request #15161 from charris/small-1,18.x-fixes by Charles Harris · 6 years ago
  9. 54f532f DOC: Minor backports and updates for 1.18.x by Ralf Gommers · 6 years ago
  10. b53fd78 Merge pull request #15159 from charris/backport-15156 by Matti Picus · 6 years ago
  11. 65e7adb DOC: add PR for note by mattip · 6 years ago
  12. 568acd5 DOC: add moved modules to 1.18 release note by mattip · 6 years ago
  13. 0359538 MAINT: Update pavement.py for towncrier. by Charles Harris · 6 years ago
  14. 3c365dc REL: prepare 1.18.x for further development by Charles Harris · 6 years ago
  15. b0913d1 REL: Prepare for 1.18.0 release. by Charles Harris · 6 years ago
  16. 791bbba Merge pull request #15114 from charris/backport-15069 by Charles Harris · 6 years ago
  17. 912a9cc DOC: explain NPY_*_ILP64_ORDER default values by Pauli Virtanen · 6 years ago
  18. 5cb8130 DOC: adjust ILP64 openblas release note by Pauli Virtanen · 6 years ago
  19. 8d64296 DOC: document 64-bit BLAS/LAPACK build-time variables by Pauli Virtanen · 6 years ago
  20. b665e6b ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap by Pauli Virtanen · 6 years ago
  21. 07a629a DOC: f2py: copy documentation for .f2cmap file from old f2py FAQ by Pauli Virtanen · 6 years ago
  22. 95b6f89 Merge pull request #15111 from charris/backport-15068 by Charles Harris · 6 years ago
  23. 763870c TST: testing: check requires_memory immediately before the test + ignore MemoryErrors by Pauli Virtanen · 6 years ago
  24. 551d93d ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) by Tirth Patel · 6 years ago
  25. 0b2081a REL: Prepare for NumPy 1.18.0 release. by Charles Harris · 6 years ago
  26. ca19ab6 DOC: change to link (from review) by mattip · 6 years ago
  27. 58fde3b API, DOC: change names to multivariate_hypergeometric, improve docs by mattip · 6 years ago
  28. fdd8395 Merge pull request #15007 from mattip/random-c-api2 by Ralf Gommers · 6 years ago
  29. b2f2700 DOC: fixes from review by mattip · 6 years ago
  30. 0cc8fd6 DOC: Create 1.18.0 release note. by Charles Harris · 6 years ago
  31. 48481c6 Merge pull request #15021 from pv/blas64-test by Charles Harris · 6 years ago
  32. a0e6571 DOC: document the NPY_AVAILABLE_MEM test mechanism by Pauli Virtanen · 6 years ago
  33. 3892cad DOC: document NPY_USE_BLAS64_ environment variable by Pauli Virtanen · 6 years ago
  34. aeaee5e DOC: sphinx does not like breaking function declarations over lines by mattip · 6 years ago
  35. a2acfa6 API: rename functions in distributions.c,h by mattip · 6 years ago
  36. bcd950f DOC, TST: refactor CFFI test, add file names to documentation by mattip · 6 years ago
  37. 16e8059 DOC: improve the C-API/Cython documentation for random by mattip · 6 years ago
  38. 1df7f20 MAINT: Change Congruent to Congruential in PCG by Charles Harris · 6 years ago
  39. bb7ce62 DOC: Fix abbreviation of PCG64 by Martin Thoma · 6 years ago
  40. 3fcf144 Merge pull request #14954 from mattip/test-extending-cffi by Charles Harris · 6 years ago
  41. d379088 Merge pull request #14948 from mattip/document-random by Charles Harris · 6 years ago
  42. 3f31943 Fix typos by Brian Wignall · 6 years ago
  43. 4de3997 Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting by Matti Picus · 6 years ago
  44. d76efa7 Merge pull request #14732 from mattip/refguide-rst by Charles Harris · 6 years ago
  45. e0519fe DOC: document the CFFI example by mattip · 6 years ago
  46. a413620 DOC: fixes from review by mattip · 6 years ago
  47. c63f811 DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs by mattip · 6 years ago
  48. f3fde3c DOC, MAINT: fix documentation, remove __init__.py by mattip · 6 years ago
  49. d6ecf67 API: restructure and document numpy.random C-API (#14604) by Matti Picus · 6 years ago
  50. 6dfe331 MAINT: Remove uses of scalar aliases by Eric Wieser · 6 years ago
  51. d4a182d REL: Update master after 1.17.4 release. by Charles Harris · 6 years ago
  52. 4c2b4d8 BUILD, DOC: remove the std=c99 flag from docs, builds, add release note by mattip · 6 years ago
  53. 2637899 MAINT: doc: Refer to _rational_tests.c.src in the user-defined types section. by Warren Weckesser · 6 years ago
  54. 2aa3bba Merge pull request #13794 from WarrenWeckesser/new-mvhg by Matti Picus · 6 years ago
  55. 0455447 DOC: random: Add entry for multivariate_hypergeometric to the Generator docs. by Warren Weckesser · 6 years ago
  56. 143d713 Merge pull request #14699 from mattip/doc-warnings by Ralf Gommers · 6 years ago
  57. a63fc39 Merge pull request #14723 from bsipocz/doc_ma_generic by Ralf Gommers · 6 years ago
  58. 8c67b43 Merge pull request #14736 from charris/post-1.17.3-update by Ralf Gommers · 6 years ago
  59. 9ee262b Merge pull request #14608 from mattip/random-api by Ralf Gommers · 6 years ago
  60. 129bcd7 DOC: Adding two more fixes to make doctesting pass by Brigitta Sipocz · 6 years ago
  61. 0b474e3 TST: run refguide-check on rst files in doc/* by mattip · 6 years ago
  62. 2356336 DOC: Post 1.17.3 release update. by Charles Harris · 6 years ago
  63. 09708c9 TEST, DOC: fixes from review by mattip · 6 years ago
  64. 30b2b58 API: Forbid Q<->m safe casting by Eric Wieser · 6 years ago
  65. 1d4cd73 DOC: avoid using random array in example by Brigitta Sipocz · 6 years ago
  66. 909abb0 DOC: Updating results in examples by Brigitta Sipocz · 6 years ago
  67. f5da8bb DOC: fix example to close #5406 by Brigitta Sipocz · 6 years ago
  68. efaaa96 DOC: convert `None` to bare None or ``None`` by mattip · 6 years ago
  69. 2300ae0 DOC: fix build failure by mattip · 6 years ago
  70. cf2f4e0 DOC: add numpy.shape to index by mattip · 6 years ago
  71. 63f1dab DOC: fix function argument definitions and add vertical space around macros by mattip · 6 years ago
  72. 4bc65bf DOC: fix output argument reference by mattip · 6 years ago
  73. bf67c97 DOC: fix `None` reference from python by mattip · 6 years ago
  74. fbf89d8 DOC: typos from review by mattip · 6 years ago
  75. 2e24119 DOC: Note release notes process changes on devdocs start page by Sebastian Berg · 6 years ago
  76. 185efe1 DOC: clean up for moved references, remove ISeedSequence by mattip · 6 years ago
  77. e2c75d9 Merge pull request #14634 from dstansby/extension-doc by Ralf Gommers · 6 years ago
  78. fd4e07f Add intersphinx links by David Stansby · 6 years ago
  79. 260bf67 API: move bit_generator and generator to be private by mattip · 6 years ago
  80. a8c730b DOC: Note IPython requirement for doc build in development notes (#14649) by David Stansby · 6 years ago
  81. b32e16e Fix misc_utils page by David Stansby · 6 years ago
  82. 25aec5c Try adding new misc_utils page by David Stansby · 6 years ago
  83. 7793f40 Add Extension to docs by David Stansby · 6 years ago
  84. 3d771ae DOC: Change the checkmark to 'Y'. by Warren Weckesser · 6 years ago
  85. 663b161 Merge pull request #14356 from qwhelan/sphinx by Ralf Gommers · 6 years ago
  86. 07a5753 Merge pull request #14576 from MSeifert04/doc-make-NPY_SCALARKIND-linkable by Matti Picus · 6 years ago
  87. c25cce5 DOC: Document the NPY_SCALARKIND values as C variables. by MSeifert04 · 6 years ago
  88. e5730e1 Merge pull request #14555 from sonotley/genfromtext_doc_clarify by Warren Weckesser · 6 years ago
  89. 7594455 Merge pull request #14567 from rgommers/fix-publicapi-test by Charles Harris · 6 years ago
  90. d8b1a87 DEP: remove deprecate (and private) numpy.testing submodules. by Ralf Gommers · 6 years ago
  91. e4bc314 DOC: Fix code that generates the table in the 'Casting Rules' section. by Warren Weckesser · 6 years ago
  92. 133b1f7 DOC: fixed typo identified by reviewer by Simon · 6 years ago
  93. f2cb97e DOC: clarify input types in basics.io.genfromtxt.rst by Simon Notley · 6 years ago
  94. 2e4af96 DOC, BUILD: make build_src more discoverable by mattip · 6 years ago
  95. 3c3c139 DOC: Updates to nditer usage instructions by Joseph Fox-Rabinovitz · 6 years ago
  96. d4ada2c DOC: Fix a bit of code in 'Beyond the Basics' C API user guide. by Warren Weckesser · 6 years ago
  97. a23ab78 Merge pull request #14514 from seberg/towncrier-ci by Matti Picus · 6 years ago
  98. 33d5f9c Merge pull request #14498 from mattip/random-namespace by Ralf Gommers · 6 years ago
  99. 958a6b5 DOC,MAINT: Build release notes during CircleCI step by Sebastian Berg · 6 years ago
  100. dedc417 DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for properties by mattip · 6 years ago