summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: slogdet was added in 1.5.0.Charles Harris2011-03-171-3/+0
* DOC: Fill in more of the nditer docsMark Wiebe2011-03-161-0/+1
* DOC: Change newiter to nditer in new iterator NEP.Ralf Gommers2011-03-161-9/+9
* ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l...Mark Wiebe2011-03-151-1/+5
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-143-37/+37
* DOC: Document the addition of the new polynomials in the release notes.Charles Harris2011-03-141-4/+9
* DOC: BLD: fix some doc build warnings.Ralf Gommers2011-03-142-2/+1
* STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOPMark Wiebe2011-03-141-22/+23
* DOC: Add info about iterator, new functions, and C API additions to release n...Mark Wiebe2011-03-131-4/+30
* DOC: Document constructor API change, and fill in some more missing documenta...Mark Wiebe2011-03-133-53/+115
* DOC: Updated f2py related release notes.Pearu Peterson2011-03-131-4/+15
* DOC: update 1.6.0 release notes. Add headers for items to still be filled in.rgommers2011-03-131-2/+44
* BUG: For compatibility with 1.5, revert to permitting limited broadcasting of...Mark Wiebe2011-03-111-1/+1
* REL: add 1.6.0 release notes.rgommers2011-03-112-7/+94
* DOC: fix typo in test guidelines.rgommers2011-03-111-1/+1
* DEP: remove deprecated get_numpy_include.rgommers2011-03-111-5/+2