| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: datetime: Add additional tutorial information. | Steve R. Hastings | 2011-07-19 | 1 | -27/+95 |
* | DOC: fix build issues (with latex or newest sphinx) | Pauli Virtanen | 2011-07-15 | 1 | -11/+7 |
* | DOC: core: Document the mask-based nditer flags and new inline mask functions | Mark Wiebe | 2011-07-11 | 3 | -10/+249 |
* | ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyInto | Mark Wiebe | 2011-07-08 | 2 | -0/+15 |
* | DOC: c-api: Update to reflect array flag namespace change | Mark Wiebe | 2011-07-06 | 3 | -144/+149 |
* | DOC: Document the ufunc 'where=' parameter and the NpyAuxData C API mechanism | Mark Wiebe | 2011-07-06 | 2 | -0/+99 |
* | DOC: datetime: Split the date/time units into two separate tables | Mark Wiebe | 2011-07-01 | 1 | -7/+24 |
* | DOC: datetime: Updates based on Chuck's feedback | Mark Wiebe | 2011-07-01 | 1 | -6/+16 |
* | DOC: datetime: Start a draft of introductory datetime documentation | Mark Wiebe | 2011-07-01 | 2 | -0/+262 |
* | DOC: list routines for dealing with raw binary files | Pauli Virtanen | 2011-06-25 | 1 | -0/+8 |
* | DOC: dtype-struct: Document the changes to struct dtypes | Mark Wiebe | 2011-06-22 | 1 | -38/+56 |
* | ENH: Add the polynomial module to the documentation. | Charles Harris | 2011-06-20 | 4 | -3/+33 |
* | STY: datetime-feedback: Rename np.busdaydef -> np.busdaycalendar | Mark Wiebe | 2011-06-15 | 1 | -1/+1 |
* | DOC: datetime-bday: Document the datetime business day functions | Mark Wiebe | 2011-06-14 | 2 | -0/+21 |
* | DOC: Document the new keyword arguments for ufuncs | Mark Wiebe | 2011-04-22 | 1 | -0/+39 |
* | DOC: Improve the documentation about type promotion | Mark Wiebe | 2011-04-22 | 2 | -7/+49 |
* | DOC: The nditer exposure wasn't linked correctly | Mark Wiebe | 2011-03-22 | 2 | -1/+1 |
* | API: Rename 'niter' to 'nop' in the nditer | Mark Wiebe | 2011-03-17 | 1 | -24/+24 |
* | DOC: Fill in more of the nditer docs | Mark Wiebe | 2011-03-16 | 1 | -0/+1 |
* | ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l... | Mark Wiebe | 2011-03-15 | 1 | -1/+5 |
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 2 | -35/+35 |
* | DOC: BLD: fix some doc build warnings. | Ralf Gommers | 2011-03-14 | 2 | -2/+1 |
* | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP | Mark Wiebe | 2011-03-14 | 1 | -22/+23 |
* | DOC: Document constructor API change, and fill in some more missing documenta... | Mark Wiebe | 2011-03-13 | 3 | -53/+115 |
* | BUG: For compatibility with 1.5, revert to permitting limited broadcasting of... | Mark Wiebe | 2011-03-11 | 1 | -1/+1 |
* | DOC: Replace 'deprecated' with 'superceded' in a few places, fix a typo. | Mark Wiebe | 2011-03-10 | 2 | -16/+17 |
* | DOC: Add some missing documentation, hyper-link the iterator documentation | Mark Wiebe | 2011-03-10 | 2 | -164/+348 |
* | API: Rename the iterator function pointer types to be more consistent with Nu... | Mark Wiebe | 2011-03-10 | 1 | -8/+8 |
* | API: Change iterator API parameters ndim and niter from npy_intp to int | Mark Wiebe | 2011-03-10 | 1 | -18/+18 |
* | DOC: Copy iterator API documentation from the NEP | Mark Wiebe | 2011-03-05 | 2 | -0/+1102 |
* | DOC: add some more wiki edits, of rst files in ref/user guide. | rgommers | 2011-03-02 | 3 | -10/+10 |
* | ENH: core: Allow user to pass in output array for dot() | Luis Pedro Coelho | 2011-02-12 | 1 | -1/+9 |
* | ENH: index_tricks: Implement unravel_index and ravel_coords functions in C | Mark Wiebe | 2011-02-10 | 1 | -0/+1 |
* | ENH: core: Add PyArray_NewLikeArray function | Mark Wiebe | 2011-01-28 | 1 | -0/+15 |
* | DOC: core: Document the new einsum function | Mark Wiebe | 2011-01-24 | 1 | -0/+1 |
* | ENH: ufunc: Restructure iterator ufunc evaluation into functions | Mark Wiebe | 2011-01-20 | 2 | -21/+31 |
* | ENH: ufunc: Add the main loop selection/type-determination mechanism | Mark Wiebe | 2011-01-19 | 1 | -0/+5 |
* | ENH: doc: Document the new API functions | Mark Wiebe | 2011-01-18 | 1 | -0/+50 |
* | ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultType | Mark Wiebe | 2011-01-18 | 1 | -0/+1 |
* | ENH: core: Add PyArray_MinScalarType and expose it to Python | Mark Wiebe | 2011-01-18 | 1 | -0/+1 |
* | ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypes | Mark Wiebe | 2011-01-18 | 1 | -0/+1 |
* | ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ... | Mark Wiebe | 2011-01-17 | 1 | -0/+1 |
* | ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer... | Mark Wiebe | 2011-01-16 | 1 | -2/+9 |
* | ENH: Rename the half character code from 'j' to 'e' | Mark Wiebe | 2010-12-01 | 3 | -10/+10 |
* | DOC: core: Update docs for half/float16 type | Mark Wiebe | 2010-12-01 | 8 | -44/+267 |
* | DOC: BUG: correct description of ndarray iterator. Closes #1687. | rgommers | 2010-11-28 | 1 | -1/+1 |
* | 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 | 1 | -1/+1 |
* | 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 |