summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
...
* ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l...Mark Wiebe2011-03-151-1/+5
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-142-35/+35
* DOC: BLD: fix some doc build warnings.Ralf Gommers2011-03-142-2/+1
* STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOPMark Wiebe2011-03-141-22/+23
* DOC: Document constructor API change, and fill in some more missing documenta...Mark Wiebe2011-03-133-53/+115
* BUG: For compatibility with 1.5, revert to permitting limited broadcasting of...Mark Wiebe2011-03-111-1/+1
* DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo.Mark Wiebe2011-03-102-16/+17
* DOC: Add some missing documentation, hyper-link the iterator documentationMark Wiebe2011-03-102-164/+348
* API: Rename the iterator function pointer types to be more consistent with Nu...Mark Wiebe2011-03-101-8/+8
* API: Change iterator API parameters ndim and niter from npy_intp to intMark Wiebe2011-03-101-18/+18
* DOC: Copy iterator API documentation from the NEPMark Wiebe2011-03-052-0/+1102
* DOC: add some more wiki edits, of rst files in ref/user guide.rgommers2011-03-024-12/+20
* ENH: core: Allow user to pass in output array for dot()Luis Pedro Coelho2011-02-121-1/+9
* ENH: index_tricks: Implement unravel_index and ravel_coords functions in CMark Wiebe2011-02-101-0/+1
* ENH: core: Add PyArray_NewLikeArray functionMark Wiebe2011-01-281-0/+15
* DOC: core: Document the new einsum functionMark Wiebe2011-01-241-0/+1
* ENH: ufunc: Restructure iterator ufunc evaluation into functionsMark Wiebe2011-01-202-21/+31
* ENH: ufunc: Add the main loop selection/type-determination mechanismMark Wiebe2011-01-191-0/+5
* ENH: doc: Document the new API functionsMark Wiebe2011-01-181-0/+50
* ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultTypeMark Wiebe2011-01-181-0/+1
* ENH: core: Add PyArray_MinScalarType and expose it to PythonMark Wiebe2011-01-181-0/+1
* ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypesMark Wiebe2011-01-181-0/+1
* ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ...Mark Wiebe2011-01-171-0/+1
* ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer...Mark Wiebe2011-01-161-2/+9
* ENH: Rename the half character code from 'j' to 'e'Mark Wiebe2010-12-013-10/+10
* DOC: core: Update docs for half/float16 typeMark Wiebe2010-12-019-45/+268
* DOC: BUG: correct description of ndarray iterator. Closes #1687.rgommers2010-11-281-1/+1
* DOC: dev: update also the overviewPauli Virtanen2010-10-291-2/+3
* DOC: dev: update instructions on sending patchesPauli Virtanen2010-10-291-1/+6
* DOC: dev: try to improve Git workflow docsPauli Virtanen2010-10-1911-122/+358
* 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 (an...Travis Oliphant2010-02-151-3/+4
* 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 basics.i...pierregm2009-11-073-1/+3
* 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
* doc: enable sphinx.ext.doctest extensionPauli Virtanen2009-10-031-0/+1