summaryrefslogtreecommitdiff
path: root/doc/source
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: 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-274-0/+253
* 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
* DOC: nditer: Document NpyIter_IsFirstVisit functionMark Wiebe2011-08-271-0/+22
* ENH: missingdata: Create count_reduce_items functionMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masksMark Wiebe2011-08-271-12/+14
* DOC: missingdata: Add some NA mask info to the documentationMark Wiebe2011-08-272-50/+214
* 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
* 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-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
* DOC: c-api: Update to reflect array flag namespace changeMark Wiebe2011-07-064-170/+176
* 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: adjust html css, and stub file generationPauli Virtanen2011-06-292-4/+13
* 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: Changes required to the configuration to start building docs with matplo...Michael Droettboom2011-04-021-5/+24
* 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