1. c2fc934 DOC: fix signature of NpyIter_GetIterNext in capi doc by Julian Taylor · 12 years ago
  2. 481bf95 Merge pull request #3744 from juliantaylor/doc-update-1.8.x by Charles Harris · 12 years ago
  3. 1816fa0 DOC: add isclose and partition to reference and link some docs by Julian Taylor · 12 years ago
  4. 2863c82 DOC: Make savez_compressed show up in the documentation. by Charles Harris · 12 years ago
  5. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  6. b440929 Update docs by Jay Bourque · 12 years ago
  7. f63eb17 Add documentation for new 'at' ufunc method by Jay Bourque · 12 years ago
  8. c7dd1e5 MAINT: Refactor nanfunctions. by Charles Harris · 12 years ago
  9. 9c4c1c4 ENH: add quickselect algorithm and expose it via partition by Julian Taylor · 12 years ago
  10. 83a3daf BUG: Document that numpy.int_ doesn't inherit from int on Py3k by Yury V. Zaytsev · 12 years ago
  11. b2de377 Fix documentation description of loop spam in interactive interpreter by Eric Price · 12 years ago
  12. fb416a0 MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst. by Charles Harris · 12 years ago
  13. eacca11 DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst. by Jesús Gómez · 12 years ago
  14. b307a8a Merge branch 'numpy-swig' into gh-3451 by Charles Harris · 12 years ago
  15. bf0134d DOC: put release notes in inverse order by Pauli Virtanen · 12 years ago
  16. df21983 DOC: use the new scipy-sphinx-theme in the documentation by Pauli Virtanen · 12 years ago
  17. cb7c7be Corrected typos in documentation for PyArray_GETPTR1. by Daniel · 12 years ago
  18. f70632f Added more mentions of the SuperTensor tests and corrected the number of typemaps and tests (currently 1427 unit tests passed with 'make test': 372+324+324+324+40+19+24) by Egor Zindy · 12 years ago
  19. 3e95144 Fix minor typos in Polynomial class documentation by Kumar Appaiah · 12 years ago
  20. 0155f8d DOC: add missing release notes to the reference guide. by Ralf Gommers · 12 years ago
  21. ab2741a DOC: remove module index from reference guide. by Ralf Gommers · 12 years ago
  22. 0a079b0 DOC: add fmax/fmin to ufuncs list and math routines list by endolith · 12 years ago
  23. d85f7aa Another name change to RegisterLoopForDescr by Jay Bourque · 12 years ago
  24. c2f30f9 Change name of RegisterLoopForStructType to RegisterLoopByDescr by Jay Bourque · 12 years ago
  25. 0e4e930 Update c-api documentation by Jay Bourque · 12 years ago
  26. 4a1736a Merge pull request #2701 from seberg/indexing by seberg · 12 years ago
  27. 1a28542 Update c api documentation by Jay Bourque · 12 years ago
  28. 1975606 Merge pull request #3220 from pv/linalg-gu by Charles Harris · 12 years ago
  29. 5b9da00 DOC: Advanced indexing using np.newaxes by Sebastian Berg · 12 years ago
  30. 5c8b89c DOC: Document NPY_RELAXED_STRIDES_CHECKING changes by Sebastian Berg · 12 years ago
  31. f0a78c7 DOC: document the behavior of generalized N-dim linear algebra functions by Pauli Virtanen · 12 years ago
  32. 2f7de03 DOC: incorporate @charris' suggestions by Paul Ivanov · 12 years ago
  33. 7fe071c DOC: point to the github issues page by Paul Ivanov · 12 years ago
  34. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  35. a939f2a Merge pull request #3178 from charris/2to3-apply-import-fixer by njsmith · 12 years ago
  36. d3edb4e Merge pull request #3104 from seberg/nditer-allow-0d by Charles Harris · 12 years ago
  37. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  38. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  39. 179985f Updated numpy.i testing documentation by Bill Spotz · 12 years ago
  40. 897f335 Updated the numpy.i documentation by Bill Spotz · 12 years ago
  41. 5a3ecaf DOC: Add mention of PyArray_SetBaseObject stealing a reference by Mark Wiebe · 13 years ago
  42. b66a15e DOC: Add documentation clarifying the use of oa_ndim by Sebastian Berg · 13 years ago
  43. b73eaab Add texinfo build target for document by Takafumi Arakaki · 13 years ago
  44. 398b076 DOC: Remove documentation of non-existing advanced iter NA flags. by Sebastian Berg · 13 years ago
  45. 6aa264c 2to3: Put `from __future__ import division in every python file. by Charles Harris · 13 years ago
  46. 9d8722b DOC: fix doc/source/conf.py to work with Python 3 by Pauli Virtanen · 13 years ago
  47. cc83253 MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcode by Pauli Virtanen · 13 years ago
  48. 864353e move to www.numpy.org by Sandro Tosi · 13 years ago
  49. 0022325 Merge pull request #455 from rgommers/devguide-update by Charles Harris · 13 years ago
  50. c906fdc DOC: expand sections on commit messages and merging/rebasing in the devguide. by Ralf Gommers · 13 years ago
  51. 0dd5a76 DOC: one more edit to the dev-guide. by Ralf Gommers · 13 years ago
  52. 936fb7c DOC: remove section "Patching" from dev-guide. by Ralf Gommers · 13 years ago
  53. 32d13f6 DOC: a few edits to make "Development Workflow" in the dev guide clearer. by Ralf Gommers · 13 years ago
  54. 5a6601a DOC: document in dev-guide how to write a good commit message. by Ralf Gommers · 13 years ago
  55. cea0a20 FIX: Transition scheme for safer in-place ufunc operations by Nathaniel J. Smith · 13 years ago
  56. ead9e09 Use PyMODINIT_FUNC and update docs accordingly. by cgohlke · 13 years ago
  57. bc9c0a9 Added entries for assert_allclose, assert_array_almost_equal_nulp, and assert_array_max_ulp into the numpy testing reference documentation. by Matt Davis · 13 years ago
  58. bc10053 Merge pull request #350 from jayvius/get-view2 by Travis E. Oliphant · 13 years ago
  59. c83e5b6 Merge pull request #327 from teoliphant/restore_api by Travis E. Oliphant · 13 years ago
  60. a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
  61. 781468b Updated reference docs for DeprecationWarning by Jay Bourque · 13 years ago
  62. b8a2ea7 DOC: Update API description with suggestions from charris. by Travis E. Oliphant · 13 years ago
  63. 93e42dd DOC: update language of C-API deprecations. by Travis E. Oliphant · 13 years ago
  64. f369ed6 Merge pull request #332 from nouiz/fillwbyte_doc by Charles Harris · 13 years ago
  65. 0d59c78 better new doc sentence following code review. by Frederic · 13 years ago
  66. 6f335e0 Fix-up deprecations language. by Travis E. Oliphant · 13 years ago
  67. 9a4ef17 Fix the deprecations language. by Travis E. Oliphant · 13 years ago
  68. 2c9981b DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). by Ralf Gommers · 13 years ago
  69. 5df8f24 DOC: merge wiki docs - edits under doc/. by Ralf Gommers · 13 years ago
  70. b009f97 Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous. by Frederic · 13 years ago
  71. b272bc6 Remove maskna API from ndarray, and all (and only) the code supporting it by Nathaniel J. Smith · 13 years ago
  72. b081857 MAINT: port release notes and release script changes from 1.6.x. by Ralf Gommers · 13 years ago
  73. d7d6b6c Stress that all array creation C functions steals a reference to descr. by Francesc Alted · 13 years ago
  74. bb50db6 DOC: Add a section documenting 1.6/1.7 datetime64 differences by Mark Wiebe · 13 years ago
  75. d73c036 DOC: Update documentation and release notes about C-API deprecations by Mark Wiebe · 13 years ago
  76. 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
  77. 0168296 DOC: label datetime support as experimental. Closes #2072. by Ralf Gommers · 13 years ago
  78. 41f7d21 DOC: label the current NA implementation as experimental in 1.7.x by Ralf Gommers · 13 years ago
  79. 39029f5 DOC: generate links to source code by Pauli Virtanen · 14 years ago
  80. f4dd54a DOC: merge wiki doc edits. by Ralf Gommers · 14 years ago
  81. 28214cf DOC: Replace references to macros in old_defines with new. by Charles Harris · 14 years ago
  82. 4364975 DOC: Improve numpy reference documentation of polynomial classes. by Charles Harris · 14 years ago
  83. d3ac8f7 DOC: Document the use of the polynomial convenience classes. by Charles Harris · 14 years ago
  84. 9d40c7c DOC: Lower toc number of levels. by Charles Harris · 14 years ago
  85. 08c8c54 DOC: Add version added to some of the polynomial package modules. by Charles Harris · 14 years ago
  86. 6bc4374 BUG: Fix up links to classes. by Charles Harris · 14 years ago
  87. 2e6ef35 DOC: Rearrange the polynomial documents. by Charles Harris · 14 years ago
  88. 67f24e8 FIX: Changed named to choice, reverted other changes. by Chris Jordan-Squire · 14 years ago
  89. 8b6c850 ENH: New sample function, bugs in tests fixed by Chris Jordan-Squire · 14 years ago
  90. 10fac98 ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer for legacy code by Mark Wiebe · 14 years ago
  91. f818910 DOC: missingdata: Add a mention of the design NEP, and masks vs bitpatterns by Mark Wiebe · 14 years ago
  92. e4a1c55 DOC: missingdata: Updates from pull request feedback by Mark Wiebe · 14 years ago
  93. 0bfefe3 DOC: missingdata: Updates based on pull request feedback by Mark Wiebe · 14 years ago
  94. 6706908 DOC: missingdata: Also show what assigning a non-NA value does in each case by Mark Wiebe · 14 years ago
  95. b64ace5 DOC: missingdata: Add introductory documentation for NA-masked arrays by Mark Wiebe · 14 years ago
  96. 3e32ef2 DOC: missingdata: Some tweaks to the NA mask documentation by Mark Wiebe · 14 years ago
  97. 770c94e DOC: missingdata: Add example of a C-API function supporting NA masks by Mark Wiebe · 14 years ago
  98. 847404a DOC: missingdata: Documenting C API for NA-masked arrays by Mark Wiebe · 14 years ago
  99. 3710f2b DOC: nditer: Document NpyIter_IsFirstVisit function by Mark Wiebe · 14 years ago
  100. bfda229 ENH: missingdata: Create count_reduce_items function by Mark Wiebe · 14 years ago