summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* ENH: missingdata: Adding NA support to various methodsMark Wiebe2011-08-271-0/+25
* ENH: missingdata: Rewrote boolean indexing to support NA masksMark Wiebe2011-08-271-0/+32
* ENH: missingdata: Have some basic assignment and indexing with NA workingMark Wiebe2011-08-271-5/+11
* ENH: missingdata: Add the NA mask members to PyArrayObjectMark Wiebe2011-08-271-2/+15
* DOC: nditer: Add details about why 'readonly' is the operand defaultMark Wiebe2011-08-251-1/+5
* DOC: nditer: Tweaks to the tutorial based on feedback from ChrisMark Wiebe2011-08-251-25/+31
* DOC: nditer: Add links to the nditer introductory doc to make it more discove...Mark Wiebe2011-08-252-1/+6
* DOC: nditer: Finish up the nditer walkthrough with a Cython exampleMark Wiebe2011-08-252-37/+185
* DOC: nditer: Add tutorial-style material covering more than one operandMark Wiebe2011-08-251-15/+243
* DOC: nditer: Write tutorial-style introduction covering single-array iterationMark Wiebe2011-08-251-0/+329
* DOC: Add tutorial for writing numpy ufunc extensions.Chris Jordan-Squire2011-08-221-31/+31
* Py3K compliant, extra comments addedChris Jordan-Squire2011-08-221-21/+50
* style changes and bugs removed from docsChris Jordan-Squire2011-08-221-39/+63
* ENH: Docs now Py3k compliantChris Jordan-Squire2011-08-221-20/+126
* Changed to follow PEP 7Chris Jordan-Squire2011-08-221-154/+144
* DOCS: New ufunc creation docsChris Jordan-Squire2011-08-224-182/+900
* ENH: Introduce new options extra_f77_compile_args and extra_f90_compile_args toPearu Peterson2011-08-201-6/+8
* BUG: Revert commit that causes many tests not to run.Charles Harris2011-08-201-8/+6
* Introduce new options extra_f77_compiler_args and extra_f90_compiler_args to ...Pearu Peterson2011-08-161-6/+8
* Merge branch 'deprecate_array_field_access'Mark Wiebe2011-07-262-43/+193
|\
| * DOC: core: Document the PyArray_SetBaseObject functionMark Wiebe2011-07-221-1/+26
| * STY: Updates for pull request feedback from Chuck and BenMark Wiebe2011-07-201-9/+124
| * ENH: core: Deprecating direct access to the PyArrayObject fieldsMark Wiebe2011-07-191-8/+8
| * NEP: missingdata: Rename 'namask' to 'maskna', which looks betterMark Wiebe2011-07-191-30/+40
* | 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-153-14/+9
* 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
* NEP: missingdata: Add a small note about single NA vs multi-NAMark Wiebe2011-07-081-0/+8
* NEP: missingdata: Describe a possible way multi-NA could be added in the futureMark Wiebe2011-07-081-0/+27
* NEP: missingdata: Change the mask definitionMark Wiebe2011-07-081-6/+17
* NEP: missingdata: Design the mask binary format so it's extensible with a pay...Mark Wiebe2011-07-081-7/+21
* ENH: nditer: Add the per-operand masked iteration flagsMark Wiebe2011-07-081-0/+4
* NEP: missingdata: Adjust the parenthetical part of the NA/IGNORE defnMark Wiebe2011-07-071-3/+3
* NEP: missingdata: Add copyright info, some more NAMASK iterator clarificationMark Wiebe2011-07-071-6/+17
* NEP: missingdata: Add more C API detailsMark Wiebe2011-07-071-1/+27
* NEP: missingdata: Start some details about masked iterationMark Wiebe2011-07-071-6/+49
* DOC: c-api: Update to reflect array flag namespace changeMark Wiebe2011-07-064-170/+176
* NEP: missing-data: Add Peter to the AcknowledgmentsMark Wiebe2011-07-061-0/+1
* NEP: missing-data: Add "Python API" and "C API" definitionsMark Wiebe2011-07-061-1/+13
* NEP: missing-data: Add numpy.ma to the glossaryMark Wiebe2011-07-061-1/+5
* NEP: missing-data: Add glossary of terms, try to clarify them betterMark Wiebe2011-07-061-28/+59
* NEP: missing-data: Fix copy/paste/edit typo for np.all exampleMark Wiebe2011-07-061-6/+6
* NEP: missing-data: Incorporate Ben's feedback, add section on 'shared masks'Mark Wiebe2011-07-061-65/+107
* NEP: missingdata: Rename 'hasmask' and friends to 'hasnamask' and friendsMark Wiebe2011-07-061-7/+46
* NEP: missing-data: Add name to acknowledgmentsMark Wiebe2011-07-061-0/+1
* NEP: missingdata: Various improvementsMark Wiebe2011-07-061-20/+39
* NEP: Trying to make the NEP's position on missing values and masks vs bit pat...Mark Wiebe2011-07-061-22/+84