1. 1b12521 ENH: Add the polynomial module to the documentation. by Charles Harris · 14 years ago
  2. bc03f06 DOC: Document the new keyword arguments for ufuncs by Mark Wiebe · 14 years ago
  3. 9e817bb DOC: Improve the documentation about type promotion by Mark Wiebe · 14 years ago
  4. 5d11c56 DOC: The nditer exposure wasn't linked correctly by Mark Wiebe · 14 years ago
  5. 6385069 API: Rename 'niter' to 'nop' in the nditer by Mark Wiebe · 14 years ago
  6. 8f860dc DOC: Fill in more of the nditer docs by Mark Wiebe · 14 years ago
  7. aada933 ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_like, and np.ones_like by Mark Wiebe · 14 years ago
  8. 7ee96bd API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API by Mark Wiebe · 14 years ago
  9. 782ba88 DOC: BLD: fix some doc build warnings. by Ralf Gommers · 14 years ago
  10. 6880bea STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP by Mark Wiebe · 14 years ago
  11. f047f99 DOC: Document constructor API change, and fill in some more missing documentation by Mark Wiebe · 14 years ago
  12. 5289230 BUG: For compatibility with 1.5, revert to permitting limited broadcasting of the assignment output by Mark Wiebe · 14 years ago
  13. 859c269 DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo. by Mark Wiebe · 14 years ago
  14. 65b4a8a DOC: Add some missing documentation, hyper-link the iterator documentation by Mark Wiebe · 14 years ago
  15. 0c0c49c API: Rename the iterator function pointer types to be more consistent with NumPy convention by Mark Wiebe · 14 years ago
  16. ec151cc API: Change iterator API parameters ndim and niter from npy_intp to int by Mark Wiebe · 14 years ago
  17. efb3295 DOC: Copy iterator API documentation from the NEP by Mark Wiebe · 14 years ago
  18. 05142b6 DOC: add some more wiki edits, of rst files in ref/user guide. by rgommers · 15 years ago
  19. af1e833 ENH: core: Allow user to pass in output array for dot() by Luis Pedro Coelho · 15 years ago
  20. bdf25de ENH: index_tricks: Implement unravel_index and ravel_coords functions in C by Mark Wiebe · 15 years ago
  21. 6510cce ENH: core: Add PyArray_NewLikeArray function by Mark Wiebe · 15 years ago
  22. 5435bdc DOC: core: Document the new einsum function by Mark Wiebe · 15 years ago
  23. a8f5b4c ENH: ufunc: Restructure iterator ufunc evaluation into functions by Mark Wiebe · 15 years ago
  24. eca4d03 ENH: ufunc: Add the main loop selection/type-determination mechanism by Mark Wiebe · 15 years ago
  25. 5387da5 ENH: doc: Document the new API functions by Mark Wiebe · 15 years ago
  26. beba8f4 ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultType by Mark Wiebe · 15 years ago
  27. 81a28e7 ENH: core: Add PyArray_MinScalarType and expose it to Python by Mark Wiebe · 15 years ago
  28. ee06d18 ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypes by Mark Wiebe · 15 years ago
  29. e916b9e ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new iterator by Mark Wiebe · 15 years ago
  30. 165d98d ENH: core: Switch nonzero to use the iterator as an example, add count_nonzero function by Mark Wiebe · 15 years ago
  31. c6f8dbb ENH: Rename the half character code from 'j' to 'e' by Mark Wiebe · 15 years ago
  32. 9b72aa9 DOC: core: Update docs for half/float16 type by Mark Wiebe · 15 years ago
  33. 9273a61 DOC: BUG: correct description of ndarray iterator. Closes #1687. by rgommers · 15 years ago
  34. 6bcb36f DOC: dev: update also the overview by Pauli Virtanen · 15 years ago
  35. 8e4efa9 DOC: dev: update instructions on sending patches by Pauli Virtanen · 15 years ago
  36. 3c2af9e DOC: dev: try to improve Git workflow docs by Pauli Virtanen · 15 years ago
  37. 1f0c928 DOC: regenerate gitwash docs by Pauli Virtanen · 15 years ago
  38. 8b04536 DOC: add developer docs based on gitwash by Pauli Virtanen · 15 years ago
  39. 6716be4 DOC: explicitly require Sphinx >= 1.0.1 by Pauli Virtanen · 15 years ago
  40. 72665ab DOC: integrate doc/swig/doc documentation with reference guide. by rgommers · 15 years ago
  41. a296636 DOC: wiki merge, rst docs. by rgommers · 15 years ago
  42. 213302f DOC: update the blurb about the array interface by Pauli Virtanen · 15 years ago
  43. bb080c5 ENH: Do some housekeeping for the newly added slogdet function. by Charles Harris · 15 years ago
  44. 1c71673 updated documentation from pydoc website (thanks to everyone who contributed!) by Jarrod Millman · 16 years ago
  45. 20ec480 API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (and inserted an unused character for alignment) and renamed it to flags. Re-organized the ArrFuncs structure. Moved NPY_DATETIME and friends to their 'correct' place in the type order. by Travis Oliphant · 16 years ago
  46. 131ac69 DOC: there is no acorrelate function. by David Cournapeau · 16 years ago
  47. 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
  48. d9f28a0 doc: rewrite latex-offending markup by Pauli Virtanen · 16 years ago
  49. 6e91f0f second set of checkins from doc editor by Jarrod Millman · 16 years ago
  50. 0d1344e DOC: add npy_nextafter/npy_spacing in doc ref. by David Cournapeau · 16 years ago
  51. ca35f53 docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and basics.io.genfromtxt by pierregm · 16 years ago
  52. 15103d3 Add an example for using complex npymath stuff. by David Cournapeau · 16 years ago
  53. 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
  54. bb129ca * Added docs on i/o with focus on genfromtxt by pierregm · 16 years ago
  55. 7deb4d5 Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, 1240, 1241. docstrings, full unit-test coverage, C-based vectorized string operations. by mdroe · 16 years ago
  56. fb16e71 doc: enable sphinx.ext.doctest extension by Pauli Virtanen · 16 years ago
  57. 3e1dd88 ENH: add byteswapping tutorial by Matthew Brett · 16 years ago
  58. ba1c79f Final doc import cleanups. Thanks to all contributors for the preceding commits! by Pauli Virtanen · 16 years ago
  59. 65cc082 Docstring update: doc/source/reference by Pauli Virtanen · 16 years ago
  60. e434cd5 Docstring update: doc/source/user by Pauli Virtanen · 16 years ago
  61. 9af578f Fix remaining references to numpy.core.defmatrix by Pauli Virtanen · 16 years ago
  62. 9e053da add support for __array_prepare__ by Darren Dale · 16 years ago
  63. 16713b9 Update documentation. by David Cournapeau · 16 years ago
  64. a711484 Add a section in npymath doc about how to link against npymath. by David Cournapeau · 16 years ago
  65. 3b3c159 'Merge' docstring and reference guide for Distribution methods documentation. by David Cournapeau · 16 years ago
  66. fa50cfb Use automethod for the functions we added to numpy.distutils. by David Cournapeau · 16 years ago
  67. 9abcc03 Add documentation + example for npy-pkg-config files. by David Cournapeau · 16 years ago
  68. c0dac3c Add doc for add_installed_library and add_npy_pkg_config. by David Cournapeau · 16 years ago
  69. be0d7ef Update doc for neighborhood iterator. by David Cournapeau · 16 years ago
  70. 8311cc9 Add the deprecated decorator to the numpy reference. by David Cournapeau · 16 years ago
  71. 9ac7f1f Add version added for npy_copysign + fix doc typo. by David Cournapeau · 16 years ago
  72. 122f95b Update new correlation support. by David Cournapeau · 16 years ago
  73. c1c0533 Enhancements to arraysetops (ticket #1133, by Neil Crighton) by Robert Cimrman · 16 years ago
  74. 144d790 Fix versioning and inclusion to ref. guide in docs for #1132 by Pauli Virtanen · 16 years ago
  75. dcdf057 Add doc for copysign in numpy doc. by David Cournapeau · 16 years ago
  76. 8e96f6a BUG: Fix NPY_* macros for endianness (#1154). by David Cournapeau · 16 years ago
  77. 58d7b2d docs: more robust version number introspec & qthelp target by Pauli Virtanen · 16 years ago
  78. e4c0967 docs: fix class documentation by Pauli Virtanen · 16 years ago
  79. 692f3f6 docs: generate Attributes and Methods sections in class documentation by Pauli Virtanen · 16 years ago
  80. 87fa5ae Merge from doc wiki by Pauli Virtanen · 16 years ago
  81. cace0d7 docs: document that neighbourhood iterator was added in 1.4.0 by Pauli Virtanen · 16 years ago
  82. ee57730 Add neighborhood iterator. by David Cournapeau · 16 years ago
  83. 8621c77 Add Euler constant to npy_math. by David Cournapeau · 16 years ago
  84. bfdb030 docs: port documentation from CAPI.txt by Pauli Virtanen · 16 years ago
  85. 24a445b docs: hide plot output admonition title by Pauli Virtanen · 16 years ago
  86. 258398e docs: CSS for plots by Pauli Virtanen · 16 years ago
  87. b9a82a1 docs: enable plot_directive by Pauli Virtanen · 16 years ago
  88. b95b2b8 sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib example code by Pauli Virtanen · 16 years ago
  89. a152471 Document the new PyArray_GetNDArrayCFeatureVersion. by David Cournapeau · 16 years ago
  90. 0d18cd7 sphinxext: use real RST references for bibliographies, and add suitable links for Latex by Pauli Virtanen · 16 years ago
  91. 1d6ed79 docs: don't use autosummary_generate for Sphinx < 0.7 by Pauli Virtanen · 16 years ago
  92. cdf0be3 Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7 by Pauli Virtanen · 16 years ago
  93. 2194af2 docs: tweak latex build to recognize U+00A0 as a non-breaking space by Pauli Virtanen · 16 years ago
  94. 8a93617 Move routines.testing.rst to the correct place by Pauli Virtanen · 16 years ago
  95. ae002bb docs: use short X.Y version, and retaining any .dev suffixes by Pauli Virtanen · 16 years ago
  96. 341e1e1 stub for generalized ufuncs documentation by Jarrod Millman · 16 years ago
  97. 46a5e2b Pick up version from numpy instead of hardcoding them in conf.py/ by David Cournapeau · 16 years ago
  98. 7b751f6 Merge from the doc wiki by Pauli Virtanen · 16 years ago
  99. bab64b8 docs: strip trailing whitespace from RST files by Pauli Virtanen · 16 years ago
  100. 0be9072 docs: document some of the API additions in Numpy 1.3.0 by Pauli Virtanen · 16 years ago