| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Fix typos in docs | Dongjoon Hyun | 2016-01-25 | 1 | -1/+1 |
* | DOC: fixed #6525 | Yifan Li | 2015-10-19 | 1 | -8/+8 |
* | DOC: Fixed a typo at line 289 at c-api.array.rst | Nicolas Calle | 2015-10-19 | 1 | -1/+1 |
* | DOC: Fix outdated sphinx directives. | Charles Harris | 2015-07-01 | 1 | -683/+683 |
* | DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterface | jaimefrio | 2015-01-28 | 1 | -7/+5 |
* | Merge pull request #5249 from immerrr/add-missing-scalar-func-docs | Charles Harris | 2015-01-26 | 1 | -3/+18 |
|\ |
|
| * | DOC: add documentation for some scalar checks | immerrr | 2014-11-29 | 1 | -3/+18 |
* | | DOC: improve record/structured array nomenclature & guide | Allan Haldane | 2015-01-22 | 1 | -7/+7 |
* | | DOC: fix typo in array flag docs. | Eric Moore | 2014-12-19 | 1 | -1/+1 |
* | | DOC: Update the docs for the C API to reflect the change in return type of Py... | Chris Kerr | 2014-11-17 | 1 | -1/+4 |
|/ |
|
* | DOC: document NPY_BEGIN_THREADS_THRESHOLDED | jaimefrio | 2014-09-25 | 1 | -0/+6 |
* | DOC: Update PyArray_SearchSorted docs in c-api.array.rst | jaimefrio | 2014-09-24 | 1 | -11/+20 |
* | DOC: fix signature of PyArray_NewShape in C-API docs | Julian Taylor | 2014-06-11 | 1 | -3/+4 |
* | MAINT: add a few nonnull attributes to array creation functions | Julian Taylor | 2014-04-24 | 1 | -1/+1 |
* | DOC: suggest definition of unique symbol in .h | Hans Meine | 2014-03-16 | 1 | -1/+5 |
* | BUG: Fix promote_types, can_cast, as astype issues | Jay Bourque | 2014-02-25 | 1 | -2/+6 |
* | Update c-api.array.rst | Marc-Alexandre Côté | 2014-02-17 | 1 | -0/+12 |
* | DOC: Typo, replace PyArrayDescr_Check by PyArray_DescrCheck. | Charles Harris | 2014-02-16 | 1 | -1/+1 |
* | ENH: add tobytes and stop using tostring in documentation | Julian Taylor | 2014-02-11 | 1 | -1/+1 |
* | Fix the doc of PyArray_ArgMax and PyArray_ArgMin | Frederic | 2013-12-17 | 1 | -2/+2 |
* | ENH: add quickselect algorithm and expose it via partition | Julian Taylor | 2013-08-12 | 1 | -0/+21 |
* | Corrected typos in documentation for PyArray_GETPTR1. | Daniel | 2013-07-01 | 1 | -7/+7 |
* | DOC: Document NPY_RELAXED_STRIDES_CHECKING changes | Sebastian Berg | 2013-04-11 | 1 | -8/+24 |
* | DOC: Add mention of PyArray_SetBaseObject stealing a reference | Mark Wiebe | 2013-03-07 | 1 | -2/+4 |
* | better new doc sentence following code review. | Frederic | 2012-07-16 | 1 | -1/+1 |
* | Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous. | Frederic | 2012-07-06 | 1 | -0/+1 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -114/+0 |
* | Stress that all array creation C functions steals a reference to descr. | Francesc Alted | 2012-05-04 | 1 | -0/+4 |
* | DOC: Replace references to macros in old_defines with new. | Charles Harris | 2012-02-04 | 1 | -6/+6 |
* | ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer fo... | Mark Wiebe | 2011-08-27 | 1 | -0/+24 |
* | DOC: missingdata: Add example of a C-API function supporting NA masks | Mark Wiebe | 2011-08-27 | 1 | -44/+6 |
* | DOC: missingdata: Documenting C API for NA-masked arrays | Mark Wiebe | 2011-08-27 | 1 | -0/+3 |
* | ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masks | Mark Wiebe | 2011-08-27 | 1 | -12/+14 |
* | DOC: missingdata: Add some NA mask info to the documentation | Mark Wiebe | 2011-08-27 | 1 | -50/+181 |
* | DOC: core: Document the PyArray_SetBaseObject function | Mark Wiebe | 2011-07-22 | 1 | -1/+26 |
* | DOC: core: Document the mask-based nditer flags and new inline mask functions | Mark Wiebe | 2011-07-11 | 1 | -1/+44 |
* | ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyInto | Mark Wiebe | 2011-07-08 | 1 | -0/+8 |
* | DOC: c-api: Update to reflect array flag namespace change | Mark Wiebe | 2011-07-06 | 1 | -110/+114 |
* | DOC: Document the ufunc 'where=' parameter and the NpyAuxData C API mechanism | Mark Wiebe | 2011-07-06 | 1 | -0/+91 |
* | DOC: Improve the documentation about type promotion | Mark Wiebe | 2011-04-22 | 1 | -4/+40 |
* | ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l... | Mark Wiebe | 2011-03-15 | 1 | -1/+5 |
* | DOC: Document constructor API change, and fill in some more missing documenta... | Mark Wiebe | 2011-03-13 | 1 | -4/+27 |
* | 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 | 1 | -15/+16 |
* | DOC: Add some missing documentation, hyper-link the iterator documentation | Mark Wiebe | 2011-03-10 | 1 | -18/+159 |
* | DOC: add some more wiki edits, of rst files in ref/user guide. | rgommers | 2011-03-02 | 1 | -5/+5 |
* | ENH: core: Allow user to pass in output array for dot() | Luis Pedro Coelho | 2011-02-12 | 1 | -1/+9 |
* | ENH: core: Add PyArray_NewLikeArray function | Mark Wiebe | 2011-01-28 | 1 | -0/+15 |
* | ENH: ufunc: Restructure iterator ufunc evaluation into functions | Mark Wiebe | 2011-01-20 | 1 | -12/+20 |
* | ENH: ufunc: Add the main loop selection/type-determination mechanism | Mark Wiebe | 2011-01-19 | 1 | -0/+5 |