Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: regenerate gitwash docs | Pauli Virtanen | 2010-10-04 | 17 | -0/+871 |
| | |||||
* | DOC: add developer docs based on gitwash | Pauli Virtanen | 2010-10-04 | 4 | -0/+14 |
| | |||||
* | DOC: explicitly require Sphinx >= 1.0.1 | Pauli Virtanen | 2010-10-01 | 1 | -12/+7 |
| | |||||
* | DOC: integrate doc/swig/doc documentation with reference guide. | rgommers | 2010-09-04 | 4 | -0/+1107 |
| | |||||
* | DOC: wiki merge, rst docs. | rgommers | 2010-07-31 | 4 | -14/+36 |
| | |||||
* | DOC: update the blurb about the array interface | Pauli Virtanen | 2010-07-21 | 1 | -9/+9 |
| | |||||
* | ENH: Do some housekeeping for the newly added slogdet function. | Charles Harris | 2010-05-05 | 1 | -0/+1 |
| | |||||
* | updated documentation from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 22 | -322/+395 |
| | |||||
* | API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer ↵ | Travis Oliphant | 2010-02-15 | 1 | -3/+4 |
| | | | | (and inserted an unused character for alignment) and renamed it to flags. Re-organized the ArrFuncs structure. Moved NPY_DATETIME and friends to their 'correct' place in the type order. | ||||
* | DOC: there is no acorrelate function. | David Cournapeau | 2009-11-26 | 1 | -1/+0 |
| | |||||
* | ENH: add an assert_warns testing utility. | David Cournapeau | 2009-11-23 | 1 | -0/+1 |
| | |||||
* | doc: rewrite latex-offending markup | Pauli Virtanen | 2009-11-19 | 1 | -14/+9 |
| | |||||
* | second set of checkins from doc editor | Jarrod Millman | 2009-11-13 | 8 | -106/+159 |
| | |||||
* | DOC: add npy_nextafter/npy_spacing in doc ref. | David Cournapeau | 2009-11-10 | 1 | -0/+22 |
| | |||||
* | docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and ↵ | pierregm | 2009-11-07 | 3 | -1/+3 |
| | | | | | | basics.io.genfromtxt io.genfromtxt : update the doc | ||||
* | Add an example for using complex npymath stuff. | David Cournapeau | 2009-11-04 | 1 | -0/+17 |
| | |||||
* | DOC: mention nextafter ufunc in the release notes and reference. | David Cournapeau | 2009-11-04 | 1 | -0/+1 |
| | |||||
* | * Added docs on i/o with focus on genfromtxt | pierregm | 2009-10-22 | 3 | -0/+457 |
| | |||||
* | Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ↵ | mdroe | 2009-10-12 | 4 | -5/+96 |
| | | | | 1240, 1241. docstrings, full unit-test coverage, C-based vectorized string operations. | ||||
* | doc: enable sphinx.ext.doctest extension | Pauli Virtanen | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | ENH: add byteswapping tutorial | Matthew Brett | 2009-10-03 | 2 | -0/+6 |
| | |||||
* | Final doc import cleanups. Thanks to all contributors for the preceding commits! | Pauli Virtanen | 2009-10-02 | 1 | -0/+2 |
| | | | | | There are still some docstrings in the queue -- those'll be committed in later. | ||||
* | Docstring update: doc/source/reference | Pauli Virtanen | 2009-10-02 | 8 | -102/+114 |
| | |||||
* | Docstring update: doc/source/user | Pauli Virtanen | 2009-10-02 | 4 | -7/+139 |
| | |||||
* | Fix remaining references to numpy.core.defmatrix | Pauli Virtanen | 2009-09-26 | 1 | -1/+1 |
| | |||||
* | add support for __array_prepare__ | Darren Dale | 2009-08-23 | 2 | -16/+36 |
| | |||||
* | Update documentation. | David Cournapeau | 2009-08-07 | 1 | -38/+1 |
| | |||||
* | Add a section in npymath doc about how to link against npymath. | David Cournapeau | 2009-07-27 | 1 | -0/+15 |
| | |||||
* | 'Merge' docstring and reference guide for Distribution methods documentation. | David Cournapeau | 2009-07-26 | 1 | -200/+22 |
| | |||||
* | Use automethod for the functions we added to numpy.distutils. | David Cournapeau | 2009-07-26 | 1 | -21/+3 |
| | |||||
* | Add documentation + example for npy-pkg-config files. | David Cournapeau | 2009-07-26 | 1 | -0/+77 |
| | |||||
* | Add doc for add_installed_library and add_npy_pkg_config. | David Cournapeau | 2009-07-26 | 1 | -0/+22 |
| | |||||
* | Update doc for neighborhood iterator. | David Cournapeau | 2009-07-21 | 1 | -9/+68 |
| | |||||
* | Add the deprecated decorator to the numpy reference. | David Cournapeau | 2009-07-21 | 1 | -0/+1 |
| | |||||
* | Add version added for npy_copysign + fix doc typo. | David Cournapeau | 2009-07-20 | 1 | -1/+3 |
| | |||||
* | Update new correlation support. | David Cournapeau | 2009-07-18 | 1 | -0/+23 |
| | | | | | | | | | | | | Rename PyArray_Acorrelate to PyArray_Correlate2 to follow the current NumPy convention when adding new function and keeping the old one for backward compatibility. Add keyword to correlate to switch old/new behavior instead of adding acorrelate, which is not discoverable. Raise a DeprecationWarning when the old behavior is used - old behavior still the default, though. | ||||
* | Enhancements to arraysetops (ticket #1133, by Neil Crighton) | Robert Cimrman | 2009-07-08 | 1 | -3/+2 |
| | |||||
* | Fix versioning and inclusion to ref. guide in docs for #1132 | Pauli Virtanen | 2009-07-04 | 1 | -0/+8 |
| | |||||
* | Add doc for copysign in numpy doc. | David Cournapeau | 2009-07-01 | 2 | -0/+7 |
| | |||||
* | BUG: Fix NPY_* macros for endianness (#1154). | David Cournapeau | 2009-06-30 | 1 | -2/+2 |
| | | | | | | | | | I managed to screw them up: they did not actually mimic the gblic endian.h behavior, that is NPY_BIG_ENDIAN and NPY_LITTLE_ENDIAN should always be defined, and endianness should be detected by comparison with NPY_BYTE_ORDER. This needs to be fixed because the behavior of the NPY_ macros was different depending on whether endian.h was available or not. Let's hope nobody depended on it... | ||||
* | docs: more robust version number introspec & qthelp target | Pauli Virtanen | 2009-06-28 | 1 | -0/+1 |
| | |||||
* | docs: fix class documentation | Pauli Virtanen | 2009-06-27 | 1 | -2/+2 |
| | |||||
* | docs: generate Attributes and Methods sections in class documentation | Pauli Virtanen | 2009-06-27 | 2 | -2/+29 |
| | |||||
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 9 | -52/+201 |
| | |||||
* | docs: document that neighbourhood iterator was added in 1.4.0 | Pauli Virtanen | 2009-06-19 | 1 | -0/+2 |
| | |||||
* | Add neighborhood iterator. | David Cournapeau | 2009-06-19 | 2 | -0/+78 |
| | |||||
* | Add Euler constant to npy_math. | David Cournapeau | 2009-06-17 | 1 | -0/+4 |
| | |||||
* | docs: port documentation from CAPI.txt | Pauli Virtanen | 2009-06-16 | 1 | -4/+49 |
| | |||||
* | docs: hide plot output admonition title | Pauli Virtanen | 2009-05-21 | 1 | -0/+4 |
| | |||||
* | docs: CSS for plots | Pauli Virtanen | 2009-05-21 | 1 | -0/+24 |
| |