1. e794bad DOC: there is no acorrelate function. by David Cournapeau · 16 years ago
  2. 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
  3. d9f28a0 doc: rewrite latex-offending markup by Pauli Virtanen · 16 years ago
  4. 6e91f0f second set of checkins from doc editor by Jarrod Millman · 16 years ago
  5. 0d1344e DOC: add npy_nextafter/npy_spacing in doc ref. by David Cournapeau · 16 years ago
  6. ca35f53 docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and basics.io.genfromtxt by pierregm · 16 years ago
  7. 15103d3 Add an example for using complex npymath stuff. by David Cournapeau · 16 years ago
  8. 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
  9. bb129ca * Added docs on i/o with focus on genfromtxt by pierregm · 16 years ago
  10. 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
  11. fb16e71 doc: enable sphinx.ext.doctest extension by Pauli Virtanen · 16 years ago
  12. 3e1dd88 ENH: add byteswapping tutorial by Matthew Brett · 16 years ago
  13. ba1c79f Final doc import cleanups. Thanks to all contributors for the preceding commits! by Pauli Virtanen · 16 years ago
  14. 65cc082 Docstring update: doc/source/reference by Pauli Virtanen · 16 years ago
  15. e434cd5 Docstring update: doc/source/user by Pauli Virtanen · 16 years ago
  16. 9af578f Fix remaining references to numpy.core.defmatrix by Pauli Virtanen · 16 years ago
  17. 9e053da add support for __array_prepare__ by Darren Dale · 16 years ago
  18. 16713b9 Update documentation. by David Cournapeau · 16 years ago
  19. a711484 Add a section in npymath doc about how to link against npymath. by David Cournapeau · 16 years ago
  20. 3b3c159 'Merge' docstring and reference guide for Distribution methods documentation. by David Cournapeau · 16 years ago
  21. fa50cfb Use automethod for the functions we added to numpy.distutils. by David Cournapeau · 16 years ago
  22. 9abcc03 Add documentation + example for npy-pkg-config files. by David Cournapeau · 16 years ago
  23. c0dac3c Add doc for add_installed_library and add_npy_pkg_config. by David Cournapeau · 16 years ago
  24. be0d7ef Update doc for neighborhood iterator. by David Cournapeau · 16 years ago
  25. 8311cc9 Add the deprecated decorator to the numpy reference. by David Cournapeau · 16 years ago
  26. 9ac7f1f Add version added for npy_copysign + fix doc typo. by David Cournapeau · 16 years ago
  27. 122f95b Update new correlation support. by David Cournapeau · 16 years ago
  28. c1c0533 Enhancements to arraysetops (ticket #1133, by Neil Crighton) by Robert Cimrman · 16 years ago
  29. 144d790 Fix versioning and inclusion to ref. guide in docs for #1132 by Pauli Virtanen · 16 years ago
  30. dcdf057 Add doc for copysign in numpy doc. by David Cournapeau · 16 years ago
  31. 8e96f6a BUG: Fix NPY_* macros for endianness (#1154). by David Cournapeau · 16 years ago
  32. 58d7b2d docs: more robust version number introspec & qthelp target by Pauli Virtanen · 16 years ago
  33. e4c0967 docs: fix class documentation by Pauli Virtanen · 16 years ago
  34. 692f3f6 docs: generate Attributes and Methods sections in class documentation by Pauli Virtanen · 16 years ago
  35. 87fa5ae Merge from doc wiki by Pauli Virtanen · 16 years ago
  36. cace0d7 docs: document that neighbourhood iterator was added in 1.4.0 by Pauli Virtanen · 16 years ago
  37. ee57730 Add neighborhood iterator. by David Cournapeau · 16 years ago
  38. 8621c77 Add Euler constant to npy_math. by David Cournapeau · 16 years ago
  39. bfdb030 docs: port documentation from CAPI.txt by Pauli Virtanen · 16 years ago
  40. 24a445b docs: hide plot output admonition title by Pauli Virtanen · 16 years ago
  41. 258398e docs: CSS for plots by Pauli Virtanen · 16 years ago
  42. b9a82a1 docs: enable plot_directive by Pauli Virtanen · 16 years ago
  43. b95b2b8 sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib example code by Pauli Virtanen · 16 years ago
  44. a152471 Document the new PyArray_GetNDArrayCFeatureVersion. by David Cournapeau · 16 years ago
  45. 0d18cd7 sphinxext: use real RST references for bibliographies, and add suitable links for Latex by Pauli Virtanen · 16 years ago
  46. 1d6ed79 docs: don't use autosummary_generate for Sphinx < 0.7 by Pauli Virtanen · 16 years ago
  47. cdf0be3 Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7 by Pauli Virtanen · 16 years ago
  48. 2194af2 docs: tweak latex build to recognize U+00A0 as a non-breaking space by Pauli Virtanen · 16 years ago
  49. 8a93617 Move routines.testing.rst to the correct place by Pauli Virtanen · 16 years ago
  50. ae002bb docs: use short X.Y version, and retaining any .dev suffixes by Pauli Virtanen · 16 years ago
  51. 341e1e1 stub for generalized ufuncs documentation by Jarrod Millman · 16 years ago
  52. 46a5e2b Pick up version from numpy instead of hardcoding them in conf.py/ by David Cournapeau · 16 years ago
  53. 7b751f6 Merge from the doc wiki by Pauli Virtanen · 16 years ago
  54. bab64b8 docs: strip trailing whitespace from RST files by Pauli Virtanen · 16 years ago
  55. 0be9072 docs: document some of the API additions in Numpy 1.3.0 by Pauli Virtanen · 16 years ago
  56. b43084e doc: update version info by Pauli Virtanen · 16 years ago
  57. 8174ea6 Remove ambiguous Euler constant naming for e. by David Cournapeau · 16 years ago
  58. 6485a8e numpy.ma doc update by pierregm · 16 years ago
  59. 727a1c5 Remove colloquial expression. by David Cournapeau · 16 years ago
  60. a5575c8 Spelling. by David Cournapeau · 16 years ago
  61. 45e92e7 Fix latex in core math doc. by David Cournapeau · 16 years ago
  62. 7bf8ace Document math constants. by David Cournapeau · 16 years ago
  63. d71bd35 Start documenting npy math. by David Cournapeau · 16 years ago
  64. df21956 Update configuration in the numpy reference. by David Cournapeau · 16 years ago
  65. bb4c141 doc: make the endorsement of PEP 3118 over the old array interface more strongly worder by Pauli Virtanen · 16 years ago
  66. 0e9f73d Update URLs to Trac. by Stefan van der Walt · 16 years ago
  67. 69d6473 docs: move edit link to the sidebar, and show it for all pages by Pauli Virtanen · 17 years ago
  68. 71320b2 doc: Move maskedarray docs upward in TOC by Pauli Virtanen · 17 years ago
  69. 6b633fa numpy.ma.core: by pierregm · 17 years ago
  70. 34eee7e docs: fix minor issues, support htmlhelp. by Pauli Virtanen · 17 years ago
  71. 8c542b5 Move Sphinx extensions under Numpy's SVN trunk by Pauli Virtanen · 17 years ago
  72. a7c643c Add preliminary docstrings for: by Charles Harris · 17 years ago
  73. a7eddba doc: include release notes to Sphinx build by Pauli Virtanen · 17 years ago
  74. ce7cd10 Doc update by pierregm · 17 years ago
  75. 03582a3 Moved numpy-docs under doc/ in the main Numpy trunk. by Pauli Virtanen · 17 years ago