NumPy v1.12.1 release.
  1. 5116058 DOC: Add 1.12.1 release notes to documentation. by Charles Harris · 9 years ago
  2. c71fe37 DOC: create 1.11.3 release notes. by Charles Harris · 9 years ago
  3. 93c098a DOC: Fix code example in c-info.python-as-glue.rst. by Charles Harris · 9 years ago
  4. 105592f DOC: Fixups for quickstart.rst. by Charles Harris · 9 years ago
  5. b11931d DOC: Add SciPy inventory for intersphinx. by wrwrwr · 9 years ago
  6. 092d884 DOC: change development instructions from SSH to HTTPS access. by Ralf Gommers · 9 years ago
  7. 0a02bb6 ENH: add signature argument to vectorize for vectorizing like generalized ufuncs (#8054) by Stephan Hoyer · 9 years ago
  8. 155ee36 DOC: Further fixes for PyArray_{Max, Min, Ptp} documentation. by Charles Harris · 9 years ago
  9. 811c905 DOC: Small c api doc fix for PyArray_Max. by Frederic Bastien · 9 years ago
  10. bb2865a DOC: Add matplotlib inventory for intersphinx. by wrwrwr · 9 years ago
  11. 0a9fb7b DOC: change version references from x.y to x.y.z by Pierre de Buyl · 9 years ago
  12. db0b231 DOC: change version references from x.y to x.y.z by Pierre de Buyl · 9 years ago
  13. 0780721 DOC: fix page title for swig by Pierre de Buyl · 9 years ago
  14. 773e3ca change all non-code instances of Numpy to NumPy by Pierre de Buyl · 9 years ago
  15. d31e684 DOC: Fixed three typos in the c-info.ufunc-tutorial [skip ci] by Michael Seifert · 9 years ago
  16. a93d9f7 Merge pull request #7977 from charris/create-1.11.2-notes by Charles Harris · 9 years ago
  17. 72c79b7 DOC: Include docstring for cbrt, spacing and fabs in ufuncs-documentation [skip ci] by Michael Seifert · 9 years ago
  18. 4226c96 DOC: Create 1.11.2 release notes. by Charles Harris · 9 years ago
  19. 664b60b DOC: add cbrt to math summary page by Julian Taylor · 9 years ago
  20. 312f471 DOC: #7881. Fix link to record arrays by Tom Bird · 9 years ago
  21. bf40f60 DOC: Use a shorter example. by Scott Sanderson · 9 years ago
  22. 56d0c26 DOC: Document extra args forwarding to nose. by Scott Sanderson · 9 years ago
  23. e53570d DOC: Add geomspace to function list, release notes by endolith · 9 years ago
  24. cdd85dc DOC: Remove "ones_like" from ufuncs list (it is not) by John Zwinck · 9 years ago
  25. 76e2d47 ENH: Add `polyrootval` to numpy.polynomial by e-q · 9 years ago
  26. 24ee6b3 DOC: Corrections in Datetime Units-arrays.datetime.rst by badhrink · 9 years ago
  27. e928bd9 DOC: fix broken genfromtxt examples in user guide. Closes gh-7662. by Ralf Gommers · 9 years ago
  28. eba532d DOC: Create Numpy 1.11.1 release notes. by Charles Harris · 9 years ago
  29. ed785c5 DOC: Remove isreal and iscomplex from ufunc list by Edward Richards · 9 years ago
  30. ad3f6dc DOC: Removed an extra `:const:` by Joseph Fox-Rabinovitz · 9 years ago
  31. ef389ee Merge pull request #7421 from pwolfram/nancumsumprod by Stephan Hoyer · 9 years ago
  32. a76b872 ENH: adds np.nancumsum and np.nancumprod by Phillip J. Wolfram · 9 years ago
  33. 4440841 DOC: ndarray typo fix by Marshall Ward · 9 years ago
  34. 133e892 MAINT: Wrapped some docstrings and fixed typo by Joseph Fox-Rabinovitz · 9 years ago
  35. 7a4ff44 DOC: Updates to documentation from perusing it in detail. by Joseph Fox-Rabinovitz · 9 years ago
  36. 5b91628 Merge pull request #7346 from erensezener/generalized_flip by Charles Harris · 10 years ago
  37. e7de401 ENH: Add generalized flip function and its tests by Eren Sezener · 10 years ago
  38. 5ab455f Merge pull request #7410 from shoyer/nanprod-doc by Nathaniel J. Smith · 10 years ago
  39. 7166675 DOC: add nanprod to the list of math routines by Stephan Hoyer · 10 years ago
  40. 2556b9f DOC: Fix more typos in docs and comments. by Dongjoon Hyun · 10 years ago
  41. 077b0eb Merge pull request #7295 from rehassachdeva/update_dev_doc by Nathaniel J. Smith · 10 years ago
  42. 9497201 DOC: corrected grammatical error in quickstart doc by rehassachdeva · 10 years ago
  43. 92fbcaa DOC: Added understanding code and getting started section to development_environment.rst by rehassachdeva · 10 years ago
  44. 6bcb6ef Missing some characters in link. by Mad Physicist · 10 years ago
  45. dffd07c DOC: dev: stop recommending keeping local master updated with upstream/master by Pauli Virtanen · 10 years ago
  46. df9df7f MAINT: Fix typos in docs by Dongjoon Hyun · 10 years ago
  47. 11a9b71 REL: Update master branch after 1.12.x branch has been made. by Charles Harris · 10 years ago
  48. 865c3e3 Merge pull request #6453 from shoyer/naive-datetime64 by Charles Harris · 10 years ago
  49. ab5c6d0 DOC/BUG: textual improvements in install docs, and fix a typo in setup.py by Ralf Gommers · 10 years ago
  50. 88ffedf DOC: some tweaks to the install and build info in the user guide. by Ralf Gommers · 10 years ago
  51. 105a498 DOC: add NumpyVersion to the docs, and mention it in version.py by Ralf Gommers · 10 years ago
  52. 4aa9d57 DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682. by Ralf Gommers · 10 years ago
  53. 4b43d20 BUG: fix TravisCI test issues when using setuptools unconditionally. by Ralf Gommers · 10 years ago
  54. 4261148 API: Make datetime64 timezone naive by Stephan Hoyer · 10 years ago
  55. c0f6c37 DOC: Clean up/fix several references to the "future" 1.10 release by Nathaniel J. Smith · 10 years ago
  56. 8ffde7f ENH: moveaxis function by Stephan Hoyer · 10 years ago
  57. b8f9418 DOC: Sync 1.10.3 and 1.10.4 release notes, update reference doc. by Charles Harris · 10 years ago
  58. a496e11 DOC: add note not to run tests from repo root in devguide. Closes gh-6907. by Ralf Gommers · 10 years ago
  59. a547d0e DOC: fix broken link in user guide. Closes gh-6906. by Ralf Gommers · 10 years ago
  60. f9976c8 Fix carriage return inside commented python code by Vincent Legoll · 10 years ago
  61. 25a54d5 Merge pull request #6600 from mgeier/doc-ndarray-subclasses by Charles Harris · 10 years ago
  62. a6c69b0 STY: Break some long lines in numpy-for-matlab-users.rst. by Charles Harris · 10 years ago
  63. a9aae5f DOC: change uses of `rank` for `dimension` by Matthew Brett · 10 years ago
  64. c5d8f5c DOC: fix method signatures in "array subclasses" by Matthias Geier · 10 years ago
  65. dfdd188 Merge pull request #6789 from njsmith/governance-title-tweak by seberg · 10 years ago
  66. 2620f23 [doc] Fix title of governance section in docs by Nathaniel J. Smith · 10 years ago
  67. 296b0b7 MAINT: Typo in arrays.indexing.rst Issue#6670 by floatingpointstack · 10 years ago
  68. 93c8e0e DOC: A bit of copy-editing of the 'NumPy for Matlab Users' guide. by Warren Weckesser · 10 years ago
  69. 5dbe326 DOC: Fix an argument in 'Numpy for Matlab Users'. by Warren Weckesser · 10 years ago
  70. 8363b2e DOC: Release notes for Numpy 1.10.2. by Charles Harris · 10 years ago
  71. 4b1f124 DOC: import "numpy for matlab users" from the wiki by Pauli Virtanen · 10 years ago
  72. 3f6ffa8 DOC: reorganize user guide a bit + import "tentative numpy tutorial" from wiki by Pauli Virtanen · 10 years ago
  73. 9d63530 DOC: remove placeholders and incompleteness warnings by Pauli Virtanen · 10 years ago
  74. fdcdc56 DOC: typo in arrays.interface.rst #6516 by Alain · 10 years ago
  75. 051ac58 DOC: fixed #6525 by Yifan Li · 10 years ago
  76. 3390e44 Merge pull request #6529 from niccalle/fix_typo by Jaime · 10 years ago
  77. 7dd3f14 DOC: Fixed a typo at line 289 at c-api.array.rst by Nicolas Calle · 10 years ago
  78. 27459b2 Merge pull request #6528 from jaimefrio/fix_typo by Jaime · 10 years ago
  79. b57edaf DOC: fixed typo in arrays.classes.rst by Jaime Fernandez · 10 years ago
  80. b1ce387 MAINT: Spellcheck doc/source/f2py/signature-file.rst. by Charles Harris · 10 years ago
  81. 81bdad0 BUG: allow extension of common blocks in numpy.f2py by Alexander Heger · 10 years ago
  82. 9a9504f DOC: Create 1.10.1 release notes. by Charles Harris · 10 years ago
  83. 18ba681 DOC: add lib.Arrayterator to reference guide. Closes gh-6404. by Ralf Gommers · 10 years ago
  84. eceb60b DEV: add CC-0 public domain dedication to governance document by Nathaniel J. Smith · 10 years ago
  85. c2f00f7 DOC: typo: change NumFocus to NumFOCUS in one place in governance doc. by Ralf Gommers · 10 years ago
  86. 6350694 Merge pull request #6406 from charris/update-gh-6310 by Charles Harris · 10 years ago
  87. 39fc2a1 Merge pull request #6352 from njsmith/governance by Charles Harris · 10 years ago
  88. 1081a33 DEV: attempt to clarify rules for ending an Institutional Partnership by Nathaniel J. Smith · 10 years ago
  89. fd953f7 DEV: governance: wording tweak by Nathaniel J. Smith · 10 years ago
  90. 5c563cc DEV: governance: Include links to current membership of each group by Nathaniel J. Smith · 10 years ago
  91. c74001e DEV: for new council members, clarify order of voting and talking to them by Nathaniel J. Smith · 10 years ago
  92. cad4c90 DOC: Cleanup genfromtxt documentation a bit. by Charles Harris · 10 years ago
  93. ae2d0bb DOC: Update docs for numpy.genfromtxt. by jason king · 10 years ago
  94. 365a747 DEV: remove draft markers from governance document by Nathaniel J. Smith · 10 years ago
  95. 29b09f8 DEV: remove the interstitial notes on the seed steering council by Nathaniel J. Smith · 10 years ago
  96. 6823e7a DEV: Fix dates on Travis's time as leader by Nathaniel J. Smith · 10 years ago
  97. 435af7c DEV: minor textual cleanups to governance document by Nathaniel J. Smith · 10 years ago
  98. 899325e MAINT: cleanup dead code/arguments/fields from ufuncs by Nathaniel J. Smith · 10 years ago
  99. 1bb5b29 DEV: Governance: fix pandoc weirdness by Nathaniel J. Smith · 10 years ago
  100. 1dfb8d7 DEV: Governance: update link to Jupyter/IPython governance doc by Nathaniel J. Smith · 10 years ago