summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* DOCS: New ufunc creation docsChris Jordan-Squire2011-08-221-2/+2
* Merge branch 'deprecate_array_field_access'Mark Wiebe2011-07-261-1/+26
|\
| * DOC: core: Document the PyArray_SetBaseObject functionMark Wiebe2011-07-221-1/+26
* | DOC: datetime: Update the docs to reflect busday_count changeMark Wiebe2011-07-191-2/+1
* | DOC: datetime: hyperlink busday_count and is_busday functions in datetime docMark Wiebe2011-07-191-2/+2
* | DOC: datetime: Add additional tutorial information.Steve R. Hastings2011-07-191-27/+95
|/
* DOC: fix build issues (with latex or newest sphinx)Pauli Virtanen2011-07-151-11/+7
* DOC: core: Document the mask-based nditer flags and new inline mask functionsMark Wiebe2011-07-113-10/+249
* ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyIntoMark Wiebe2011-07-082-0/+15
* DOC: c-api: Update to reflect array flag namespace changeMark Wiebe2011-07-063-144/+149
* DOC: Document the ufunc 'where=' parameter and the NpyAuxData C API mechanismMark Wiebe2011-07-062-0/+99
* DOC: datetime: Split the date/time units into two separate tablesMark Wiebe2011-07-011-7/+24
* DOC: datetime: Updates based on Chuck's feedbackMark Wiebe2011-07-011-6/+16
* DOC: datetime: Start a draft of introductory datetime documentationMark Wiebe2011-07-012-0/+262
* DOC: list routines for dealing with raw binary filesPauli Virtanen2011-06-251-0/+8
* DOC: dtype-struct: Document the changes to struct dtypesMark Wiebe2011-06-221-38/+56
* ENH: Add the polynomial module to the documentation.Charles Harris2011-06-204-3/+33
* STY: datetime-feedback: Rename np.busdaydef -> np.busdaycalendarMark Wiebe2011-06-151-1/+1
* DOC: datetime-bday: Document the datetime business day functionsMark Wiebe2011-06-142-0/+21
* DOC: Document the new keyword arguments for ufuncsMark Wiebe2011-04-221-0/+39
* DOC: Improve the documentation about type promotionMark Wiebe2011-04-222-7/+49
* DOC: The nditer exposure wasn't linked correctlyMark Wiebe2011-03-222-1/+1
* API: Rename 'niter' to 'nop' in the nditerMark Wiebe2011-03-171-24/+24
* DOC: Fill in more of the nditer docsMark Wiebe2011-03-161-0/+1
* 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-023-10/+10
* 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-018-44/+267