summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer fo...Mark Wiebe2011-08-273-4/+28
* DOC: missingdata: Add a mention of the design NEP, and masks vs bitpatternsMark Wiebe2011-08-271-0/+8
* DOC: missingdata: Updates from pull request feedbackMark Wiebe2011-08-272-22/+28
* DOC: missingdata: Updates based on pull request feedbackMark Wiebe2011-08-271-10/+34
* DOC: Mention the update to np.all and np.any in the release notesMark Wiebe2011-08-271-1/+3
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-1/+1
* DOC: missingdata: Also show what assigning a non-NA value does in each caseMark Wiebe2011-08-271-0/+23
* DOC: missingdata: Add introductory documentation for NA-masked arraysMark Wiebe2011-08-275-0/+254
* DOC: missingdata: Some tweaks to the NA mask documentationMark Wiebe2011-08-271-17/+29
* DOC: missingdata: Add example of a C-API function supporting NA masksMark Wiebe2011-08-274-55/+387
* DOC: missingdata: Documenting C API for NA-masked arraysMark Wiebe2011-08-273-0/+240
* ENH: missingdata: Add maskna= flag to np.eye constructorMark Wiebe2011-08-271-3/+1
* ENH: missingdata: Add skipna=, keepdims= parameters to methodsMark Wiebe2011-08-271-4/+2
* ENH: missingdata: Add wheremask to PyArray_ContainsNAMark Wiebe2011-08-271-2/+3
* DOC: Add info to the release notes about the full boolean indexing changeMark Wiebe2011-08-271-0/+8
* DOC: nditer: Document NpyIter_IsFirstVisit functionMark Wiebe2011-08-271-0/+22
* NEP: missingdata: Some fixes and updates to the NEPMark Wiebe2011-08-271-5/+17
* BUG: ufunc: Fix bug in multi-dimensional reduction without a unitMark Wiebe2011-08-271-0/+2
* DOC: Tweak to the release notesMark Wiebe2011-08-271-3/+4
* DOC: Small tweak to release notesMark Wiebe2011-08-271-2/+2
* TST: missingdata: Finish up NA mask tests for np.std and np.varMark Wiebe2011-08-271-2/+18
* ENH: missingdata: Create count_reduce_items functionMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Move some of the refactored reduction code into the APIMark Wiebe2011-08-271-1/+19
* ENH: missingdata: Change default to create NA-mask when NAs are in listsMark Wiebe2011-08-271-7/+29
* ENH: missingdata: trying some more functions to see how they treat NAsMark Wiebe2011-08-272-5/+11
* ENH: missingdata: Add nastr= parameter to np.set_printoptions()Mark Wiebe2011-08-271-11/+15
* BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for itMark Wiebe2011-08-272-31/+41
* ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masksMark Wiebe2011-08-272-12/+17
* ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always...Mark Wiebe2011-08-271-5/+17
* DOC: missingdata: Add some NA mask info to the documentationMark Wiebe2011-08-272-50/+214
* BUG: missingdata: Fleshing things out, tracking down a memory corruptionMark Wiebe2011-08-271-2/+4
* WIP: fixing reduce NA bugMark Wiebe2011-08-271-2/+3
* 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