NumPy 1.19.0 release
  1. a9a7993 DOC: Add release note. by Charles Harris · 5 years ago
  2. 911fb15 REL: Prepare for the NumPy 1.19.0rc2 release. by Charles Harris · 5 years ago
  3. 75f3c5b DOC: Fix troubleshooting code snippet when env vars are empty by Sebastian Berg · 5 years ago
  4. 4d2702d Merge pull request #16412 from charris/backport-16408 by Charles Harris · 5 years ago
  5. 670fcd3 MAINT,DOC: add index for user docs. (#16373) by Ross Barnowski · 5 years ago
  6. 266675c DOC,BLD: Update sphinx conf to use xelatex. by Ross Barnowski · 5 years ago
  7. 991607e REL: Create 1.19.0 release notes. by Charles Harris · 5 years ago
  8. bd8be54 Merge pull request #16269 from tbm/typo by Matti Picus · 5 years ago
  9. 0a28931 DOC: Fix typos and cosmetic issues by Martin Michlmayr · 5 years ago
  10. 892a3fa DOC: Updated the f2py section of the "Using Python as Glue" page. (#16258) by Siba Smarak Panigrahi · 5 years ago
  11. 50ce0fc Merge pull request #16197 from timhoffm/doc-stack by Sebastian Berg · 5 years ago
  12. 59e8fc6 Merge pull request #16228 from anirudh2290/compilers_supported_doc by Sebastian Berg · 5 years ago
  13. e3da155 DOC: Add PyDev instructions to troubleshooting doc by Ross Barnowski · 5 years ago
  14. ee0d585 DOC: Add Clang and MSVC to supported compilers list by Anirudh Subramanian · 5 years ago
  15. 5294c82 DOC: improve development debugging doc (#16083) by Chunlin · 5 years ago
  16. 25009fe DOC: update people listed under Institutional Partners by Ralf Gommers · 5 years ago
  17. 0cc6c2b DOC: update the Code of Conduct committee members by Ralf Gommers · 5 years ago
  18. a1800a7 DOC: Unify cross-references between array joining methods by Tim Hoffmann · 5 years ago
  19. 666b179 Merge pull request #16078 from rossbar/doc/axis_to_new_or_different by Matti Picus · 5 years ago
  20. 14c3c18 Merge pull request #16144 from charris/post-1.18.4-release by Charles Harris · 5 years ago
  21. 2f3342e DOC: Add VSCode help link to importerror troubleshooting by Sebastian Berg · 5 years ago
  22. a6038fe REL: Update master after NumPy 1.18.4 release by Charles Harris · 5 years ago
  23. 22724ba Merge pull request #15769 from seberg/hugepages-allow-toggling by Matti Picus · 5 years ago
  24. 6c9ecdf DOC: Added page describing how to contribute to the docs team (#16069) by Melissa Weber Mendonça · 5 years ago
  25. 100e7b8 Merge pull request #16014 from seberg/import-error-info by Charles Harris · 5 years ago
  26. 8f83fa5 Fix other comments from Ross and make it ImportError specific by Sebastian Berg · 5 years ago
  27. b7f2b97 Apply suggestions from code review by Sebastian Berg · 5 years ago
  28. d530d23 DOC: Change import error "howto" to link to troubleshooting docs by Sebastian Berg · 5 years ago
  29. b1bcaa1 trivial: Improve grammar on a comment in the quickstart by gamboon · 5 years ago
  30. 2817f1a DOC: Moved timeit examples under relevant bullet point. by Ross Barnowski · 5 years ago
  31. b751304 DOC,BLD: Limit timeit iterations in random docs. by Ross Barnowski · 5 years ago
  32. 63673a8 DOC: Added `permutation` to methods with axis kwarg. by Ross Barnowski · 5 years ago
  33. 228e193 DOC: Added bullet about axis kwarg to rng overview docs. by Ross Barnowski · 5 years ago
  34. 6ee4917 DOC: Add missing bracket (gh-16051) by Chunlin · 5 years ago
  35. 897431c DOC: Clarify single-segment arrays in np reference (#16011) by Anirudh Subramanian · 5 years ago
  36. 630f094 DOC: initialise random number generator before first use in quickstart (#16025) by shreepads · 5 years ago
  37. bcd3d94 REL: Update master after 1.18.3 release. by Charles Harris · 5 years ago
  38. 73e7d8e DOC: add note on flatten ordering in matlab page (#16001) by Pierre de Buyl · 5 years ago
  39. 9005d7d DOC: Update documentation w.r.t. NPY_RELAXED_STRIDES_CHECKING (gh-15907) by Sebastian Berg · 5 years ago
  40. 063b314 Merge pull request #15749 from panpiort8/masked_array_docs by Matti Picus · 5 years ago
  41. 3d34de6 Update doc/source/reference/maskedarray.baseclass.rst by Matti Picus · 5 years ago
  42. 2ac14a1 Merge pull request #15894 from Qiyu8/missingMaApi by Matti Picus · 5 years ago
  43. 3f6dba4 DOC: Fixed order of items and link to mailing list in dev docs index. (#15901) by Melissa Weber Mendonça · 5 years ago
  44. 3d07ec1 DOC: Add missing doc of numpy.ma.apply_over_axes in API list. by Qiyu8 · 5 years ago
  45. 078ac01 DOC, TST: enable refguide_check in circleci (#15848) by Pierre de Buyl · 5 years ago
  46. 22356fc Merge pull request #15843 from melissawm/new-docs-index by Charles Harris · 5 years ago
  47. 0797dc0 DOC: fix typo in C-API reference by Gabriel Gerlero · 5 years ago
  48. 4527f99 DOC: First steps towards docs restructuring (NEP 44) by Melissa Weber Mendonca · 5 years ago
  49. 1cb3871 DOC: fix remaining doc files for refguide_check (#15720) by Pierre de Buyl · 5 years ago
  50. 1c58504 MAINT: simplify code that assumes str/unicode and int/long are different types (#15816) by Eric Wieser · 5 years ago
  51. cf88aa2 DOC: document inconsistent mask results in MaskedArray by Pan Jan · 5 years ago
  52. 7ccadc3 DOC: correct possible list lengths for `extobj` in ufunc calls by Josh Wilson · 5 years ago
  53. 0b9b176 BLD: Add requirements.txt file for building docs (#15778) by Ross Barnowski · 5 years ago
  54. 1400cea Further DOC-Fixup base don Ross' review by Sebastian Berg · 5 years ago
  55. 2fc96a0 Merge pull request #15771 from anirudh2290/fix_dev_doc by Sebastian Berg · 5 years ago
  56. 7bdc265 DOC: Fix runtests example in developer docs by Anirudh Subramanian · 5 years ago
  57. 950f8a9 Apply suggestions from code review by Ross by Sebastian Berg · 5 years ago
  58. c12622b DOC: Note few global global options we currently have in refdocs by Sebastian Berg · 5 years ago
  59. c71ce0e Merge pull request #15768 from charris/update-after-1.18.2-release by Ralf Gommers · 5 years ago
  60. 6239c13 REL: Update master after 1.18.2 release. by Charles Harris · 5 years ago
  61. 4f2b219 BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-15463) by Matti Picus · 5 years ago
  62. 5cfc2d3 DOC: Refactor `np.polynomial` docs using `automodule` (#15662) by Ross Barnowski · 5 years ago
  63. 5a59087 DOC: Change license date 2019 -> 2020 (gh-15735) by Himanshu Garg · 5 years ago
  64. 2c36dbb DOC: Fix coremath.rst to fix refguide_check (#15718) by Pierre de Buyl · 6 years ago
  65. 5db7e2e Merge pull request #15717 from pdebuyl/fix_refguide_datetime by Matti Picus · 6 years ago
  66. e0adc71 Update doc/source/reference/arrays.datetime.rst by Pierre de Buyl · 6 years ago
  67. 4cd8a59 DOC: move deprecation info to apart paragraph. by Pierre de Buyl · 6 years ago
  68. 91991e6 reinstate example with offset by Pierre de Buyl · 6 years ago
  69. e95b05a DOC: remove outdated example and section by Pierre de Buyl · 6 years ago
  70. ff4cfe7 Merge pull request #15534 from seberg/deprecate-abstract-scalar-types by Matti Picus · 6 years ago
  71. 901211e DOC: Change list to tuple in example description. (gh-15705) by Sebastian Berg · 6 years ago
  72. 0c32bb4 DOC: fix SVD tutorial to pass refguide (#15710) by Matti Picus · 6 years ago
  73. 459bfb4 DOC: Fix quickstart doc to pass refguide (#15703) by Matti Picus · 6 years ago
  74. d5064d4 DOC: Fix indexing docs to pass refguide (#15694) by Pierre de Buyl · 6 years ago
  75. 6894bbc DOC: Add missing imports, definitions and dummy file (#15616) by Pierre de Buyl · 6 years ago
  76. 97bcb9f DOC: Make extension module wording more clear by matt · 6 years ago
  77. 94d3302 Merge pull request #15295 from melissawm/linalg-tutorial by Matti Picus · 6 years ago
  78. 7c6b308 Fixing links by melissawm · 6 years ago
  79. 44b25f1 Fixing formatting of source. by melissawm · 6 years ago
  80. 4999107 Added intersphinx mappings for skimage and imageio; added proper links to external docs. by melissawm · 6 years ago
  81. a7adfda Merge pull request #15624 from pdebuyl/fix_refguide_dtypes by Charles Harris · 6 years ago
  82. fc743a7 DOC: remove broken link in f2py tutorial by mattip · 6 years ago
  83. c64cda0 Fixed missing backtick. by melissawm · 6 years ago
  84. cc6537b Added plot scripts and reworded to respond to PR comments. by melissawm · 6 years ago
  85. 7268769 DOC: fix printing, np., deprecation for refguide by Pierre de Buyl · 6 years ago
  86. 8e5a5d8 Adding @mattip suggestion by Alexandre de Siqueira · 6 years ago
  87. 12cfafb Removing bad practices from quick start + some PEP8 by Alexandre de Siqueira · 6 years ago
  88. cef4dc9 Merge pull request #15465 from mwtoews/imports by Sebastian Berg · 6 years ago
  89. cefd352 Fixup: Do not deprecate generic python types by Sebastian Berg · 6 years ago
  90. a2a69d9 update doctests, small bugs and changes of repr by Pierre de Buyl · 6 years ago
  91. 07bf33f MAINT: cleanup unused imports; avoid redefinition of imports by Mike Taves · 6 years ago
  92. 330435b Merge pull request #15427 from seberg/deprecate-unused-c-api by Matti Picus · 6 years ago
  93. 9ea0b47 DEP: Deprecate PyUFunc_GenericFunction public C-API function by Sebastian Berg · 6 years ago
  94. cab3faf DEP: Schedule PyArray_GetArrayParamsFromObject for removal by Sebastian Berg · 6 years ago
  95. 7180242 Merge pull request #15338 from mattip/site.cfg by Charles Harris · 6 years ago
  96. 68b691b update result of rng.random(3) to current rng output by Pierre de Buyl · 6 years ago
  97. 8493ea5 DOC: fix docstrings so `python tools/refguide-check --rst <file> runs (#15439) by Matti Picus · 6 years ago
  98. d2f1d77 STY,MAINT: avoid 'multiple imports on one line' (flake8 E401) by Mike Taves · 6 years ago
  99. c9cd209 Merge pull request #15429 from WarrenWeckesser/config-docstring by Eric Wieser · 6 years ago
  100. d212986 DOC: Fix Incorrect document by kishimoto-banana · 6 years ago