summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* STY: Rename NPY_ITER_DONT_REVERSE_AXES to NPY_ITER_DONT_NEGATE_STRIDES to be ...Mark Wiebe2011-01-281-2/+2
* Merge branch 'mw_neps'Mark Wiebe2011-01-282-0/+2289
|\
| * NEP: iter: Add NPY_ITER_DONT_REVERSE_AXES flagMark Wiebe2011-01-281-1/+15
| * NEP: iter: Add NpyIter_GetAxisStrideArray functionMark Wiebe2011-01-261-0/+14
| * NEP: iter: Add some more functionsMark Wiebe2011-01-261-0/+36
| * NEP: Correct some spelling errorsMark Wiebe2011-01-221-2/+2
| * NEP: Add more flags and some timing resultsMark Wiebe2011-01-221-13/+119
| * NEP: iter: Add some typical inner loop examples, other small changesMark Wiebe2011-01-081-23/+162
| * NEP: iter: Add functionality for allowing multi-threaded iterationMark Wiebe2011-01-071-28/+110
| * NEP: iter: Add NpyIter_ResetBasePointers function, remove NPY_ITER_OFFSETS flagMark Wiebe2011-01-041-38/+54
| * NEP: iter: Clarify op_axes slightly, and add offsets exampleMark Wiebe2010-12-221-22/+42
| * NEP: iter: added table of contentsMark Wiebe2010-12-211-1/+7
| * NEP: iter: Added Lambda UFunc exampleMark Wiebe2010-12-211-2/+55
| * NEP: iter: Switch from flags to a 'casting' parameterMark Wiebe2010-12-211-22/+55
| * NEP: Created deferred UFunc evaluation NEPMark Wiebe2010-12-211-0/+308
| * NEP: iter: Created Iterator/UFunc optimization NEPMark Wiebe2010-12-211-0/+1462
* | 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
|/
* DOC: Add release note mention of float16 typeMark Wiebe2010-12-011-0/+7
* 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: rename ReST files under doc/ from *.txt to *.rst.txt, so they render on ...rgommers2010-11-1111-0/+0
* DOC: update release docs.rgommers2010-11-081-9/+15
* 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: recommend to turn on deprecation warnings for Python >= 2.7.rgommers2010-10-161-0/+7
* DOC: Update the testing guidelines.rgommers2010-10-102-14/+24
* DOC: regenerate gitwash docsPauli Virtanen2010-10-0417-0/+871
* DOC: add developer docs based on gitwashPauli Virtanen2010-10-045-1/+23
* DOC: remove numpy.scipy.org -- it's now in a separate repositoryPauli Virtanen2010-10-0417-708/+0
* sphinxext: bump numpydoc versionPauli Virtanen2010-10-011-3/+3
* sphinxext: remove deprecated parts from numpydocPauli Virtanen2010-10-015-678/+3