summaryrefslogtreecommitdiff
path: root/numpy/doc
Commit message (Expand)AuthorAgeFilesLines
* Indexing tag was correct. Revert.Stefan van der Walt2008-05-191-2/+2
* Fix typo in indexing tag.Stefan van der Walt2008-05-191-2/+2
* Minor update to example docstring.Stefan van der Walt2008-05-161-13/+8
* Update documentation format and example.Stefan van der Walt2008-05-162-18/+43
* Update example. Fix reference.Stefan van der Walt2008-05-162-26/+32
* Update documentation standard.Stefan van der Walt2008-05-162-143/+303
* Replace tabs with spaces.Charles Harris2008-05-011-154/+154
* Remove trailing whitespace.Charles Harris2008-05-011-1/+1
* Remove trailing whitespace.Charles Harris2008-05-011-28/+28
* Fix grammar.Charles Harris2008-05-011-2/+2
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-202-4/+2
* adding abreviation for pyplotJarrod Millman2008-04-131-4/+5
* Add up to date (and slightly cleaned up) support for Cython after portingFernando Perez2008-04-0911-1/+438
* Fix ReST syntax in HOWTO_DOCUMENT.Stefan van der Walt2008-03-231-11/+14
* Break lines.Charles Harris2008-03-151-1/+11
* Finish simple example for new data-type and add test.Travis Oliphant2008-03-042-4/+31
* Simple example of an extended data-type.Travis Oliphant2008-03-043-0/+156
* Add PEP-style document describing the NPY format.Robert Kern2008-02-271-0/+294
* ran reindentJarrod Millman2008-02-081-1/+1
* Set __docformat__ such that epydoc knows it's looking at reST instead of epyt...Robert Kern2008-01-227-123/+131
* add more explanation for new standardJarrod Millman2008-01-221-3/+1
* typoJarrod Millman2008-01-221-7/+2
* explanation of current situationJarrod Millman2008-01-221-0/+9
* Add a Raises section to the docstring suggestions.Travis Oliphant2007-12-301-3/+7
* more janitorial workJarrod Millman2007-12-294-49/+49
* janitorial workJarrod Millman2007-12-291-12/+14
* Improve the documentation style for human-readability in plain-textTravis Oliphant2007-12-2812-275/+273
* typoJarrod Millman2007-12-281-1/+1
* Fix packbits and unpackbits for new io in numpy.Travis Oliphant2007-12-261-1/+3
* Replace numpy.distutils.exec_command.splitcmdline with shlex.split instead.cookedm2007-12-261-1/+0
* formattingJarrod Millman2007-12-161-3/+4
* added new import standards to how to docJarrod Millman2007-12-151-0/+4
* Corrected casting logic for numpy array scalarswfspotz@sandia.gov2007-12-021-118/+9
* Argout typemap documentation made more clear.wfspotz@sandia.gov2007-12-013-5/+9
* Changed setting of fortran-order array's flag; corrected documentaionwfspotz@sandia.gov2007-12-015-9/+7
* * Added support for FORTRAN-ordered arrays to numpy.i.wfspotz@sandia.gov2007-11-3011-95/+996
* * Added a new typemap suite, ARGOUTVIEW, which takes a view of a datawfspotz@sandia.gov2007-11-2913-147/+1137
* Added min and max macros to Backward Compatibility fragmentswfspotz@sandia.gov2007-11-242-52/+88
* Added new fragment dependency to unsigned long fragmentwfspotz@sandia.gov2007-11-242-3/+4
* Added %fragment 'NumPy_Fragments' for conveniencewfspotz@sandia.gov2007-11-231-20/+28
* Changed #define to %#define so that they delay implementationwfspotz@sandia.gov2007-11-231-8/+8
* Fixed some typos in the commentswfspotz@sandia.gov2007-11-231-5/+8
* Changed numpy.i so that helper macros and helper functions are nowwfspotz@sandia.gov2007-11-232-345/+521
* Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher).Stefan van der Walt2007-11-233-20/+22
* Updated documentation to include pyfragments.swg explanationwfspotz@sandia.gov2007-11-223-22/+136
* Added pyfragments.swg, which expands integer type-checking to accept numpy ar...wfspotz@sandia.gov2007-11-222-2/+225
* Added Eric Jones to the list of acknowledgementswfspotz@sandia.gov2007-11-204-9/+9
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* added reference to another style guide checking scriptJarrod Millman2007-10-291-0/+1
* Some documentation cleanup of disutils.chris.burns2007-10-041-41/+37