summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* FIX: Transition scheme for safer in-place ufunc operationsNathaniel J. Smith2012-09-201-0/+6
* Added entries for assert_allclose, assert_array_almost_equal_nulp, and assert...Matt Davis2012-07-201-0/+3
* Merge pull request #350 from jayvius/get-view2Travis E. Oliphant2012-07-171-0/+10
|\
| * change DeprecationWarning to FutureWarningJay Bourque2012-07-171-1/+1
| * Updated reference docs for DeprecationWarningJay Bourque2012-07-171-0/+10
* | Merge pull request #327 from teoliphant/restore_apiTravis E. Oliphant2012-07-171-22/+29
|\ \ | |/ |/|
| * DOC: Update API description with suggestions from charris.Travis E. Oliphant2012-07-171-8/+5
| * DOC: update language of C-API deprecations.Travis E. Oliphant2012-07-171-5/+7
| * Fix-up deprecations language.Travis E. Oliphant2012-07-111-5/+13
| * Fix the deprecations language.Travis E. Oliphant2012-07-111-19/+19
* | Merge pull request #332 from nouiz/fillwbyte_docCharles Harris2012-07-161-0/+1
|\ \
| * | better new doc sentence following code review.Frederic2012-07-161-1/+1
| * | Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous.Frederic2012-07-061-0/+1
| |/
* | DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-072-2/+4
* | DOC: merge wiki docs - edits under doc/.Ralf Gommers2012-07-075-14/+48
|/
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-167-1043/+0
* Stress that all array creation C functions steals a reference to descr.Francesc Alted2012-05-041-0/+4
* DOC: Add a section documenting 1.6/1.7 datetime64 differencesMark Wiebe2012-05-011-0/+127
* DOC: Update documentation and release notes about C-API deprecationsMark Wiebe2012-04-062-0/+52
* ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-042-22/+32
* DOC: label datetime support as experimental. Closes #2072.Ralf Gommers2012-03-301-0/+3
* DOC: label the current NA implementation as experimental in 1.7.xRalf Gommers2012-03-301-0/+5
* DOC: merge wiki doc edits.Ralf Gommers2012-03-032-5/+4
* DOC: Replace references to macros in old_defines with new.Charles Harris2012-02-042-16/+16
* DOC: Improve numpy reference documentation of polynomial classes.Charles Harris2012-01-093-16/+26
* DOC: Document the use of the polynomial convenience classes.Charles Harris2012-01-091-10/+337
* DOC: Lower toc number of levels.Charles Harris2012-01-091-1/+1
* DOC: Add version added to some of the polynomial package modules.Charles Harris2012-01-097-0/+14
* BUG: Fix up links to classes.Charles Harris2012-01-096-12/+11
* DOC: Rearrange the polynomial documents.Charles Harris2012-01-099-14/+567
* FIX: Changed named to choice, reverted other changes.Chris Jordan-Squire2011-12-171-0/+3
* ENH: New sample function, bugs in tests fixedChris Jordan-Squire2011-12-161-0/+1
* 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