Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Moving some examples to doctest format; removed debugging cruft in example | Matthew Brett | 2009-07-22 | 1 | -53/+46 | |
| | ||||||
* | Some clearer explanation of __array_finalize__ | Matthew Brett | 2009-07-22 | 1 | -45/+171 | |
| | ||||||
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 2 | -6/+6 | |
| | ||||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 2 | -1/+361 | |
| | ||||||
* | Document constants in numpy.doc.constants | Pauli Virtanen | 2009-02-14 | 1 | -0/+80 | |
| | ||||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 5 | -40/+307 | |
| | | | | they are still an improvement) | |||||
* | reindenting prior to release | Jarrod Millman | 2008-09-02 | 1 | -41/+41 | |
| | ||||||
* | Import documentation topic modules when numpy.doc is imported, so that they ↵ | Pauli Virtanen | 2008-08-27 | 1 | -2/+17 | |
| | | | | are easier to use. Add instructions how to view each topic. | |||||
* | Point to example | Matthew Brett | 2008-08-27 | 1 | -3/+3 | |
| | ||||||
* | Document on subclassing | Matthew Brett | 2008-08-27 | 1 | -0/+291 | |
| | ||||||
* | Move book to docs directory. | Stefan van der Walt | 2008-08-23 | 52 | -80126/+0 | |
| | ||||||
* | Move documentation outside of source tree. Remove `doc` import from __init__. | Stefan van der Walt | 2008-08-23 | 102 | -15014/+12 | |
| | ||||||
* | Add Guide to NumPy to numpy svn. | Travis Oliphant | 2008-08-21 | 51 | -0/+80114 | |
| | ||||||
* | Correctly handle Fortran-contiguous arrays in SWIG wrappers. | Stefan van der Walt | 2008-08-12 | 11 | -27/+324 | |
| | ||||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 9 | -27/+1615 | |
| | ||||||
* | Add numpy.doc.jargon entry. | Stefan van der Walt | 2008-07-17 | 1 | -0/+9 | |
| | ||||||
* | Add place-holder for doc.glossary. | Stefan van der Walt | 2008-07-15 | 1 | -0/+9 | |
| | ||||||
* | Sort numpy.doc names. | Stefan van der Walt | 2008-07-10 | 1 | -0/+1 | |
| | ||||||
* | Add stubs for reference documentation. | Stefan van der Walt | 2008-07-10 | 11 | -0/+99 | |
| | ||||||
* | Fix example docstring. | Stefan van der Walt | 2008-07-09 | 1 | -3/+4 | |
| | ||||||
* | Add numpy.doc topical documentation framework. | Stefan van der Walt | 2008-07-09 | 4 | -0/+31 | |
| | ||||||
* | Example of real docstring. | Stefan van der Walt | 2008-07-08 | 1 | -0/+103 | |
| | ||||||
* | Clean up test output such that a completely-passing test suite has no ↵ | Robert Kern | 2008-07-03 | 1 | -7/+1 | |
| | | | | extraneous output. | |||||
* | Restore old test framework classes. | Alan McIntyre | 2008-06-21 | 1 | -2/+2 | |
| | | | | | | | | | | | Added numpy.testing.run_module_suite to simplify "if __name__ == '__main__'" boilerplate code in test modules. Removed numpy/testing/pkgtester.py since it just consisted of an import statement after porting SciPy r4424. Allow numpy.*.test() to accept the old keyword arguments (but issue a deprecation warning when old arguments are seen). numpy.*.test() returns a test result object as before. Fixed typo in distutils doc. | |||||
* | Put import_array() back into the .pyx file. | Fernando Perez | 2008-06-20 | 2 | -14/+16 | |
| | | | | | | | M. Brett noticed that if it's only in the .pxd file, it does NOT get included in the auto-generated C code, and will thus not be called at module initialization time. | |||||
* | Move the import_array() call directly into c_numpy.pxd. | Fernando Perez | 2008-06-20 | 2 | -6/+16 | |
| | | | | | This makes the user-visible API for Cython usage simpler and closer to the Python one. | |||||
* | Use a colon instead of a semi-colon to separate index levels. | Stefan van der Walt | 2008-06-19 | 1 | -2/+2 | |
| | ||||||
* | Updated Cython code to use .pxd files with cimport instead of .pxi/include. | Fernando Perez | 2008-06-19 | 4 | -21/+21 | |
| | | | | | Using cimport/pxd is the currently recommended approach by the Cython team. | |||||
* | Add `Methods` section to documentation standard. | Stefan van der Walt | 2008-06-18 | 1 | -0/+28 | |
| | ||||||
* | Update documentation standard. | Stefan van der Walt | 2008-06-17 | 1 | -0/+22 | |
| | ||||||
* | Switched to use nose to run tests. Added test and bench functions to all ↵ | Alan McIntyre | 2008-06-17 | 1 | -27/+11 | |
| | | | | modules. | |||||
* | How to use variables in math markup. | Stefan van der Walt | 2008-06-11 | 1 | -0/+6 | |
| | ||||||
* | Update examples section. | Stefan van der Walt | 2008-06-03 | 1 | -3/+4 | |
| | ||||||
* | Update documentation standard. | Stefan van der Walt | 2008-06-03 | 3 | -13/+56 | |
| | ||||||
* | Spell out namespace convention in Examples and See Also sections in docstrings | Pauli Virtanen | 2008-06-01 | 1 | -2/+9 | |
| | ||||||
* | fixed whitespace w/ reindent | Jarrod Millman | 2008-05-22 | 1 | -1/+0 | |
| | ||||||
* | Indexing tag was correct. Revert. | Stefan van der Walt | 2008-05-19 | 1 | -2/+2 | |
| | ||||||
* | Fix typo in indexing tag. | Stefan van der Walt | 2008-05-19 | 1 | -2/+2 | |
| | ||||||
* | Minor update to example docstring. | Stefan van der Walt | 2008-05-16 | 1 | -13/+8 | |
| | ||||||
* | Update documentation format and example. | Stefan van der Walt | 2008-05-16 | 2 | -18/+43 | |
| | ||||||
* | Update example. Fix reference. | Stefan van der Walt | 2008-05-16 | 2 | -26/+32 | |
| | ||||||
* | Update documentation standard. | Stefan van der Walt | 2008-05-16 | 2 | -143/+303 | |
| | ||||||
* | Replace tabs with spaces. | Charles Harris | 2008-05-01 | 1 | -154/+154 | |
| | ||||||
* | Remove trailing whitespace. | Charles Harris | 2008-05-01 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing whitespace. | Charles Harris | 2008-05-01 | 1 | -28/+28 | |
| | ||||||
* | Fix grammar. | Charles Harris | 2008-05-01 | 1 | -2/+2 | |
| | ||||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 2 | -4/+2 | |
| | ||||||
* | adding abreviation for pyplot | Jarrod Millman | 2008-04-13 | 1 | -4/+5 | |
| | ||||||
* | Add up to date (and slightly cleaned up) support for Cython after porting | Fernando Perez | 2008-04-09 | 11 | -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 Walt | 2008-03-23 | 1 | -11/+14 | |
| |