1. 0d6d986 DOC: Create 1.10.1 release notes. by Charles Harris · 10 years ago
  2. b3e390c DOC: Add warning that the InnerStridesArray may change. by Sebastian Berg · 10 years ago
  3. 31003cb DOC: synchronize 1.9.2 release notes with master by Julian Taylor · 10 years ago
  4. f940a9e DOC: Fix bad rst list formats in internals.code-explanations.rst. by Charles Harris · 10 years ago
  5. dd5fd83 DOC: Remove reference to routines.ctypeslib.rst from index.rst. by Charles Harris · 10 years ago
  6. a70842c DOC: Remove a reference to __array_priority__. by Charles Harris · 10 years ago
  7. 276a4e1 DOC: Fix list markup in source/reference/arrays.ndarray.rst. by Charles Harris · 10 years ago
  8. 1393a57 DOC: Remove references to removed setasflat ndarray method. by Charles Harris · 10 years ago
  9. 6646bdf DOC: Fix outdated sphinx directives. by Charles Harris · 10 years ago
  10. 4e5545f DOC: Update docs. by Gabor Kovacs · 10 years ago
  11. a93b862 BUG: automatically convert recarray dtype to np.record by Allan Haldane · 10 years ago
  12. 1a82c6d DOC: Extend github source links to line ranges by Jan Schlüter · 10 years ago
  13. 91e8cd2 DOC: Document '@' and matmul. by Charles Harris · 10 years ago
  14. 0794d8f Merge pull request #5914 from sirtom67/master by Charles Harris · 10 years ago
  15. 929e41d DOC: add nanmedian/nanpercentile to reference docs by Joris Van den Bossche · 10 years ago
  16. a49ad15 New typemap for in-place arrays of arbitrary number of dimensions: by Tom Krauss · 10 years ago
  17. fd720e1 Merge pull request #5913 from charris/minor-gitwash-correction by Jaime · 10 years ago
  18. 21c59aa DOC: Commit message lines should not excede 72 characters. by Charles Harris · 10 years ago
  19. 18c89db Merge pull request #5605 from shoyer/stack by Charles Harris · 10 years ago
  20. 93d3b8d ENH: add np.stack by Stephan Hoyer · 10 years ago
  21. 498acae DOC: Document string dtype descriptor behavior by Jaime Fernandez · 10 years ago
  22. 0d31348 MAINT: Spelling and style fixes to internals.code-explanations.rst. by Charles Harris · 10 years ago
  23. 6981594 DOC: Update indexing implementation explanations. by Sebastian Berg · 10 years ago
  24. dafb597 DOC: add array2string to reference guide and explain relation to array_repr/str by Ralf Gommers · 10 years ago
  25. cb2405f DOC: 'signature' preferred over 'sig' as ufunc keyword argument by Jaime Fernandez · 10 years ago
  26. 3a39a0e ENH: Strict checking of ufunc keyword argument names by Jaime Fernandez · 10 years ago
  27. bc034dc Merge pull request #5621 from jaimefrio/ufunc_out_tuple by Charles Harris · 10 years ago
  28. bb3ae05 ENH: ufuncs can take a tuple of arrays as 'out' kwarg by Jaime Fernandez · 10 years ago
  29. 1b9813c DOC: Give version when various linalg functions accepted stacked arrays. by Gert-Ludwig Ingold · 10 years ago
  30. 05b5335 ENH: add broadcast_to function by Stephan Hoyer · 11 years ago
  31. 72f409c Merge pull request #5536 from stefaneng/patch-1 by Charles Harris · 11 years ago
  32. 4cccb9b SWIG testing: clarify location and number of tests by Sandro Tosi · 11 years ago
  33. c09d8dc genfromtxt example in user docs missing delimiter by Stefan Eng · 11 years ago
  34. b3f0d25 DOC: Update PyArray_ArrFuncs documentation by jaimefrio · 11 years ago
  35. a7743d4 DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterface by jaimefrio · 11 years ago
  36. 2864715 Merge pull request #5249 from immerrr/add-missing-scalar-func-docs by Charles Harris · 11 years ago
  37. 2344c26 Merge pull request #5473 from rgommers/doc-inplace-build by Charles Harris · 11 years ago
  38. 88307d1 DOC: developer guide: add section on rebuild/clean, expand section on gdb. by Ralf Gommers · 11 years ago
  39. 1bd0b4e DOC: improve record/structured array nomenclature & guide by Allan Haldane · 11 years ago
  40. 1b49bc5 DOC: add "build and test" section to developer guide. Closes gh-5465. by Ralf Gommers · 11 years ago
  41. 71c7a39 DOC: update "build and install" page in user guide. by Ralf Gommers · 11 years ago
  42. a41c311 DOC: some small fixes to the "Using Python as glue" section of the user guide. by Ralf Gommers · 11 years ago
  43. ae2fbd3 Merge pull request #5332 from rnelsonchem/dev_docs by Charles Harris · 11 years ago
  44. 557108c DOC: Update Development Workflow Page by Ryan Nelson · 11 years ago
  45. 20bc2eb DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523. by Ralf Gommers · 11 years ago
  46. c5b19b1 DOC: Added ma.clump_masked to doc; removed `extras` in examples by Yuxiang Wang · 11 years ago
  47. 8b3d681 DOC: fix typo in array flag docs. by Eric Moore · 11 years ago
  48. 629735b Merge pull request #5287 from chatcannon/reconcile-c-api-with-docs by Julian Taylor · 11 years ago
  49. eb61066 Merge pull request #5301 from larsmans/pyiter-doc by Charles Harris · 11 years ago
  50. 821072b DOC: add documentation for some scalar checks by immerrr · 11 years ago
  51. 3619a2a DOC: NpyIter chapter: move table to bottom by Lars Buitinck · 11 years ago
  52. 7f45d42 DOC: fix example in NpyIter docs that didn't compile by Lars Buitinck · 11 years ago
  53. 68ffaec Merge pull request #5294 from larsmans/pyiter-doc by Charles Harris · 11 years ago
  54. ff8a146 DOC: iterator: don't bother users with NumPy development details by Lars Buitinck · 11 years ago
  55. 23f20aa Merge pull request #5292 from larsmans/glue-docs by Charles Harris · 11 years ago
  56. 460bc51 DOC: python-as-glue: copyedit by Lars Buitinck · 11 years ago
  57. 8331b93 DOC: python-as-glue: use Cython, not Pyrex by Lars Buitinck · 11 years ago
  58. 8dd530b Merge pull request #5284 from juliantaylor/doc-fix by Charles Harris · 11 years ago
  59. 54bb07b DOC: Update the docs for the C API to reflect the change in return type of PyArray_ITEMSIZE by Chris Kerr · 11 years ago
  60. cd4c700 DOC: sync 1.9.1 release notes by Julian Taylor · 11 years ago
  61. 33d8c1b DOC: remove Weave recommendation by Lars Buitinck · 11 years ago
  62. 6cfb0c6 DOC: python-as-glue: remove Instant, PyInline by Lars Buitinck · 11 years ago
  63. 1657544 Merge pull request #5077 from jaimefrio/gufuncs_core_dim_no_broadcast by Charles Harris · 11 years ago
  64. 528bac1 DOC: Stricter checks for gufunc signatures by jaimefrio · 11 years ago
  65. caeb888 Merge pull request #5120 from larsmans/install-docs by Charles Harris · 11 years ago
  66. 66a0441 DOC/MAINT: Python 2.6 or 3.2 required by Lars Buitinck · 11 years ago
  67. 75c1ed8 DOC: document NPY_BEGIN_THREADS_THRESHOLDED by jaimefrio · 11 years ago
  68. 4f19c0c DOC: Update PyArray_SearchSorted docs in c-api.array.rst by jaimefrio · 11 years ago
  69. d599cdf Merge pull request #5102 from dpinte/fix/epd_canopy by Julian Taylor · 11 years ago
  70. 7be6655 DOC: replacing old reference from EPD to Canopy by Didrik Pinte · 11 years ago
  71. c85e31e Merge pull request #5076 from kanhua/kh_fix by Julian Taylor · 11 years ago
  72. 0cabea8 DOC: add section on compiling pyf files by kanhua · 11 years ago
  73. 2706c59 Merge pull request #5062 from charris/update-numpy_ufunc-doc by Julian Taylor · 11 years ago
  74. 575ef09 DOC: Correct versionadded for __numpy_ufunc__ documentation. by Charles Harris · 11 years ago
  75. 4a23c23 DOC: sync release notes with 1.9 branch by Julian Taylor · 11 years ago
  76. 047371b Fixed two typos in the c-api user guide. by cel · 11 years ago
  77. 90d6979 DOC: remove 'count_reduce_items' from the 'Counting' section. by Warren Weckesser · 11 years ago
  78. 656cf24 Merge pull request #4905 from juliantaylor/doc-update by Charles Harris · 11 years ago
  79. b72346e DOC: NPY_ITEM_LISTPICKLE -> NPY_LIST_PICKLE by Kirill Smelkov · 11 years ago
  80. c32d0cb DOC: remove obsolete NA documentation page by Julian Taylor · 11 years ago
  81. fa1b71f DOC: add some missing ma functions to reference by Julian Taylor · 11 years ago
  82. 9e8c1ad DOC: add ascontiguousarray and asarray_chkfinite to appropriate section by Julian Taylor · 11 years ago
  83. 71a9c6c DOC: fix a typo and use TeX for plot labels by endolith · 11 years ago
  84. dc98a3d Merge pull request #4671 from charris/prepare-1.10-devel by Charles Harris · 11 years ago
  85. c62b14a Merge pull request #4801 from larsmans/c-fixes by Julian Taylor · 11 years ago
  86. d70431d DOC: add full/full_like by Julian Taylor · 11 years ago
  87. 5a52edd DOC: fix a couple mistakes in the indexing documentation by Julian Taylor · 11 years ago
  88. 118dc9e DOC: fix signature of PyArray_NewShape in C-API docs by Julian Taylor · 11 years ago
  89. 59b5606 MAINT: const correctness and minor fixes to C code by Lars Buitinck · 11 years ago
  90. 5f31255 DOC: add some highlights to release notes and reorganize by Julian Taylor · 11 years ago
  91. 9cd2998 MAINT: Grammar and style corrections to whatisnumpy.rst. by Charles Harris · 11 years ago
  92. 631ae81 DOC: Fix typos, punctuation, and grammar. by Yoni Ben-Meshulam · 11 years ago
  93. 075872d Merge pull request #4076 from seberg/advanced-indexing-doc by Charles Harris · 11 years ago
  94. f731d17 DOC: Rework the advanced indexing documentation. by Sebastian Berg · 11 years ago
  95. a075dcb DOC: tweak gufunc API documentation, remove broken link. Closes gh-4726. by Ralf Gommers · 11 years ago
  96. d1af10e Changing EPD to Canopy by brettrmurphy · 11 years ago
  97. ff99924 MAINT: Change default inplace, ufunc(...,out=x) casting to same_kind. by Charles Harris · 11 years ago
  98. 6f5329f MAINT: start 1.10-devel. by Charles Harris · 11 years ago
  99. cb045e9 MAINT: add a few nonnull attributes to array creation functions by Julian Taylor · 11 years ago
  100. b66af02 DOC: add NEPs overview to documentation. by Ralf Gommers · 11 years ago