summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* DOC: Document the ufunc 'where=' parameter and the NpyAuxData C API mechanismMark Wiebe2011-07-062-0/+99
* ENH: umath: Add tests, work out kinks in ufunc 'where=' parameterMark Wiebe2011-07-061-0/+2
* ENH: umath: Add parsing of a 'where=' parameter in the element-wise ufuncMark Wiebe2011-07-061-8/+10
* ENH: missingdata: Move getting the masked ufunc inner loop to a different fun...Mark Wiebe2011-07-061-0/+1
* ENH: missingdata: Add a mechanism to get masked versions of ufunc inner loopsMark Wiebe2011-07-061-2/+10
* 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: A few typos in the missing data NEP.Keith Goodman2011-06-271-3/+4
* NEP: missing-data: Rename the NEP as it now describes more generality than ju...Mark Wiebe2011-06-271-0/+0
* NEP: c-masked-array: Add idea about np.NA __call__ methodMark Wiebe2011-06-271-19/+39
* NEP: c-masked-array: Add examples for missing value reductionsMark Wiebe2011-06-271-6/+25
* NEP: c-masked-array: Lots of edits to reflect NA-based interfaceMark Wiebe2011-06-271-132/+176
* NEP: c-masked-array: More tweaksMark Wiebe2011-06-271-5/+14
* NEP: cmaskedarray: Some more tweaksMark Wiebe2011-06-271-6/+6
* NEP: c-masked-array: Add example to clarify some masking semanticsMark Wiebe2011-06-271-1/+13
* NEP: c-masked-array: Typo feedback from WeatherGodMark Wiebe2011-06-271-2/+2
* NEP: c-masked-array: Idea for a parameterized dtype with an NA bit patternMark Wiebe2011-06-271-48/+109
* NEP: c-masked-array: Add a global np.NA singleton, many more changesMark Wiebe2011-06-271-126/+210
* NEP: c-masked-array: Refining and adding things based on feedbackMark Wiebe2011-06-271-14/+69
* NEP: c-masked-array: Some small improvements and clarificationsMark Wiebe2011-06-271-9/+26
* NEP: c-masked-array: Add section about ufuncsMark Wiebe2011-06-271-6/+37
* NEP: Design document for adding a mask to the core ndarrayMark Wiebe2011-06-271-0/+177
* DOC: list routines for dealing with raw binary filesPauli Virtanen2011-06-251-0/+8
* sphinxext: expose __call__ in the documentation, if it is presentPauli Virtanen2011-06-251-1/+6
* 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: Updated f2py size support note.Pearu Peterson2011-05-061-5/+2
* ENH: Ticket #1218, allow use of custom formatters in array2string andRalf Gommers2011-04-241-0/+12
* 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: Document the changed default error handling for the 1.6.x release.Charles Harris2011-04-011-0/+4
* DOC: Remove the advice to 'import scipy as sp' from the documentation.Robert Kern2011-04-013-7/+11
* DEP: deprecate normed kw in histogram and restore its old behavior. IntroduceRalf Gommers2011-03-301-0/+7
* DOC: add deprecation section to docstandard. Closes #1501.Ralf Gommers2011-03-291-10/+32
* DOC: update class method docstring section of docstandard. Closes #1165.Ralf Gommers2011-03-291-1/+5
* DOC: update References section of docstandard. Closes #1509, #1524.Ralf Gommers2011-03-291-5/+2
* DOC: add description of how to document modules to the doc standard.Ralf Gommers2011-03-291-0/+25