1. 96a6fcc Correctly handle Fortran-contiguous arrays in SWIG wrappers. by Stefan van der Walt · 17 years ago
  2. 6647bf7 Merge from documentation editor. by Stefan van der Walt · 17 years ago
  3. 7a47bfa Add numpy.doc.jargon entry. by Stefan van der Walt · 17 years ago
  4. 9ad992f Add place-holder for doc.glossary. by Stefan van der Walt · 17 years ago
  5. f2abd63 Sort numpy.doc names. by Stefan van der Walt · 17 years ago
  6. 9a27253 Add stubs for reference documentation. by Stefan van der Walt · 17 years ago
  7. 88b409f Fix example docstring. by Stefan van der Walt · 17 years ago
  8. c114dd8 Add numpy.doc topical documentation framework. by Stefan van der Walt · 17 years ago
  9. 757b1fb Example of real docstring. by Stefan van der Walt · 17 years ago
  10. c8f88c0 Clean up test output such that a completely-passing test suite has no extraneous output. by Robert Kern · 17 years ago
  11. af7f89e Restore old test framework classes. by Alan McIntyre · 17 years ago
  12. d2d7e7f Put import_array() back into the .pyx file. by Fernando Perez · 17 years ago
  13. e4b8851 Move the import_array() call directly into c_numpy.pxd. by Fernando Perez · 17 years ago
  14. a5f0cf1 Use a colon instead of a semi-colon to separate index levels. by Stefan van der Walt · 17 years ago
  15. ab3df7f Updated Cython code to use .pxd files with cimport instead of .pxi/include. by Fernando Perez · 17 years ago
  16. 1a4abae Add `Methods` section to documentation standard. by Stefan van der Walt · 17 years ago
  17. 3a917b8 Update documentation standard. by Stefan van der Walt · 17 years ago
  18. c331857 Switched to use nose to run tests. Added test and bench functions to all modules. by Alan McIntyre · 17 years ago
  19. 327a4d2 How to use variables in math markup. by Stefan van der Walt · 17 years ago
  20. 4bf8efd Update examples section. by Stefan van der Walt · 17 years ago
  21. 6cdeb71 Update documentation standard. by Stefan van der Walt · 17 years ago
  22. e66e9ca Spell out namespace convention in Examples and See Also sections in docstrings by Pauli Virtanen · 17 years ago
  23. 9525f46 fixed whitespace w/ reindent by Jarrod Millman · 17 years ago
  24. 51adbb4 Indexing tag was correct. Revert. by Stefan van der Walt · 17 years ago
  25. b4e7ec3 Fix typo in indexing tag. by Stefan van der Walt · 17 years ago
  26. fa66a9b Minor update to example docstring. by Stefan van der Walt · 17 years ago
  27. 4ee16c3 Update documentation format and example. by Stefan van der Walt · 17 years ago
  28. 4116872 Update example. Fix reference. by Stefan van der Walt · 17 years ago
  29. a715ab0 Update documentation standard. by Stefan van der Walt · 17 years ago
  30. 96b7ac6 Replace tabs with spaces. by Charles Harris · 17 years ago
  31. 0f714da Remove trailing whitespace. by Charles Harris · 17 years ago
  32. 54a6ea5 Remove trailing whitespace. by Charles Harris · 17 years ago
  33. 1e17c6a Fix grammar. by Charles Harris · 17 years ago
  34. 8c66331 ran reindent in preparation for the 1.1 release by Jarrod Millman · 17 years ago
  35. f7e4d33 adding abreviation for pyplot by Jarrod Millman · 17 years ago
  36. 5e31a42 Add up to date (and slightly cleaned up) support for Cython after porting by Fernando Perez · 17 years ago
  37. 4825660 Fix ReST syntax in HOWTO_DOCUMENT. by Stefan van der Walt · 17 years ago
  38. dee3e75 Break lines. by Charles Harris · 17 years ago
  39. 0dba087 Finish simple example for new data-type and add test. by Travis Oliphant · 18 years ago
  40. 52c2183 Simple example of an extended data-type. by Travis Oliphant · 18 years ago
  41. 466ee4b Add PEP-style document describing the NPY format. by Robert Kern · 18 years ago
  42. c66da19 ran reindent by Jarrod Millman · 18 years ago
  43. d1c740c Set __docformat__ such that epydoc knows it's looking at reST instead of epytext. by Robert Kern · 18 years ago
  44. 7e4b151 add more explanation for new standard by Jarrod Millman · 18 years ago
  45. 1cdc236 typo by Jarrod Millman · 18 years ago
  46. 70d815d explanation of current situation by Jarrod Millman · 18 years ago
  47. 5896cb8 Add a Raises section to the docstring suggestions. by Travis Oliphant · 18 years ago
  48. 72297ed more janitorial work by Jarrod Millman · 18 years ago
  49. e7191fc janitorial work by Jarrod Millman · 18 years ago
  50. efbe398 Improve the documentation style for human-readability in plain-text by Travis Oliphant · 18 years ago
  51. f499d58 typo by Jarrod Millman · 18 years ago
  52. 80db3b3 Fix packbits and unpackbits for new io in numpy. by Travis Oliphant · 18 years ago
  53. 87f61ab Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead. by cookedm · 18 years ago
  54. b7808b3 formatting by Jarrod Millman · 18 years ago
  55. 5455500 added new import standards to how to doc by Jarrod Millman · 18 years ago
  56. 65293fc Corrected casting logic for numpy array scalars by wfspotz@sandia.gov · 18 years ago
  57. 69645b8 Argout typemap documentation made more clear. by wfspotz@sandia.gov · 18 years ago
  58. ab3cfae Changed setting of fortran-order array's flag; corrected documentaion by wfspotz@sandia.gov · 18 years ago
  59. b0e8c78 * Added support for FORTRAN-ordered arrays to numpy.i. by wfspotz@sandia.gov · 18 years ago
  60. 49a0503 * Added a new typemap suite, ARGOUTVIEW, which takes a view of a data by wfspotz@sandia.gov · 18 years ago
  61. 6daa0bb Added min and max macros to Backward Compatibility fragments by wfspotz@sandia.gov · 18 years ago
  62. eaae1d0 Added new fragment dependency to unsigned long fragment by wfspotz@sandia.gov · 18 years ago
  63. 01c13fc Added %fragment 'NumPy_Fragments' for convenience by wfspotz@sandia.gov · 18 years ago
  64. 9f40bb0 Changed #define to %#define so that they delay implementation by wfspotz@sandia.gov · 18 years ago
  65. aaaf84c Fixed some typos in the comments by wfspotz@sandia.gov · 18 years ago
  66. 0fa45d7 Changed numpy.i so that helper macros and helper functions are now by wfspotz@sandia.gov · 18 years ago
  67. 8b60ca4 Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher). by Stefan van der Walt · 18 years ago
  68. f1f6ff2 Updated documentation to include pyfragments.swg explanation by wfspotz@sandia.gov · 18 years ago
  69. b8b489f Added pyfragments.swg, which expands integer type-checking to accept numpy array scalars by wfspotz@sandia.gov · 18 years ago
  70. 4ed186d Added Eric Jones to the list of acknowledgements by wfspotz@sandia.gov · 18 years ago
  71. 0b77f0e ran reindent.py to clean up whitespace by Jarrod Millman · 18 years ago
  72. f6f20d9 added reference to another style guide checking script by Jarrod Millman · 18 years ago
  73. 382beab Some documentation cleanup of disutils. by chris.burns · 18 years ago
  74. ac3329b Add Docutils dependency for Epydoc. by chris.burns · 18 years ago
  75. fadbb42 more rest corrections by Jarrod Millman · 18 years ago
  76. 6bb10cb trying to get the rest right by Jarrod Millman · 18 years ago
  77. 432bad5 typo by Jarrod Millman · 18 years ago
  78. 2aa8f46 more on documentation by Jarrod Millman · 18 years ago
  79. 1468285 ReST fixes. by Stefan van der Walt · 18 years ago
  80. 0f3ebdb ReST markup fixes. by Stefan van der Walt · 18 years ago
  81. 518e9b2 Update formatting. Mention how to handle blank lines in doctests. by Stefan van der Walt · 18 years ago
  82. 07039cc point to a link that actually works by Jarrod Millman · 18 years ago
  83. 067d642 correcting epydoc output by Jarrod Millman · 18 years ago
  84. 7a1c007 another typo by Jarrod Millman · 18 years ago
  85. fe3c788 typo by Jarrod Millman · 18 years ago
  86. 6d231a9 one more try by Jarrod Millman · 18 years ago
  87. 35c7155 backing out the last thing i did by Jarrod Millman · 18 years ago
  88. 1794d8a get the example working by Jarrod Millman · 18 years ago
  89. 0ac6c30 more doc work by Jarrod Millman · 18 years ago
  90. 0ae9b49 more documentation by Jarrod Millman · 18 years ago
  91. 7b49084 typo by Jarrod Millman · 18 years ago
  92. dfc8625 more doc work by Jarrod Millman · 18 years ago
  93. 412700d docs by Jarrod Millman · 18 years ago
  94. f71aa54 docs by Jarrod Millman · 18 years ago
  95. 424bdd9 cont. documentation by Jarrod Millman · 18 years ago
  96. 76ab788 more documentation by Jarrod Millman · 18 years ago
  97. 0b12d90 documentation by Jarrod Millman · 18 years ago
  98. 5e444ee more documentation by Jarrod Millman · 18 years ago
  99. dcac742 more documentation by Jarrod Millman · 18 years ago
  100. 88e1fad more documentation work by Jarrod Millman · 18 years ago