summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* DOC: regenerate gitwash docsPauli Virtanen2010-10-0417-0/+871
|
* DOC: add developer docs based on gitwashPauli Virtanen2010-10-044-0/+14
|
* DOC: explicitly require Sphinx >= 1.0.1Pauli Virtanen2010-10-011-12/+7
|
* DOC: integrate doc/swig/doc documentation with reference guide.rgommers2010-09-044-0/+1107
|
* DOC: wiki merge, rst docs.rgommers2010-07-314-14/+36
|
* DOC: update the blurb about the array interfacePauli Virtanen2010-07-211-9/+9
|
* ENH: Do some housekeeping for the newly added slogdet function.Charles Harris2010-05-051-0/+1
|
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-1722-322/+395
|
* API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer ↵Travis Oliphant2010-02-151-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 Cournapeau2009-11-261-1/+0
|
* ENH: add an assert_warns testing utility.David Cournapeau2009-11-231-0/+1
|
* doc: rewrite latex-offending markupPauli Virtanen2009-11-191-14/+9
|
* second set of checkins from doc editorJarrod Millman2009-11-138-106/+159
|
* DOC: add npy_nextafter/npy_spacing in doc ref.David Cournapeau2009-11-101-0/+22
|
* docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and ↵pierregm2009-11-073-1/+3
| | | | | | basics.io.genfromtxt io.genfromtxt : update the doc
* Add an example for using complex npymath stuff.David Cournapeau2009-11-041-0/+17
|
* DOC: mention nextafter ufunc in the release notes and reference.David Cournapeau2009-11-041-0/+1
|
* * Added docs on i/o with focus on genfromtxtpierregm2009-10-223-0/+457
|
* Many improvements to chararray. Fixes Trac bugs 1199, 856, 855, 1231, 1235, ↵mdroe2009-10-124-5/+96
| | | | 1240, 1241. docstrings, full unit-test coverage, C-based vectorized string operations.
* doc: enable sphinx.ext.doctest extensionPauli Virtanen2009-10-031-0/+1
|
* ENH: add byteswapping tutorialMatthew Brett2009-10-032-0/+6
|
* Final doc import cleanups. Thanks to all contributors for the preceding commits!Pauli Virtanen2009-10-021-0/+2
| | | | | There are still some docstrings in the queue -- those'll be committed in later.
* Docstring update: doc/source/referencePauli Virtanen2009-10-028-102/+114
|
* Docstring update: doc/source/userPauli Virtanen2009-10-024-7/+139
|
* Fix remaining references to numpy.core.defmatrixPauli Virtanen2009-09-261-1/+1
|
* add support for __array_prepare__Darren Dale2009-08-232-16/+36
|
* Update documentation.David Cournapeau2009-08-071-38/+1
|
* Add a section in npymath doc about how to link against npymath.David Cournapeau2009-07-271-0/+15
|
* 'Merge' docstring and reference guide for Distribution methods documentation.David Cournapeau2009-07-261-200/+22
|
* Use automethod for the functions we added to numpy.distutils.David Cournapeau2009-07-261-21/+3
|
* Add documentation + example for npy-pkg-config files.David Cournapeau2009-07-261-0/+77
|
* Add doc for add_installed_library and add_npy_pkg_config.David Cournapeau2009-07-261-0/+22
|
* Update doc for neighborhood iterator.David Cournapeau2009-07-211-9/+68
|
* Add the deprecated decorator to the numpy reference.David Cournapeau2009-07-211-0/+1
|
* Add version added for npy_copysign + fix doc typo.David Cournapeau2009-07-201-1/+3
|
* Update new correlation support.David Cournapeau2009-07-181-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 Cimrman2009-07-081-3/+2
|
* Fix versioning and inclusion to ref. guide in docs for #1132Pauli Virtanen2009-07-041-0/+8
|
* Add doc for copysign in numpy doc.David Cournapeau2009-07-012-0/+7
|
* BUG: Fix NPY_* macros for endianness (#1154).David Cournapeau2009-06-301-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 targetPauli Virtanen2009-06-281-0/+1
|
* docs: fix class documentationPauli Virtanen2009-06-271-2/+2
|
* docs: generate Attributes and Methods sections in class documentationPauli Virtanen2009-06-272-2/+29
|
* Merge from doc wikiPauli Virtanen2009-06-199-52/+201
|
* docs: document that neighbourhood iterator was added in 1.4.0Pauli Virtanen2009-06-191-0/+2
|
* Add neighborhood iterator.David Cournapeau2009-06-192-0/+78
|
* Add Euler constant to npy_math.David Cournapeau2009-06-171-0/+4
|
* docs: port documentation from CAPI.txtPauli Virtanen2009-06-161-4/+49
|
* docs: hide plot output admonition titlePauli Virtanen2009-05-211-0/+4
|
* docs: CSS for plotsPauli Virtanen2009-05-211-0/+24
|