summaryrefslogtreecommitdiff
path: root/numpy/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | the existing Pyrex one, put in deprecation markers in the old Pyrex dir. The pyrex dir can be removed in a subsequent commit.
* 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 ↵Robert Kern2008-01-227-123/+131
| | | | epytext.
* 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
| | | | | | | | It has the same problems as our old numpy.distutils.ccompiler.split_quoted. splitcmdline still exists, but uses shlex.split, and issues a DeprecationWarning This has the positive side effect of not having numpy.distutils pulled in when numpy is imported -- there was a use of splitcmdline in numpy.testing.
* 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 new tests that test some of the FORTRAN-ordered typemaps. * Updated the documentation to include the new FORTRAN-ordering support.
* * Added a new typemap suite, ARGOUTVIEW, which takes a view of a datawfspotz@sandia.gov2007-11-2913-147/+1137
| | | | | | | | | | | | buffer and converts it to an output numpy array (1D, 2D and 3D, with before- and after- dimension specifications.) * Added new tests for the ARGOUTVIEW typemaps in the test directory (Array1 and Array2 classes, both included in the Array python extension module, tested in testArray.py). * Updated the documentation to reflect the latest changes.
* 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
| | | | | | implemented as swig %fragments. This allows me to implement the backward compatibility macros without duplicating them.
* Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher).Stefan van der Walt2007-11-233-20/+22
| | | | Fix filenames in setup.py. Fix tests in Makefile.
* Updated documentation to include pyfragments.swg explanationwfspotz@sandia.gov2007-11-223-22/+136
|
* Added pyfragments.swg, which expands integer type-checking to accept numpy ↵wfspotz@sandia.gov2007-11-222-2/+225
| | | | array scalars
* 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
|
* Add Docutils dependency for Epydoc.chris.burns2007-10-021-0/+9
|
* more rest correctionsJarrod Millman2007-10-021-4/+2
|
* trying to get the rest rightJarrod Millman2007-10-021-1/+1
|
* typoJarrod Millman2007-10-021-2/+4
|
* more on documentationJarrod Millman2007-10-021-3/+17
|
* ReST fixes.Stefan van der Walt2007-09-254-107/+112
|