| Commit message (Expand) | Author | Age | Files | Lines |
* | NEP: missing-data: Rename the NEP as it now describes more generality than ju... | Mark Wiebe | 2011-06-27 | 1 | -0/+0 |
* | NEP: c-masked-array: Add idea about np.NA __call__ method | Mark Wiebe | 2011-06-27 | 1 | -19/+39 |
* | NEP: c-masked-array: Add examples for missing value reductions | Mark Wiebe | 2011-06-27 | 1 | -6/+25 |
* | NEP: c-masked-array: Lots of edits to reflect NA-based interface | Mark Wiebe | 2011-06-27 | 1 | -132/+176 |
* | NEP: c-masked-array: More tweaks | Mark Wiebe | 2011-06-27 | 1 | -5/+14 |
* | NEP: cmaskedarray: Some more tweaks | Mark Wiebe | 2011-06-27 | 1 | -6/+6 |
* | NEP: c-masked-array: Add example to clarify some masking semantics | Mark Wiebe | 2011-06-27 | 1 | -1/+13 |
* | NEP: c-masked-array: Typo feedback from WeatherGod | Mark Wiebe | 2011-06-27 | 1 | -2/+2 |
* | NEP: c-masked-array: Idea for a parameterized dtype with an NA bit pattern | Mark Wiebe | 2011-06-27 | 1 | -48/+109 |
* | NEP: c-masked-array: Add a global np.NA singleton, many more changes | Mark Wiebe | 2011-06-27 | 1 | -126/+210 |
* | NEP: c-masked-array: Refining and adding things based on feedback | Mark Wiebe | 2011-06-27 | 1 | -14/+69 |
* | NEP: c-masked-array: Some small improvements and clarifications | Mark Wiebe | 2011-06-27 | 1 | -9/+26 |
* | NEP: c-masked-array: Add section about ufuncs | Mark Wiebe | 2011-06-27 | 1 | -6/+37 |
* | NEP: Design document for adding a mask to the core ndarray | Mark Wiebe | 2011-06-27 | 1 | -0/+177 |
* | DOC: list routines for dealing with raw binary files | Pauli Virtanen | 2011-06-25 | 1 | -0/+8 |
* | sphinxext: expose __call__ in the documentation, if it is present | Pauli Virtanen | 2011-06-25 | 1 | -1/+6 |
* | DOC: dtype-struct: Document the changes to struct dtypes | Mark Wiebe | 2011-06-22 | 1 | -38/+56 |
* | ENH: Add the polynomial module to the documentation. | Charles Harris | 2011-06-20 | 4 | -3/+33 |
* | STY: datetime-feedback: Rename np.busdaydef -> np.busdaycalendar | Mark Wiebe | 2011-06-15 | 1 | -1/+1 |
* | DOC: datetime-bday: Document the datetime business day functions | Mark Wiebe | 2011-06-14 | 2 | -0/+21 |
* | DOC: Updated f2py size support note. | Pearu Peterson | 2011-05-06 | 1 | -5/+2 |
* | ENH: Ticket #1218, allow use of custom formatters in array2string and | Ralf Gommers | 2011-04-24 | 1 | -0/+12 |
* | DOC: Document the new keyword arguments for ufuncs | Mark Wiebe | 2011-04-22 | 1 | -0/+39 |
* | DOC: Improve the documentation about type promotion | Mark Wiebe | 2011-04-22 | 2 | -7/+49 |
* | DOC: Changes required to the configuration to start building docs with matplo... | Michael Droettboom | 2011-04-02 | 1 | -5/+24 |
* | DOC: Document the changed default error handling for the 1.6.x release. | Charles Harris | 2011-04-01 | 1 | -0/+4 |
* | DOC: Remove the advice to 'import scipy as sp' from the documentation. | Robert Kern | 2011-04-01 | 3 | -7/+11 |
* | DEP: deprecate normed kw in histogram and restore its old behavior. Introduce | Ralf Gommers | 2011-03-30 | 1 | -0/+7 |
* | DOC: add deprecation section to docstandard. Closes #1501. | Ralf Gommers | 2011-03-29 | 1 | -10/+32 |
* | DOC: update class method docstring section of docstandard. Closes #1165. | Ralf Gommers | 2011-03-29 | 1 | -1/+5 |
* | DOC: update References section of docstandard. Closes #1509, #1524. | Ralf Gommers | 2011-03-29 | 1 | -5/+2 |
* | DOC: add description of how to document modules to the doc standard. | Ralf Gommers | 2011-03-29 | 1 | -0/+25 |
* | DOC: The nditer exposure wasn't linked correctly | Mark Wiebe | 2011-03-22 | 2 | -1/+1 |
* | API: Rename 'niter' to 'nop' in the nditer | Mark Wiebe | 2011-03-17 | 1 | -24/+24 |
* | DOC: slogdet was added in 1.5.0. | Charles Harris | 2011-03-17 | 1 | -3/+0 |
* | DOC: Fill in more of the nditer docs | Mark Wiebe | 2011-03-16 | 1 | -0/+1 |
* | DOC: Change newiter to nditer in new iterator NEP. | Ralf Gommers | 2011-03-16 | 1 | -9/+9 |
* | ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l... | Mark Wiebe | 2011-03-15 | 1 | -1/+5 |
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 3 | -37/+37 |
* | DOC: Document the addition of the new polynomials in the release notes. | Charles Harris | 2011-03-14 | 1 | -4/+9 |
* | DOC: BLD: fix some doc build warnings. | Ralf Gommers | 2011-03-14 | 2 | -2/+1 |
* | STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP | Mark Wiebe | 2011-03-14 | 1 | -22/+23 |
* | DOC: Add info about iterator, new functions, and C API additions to release n... | Mark Wiebe | 2011-03-13 | 1 | -4/+30 |
* | DOC: Document constructor API change, and fill in some more missing documenta... | Mark Wiebe | 2011-03-13 | 3 | -53/+115 |
* | DOC: Updated f2py related release notes. | Pearu Peterson | 2011-03-13 | 1 | -4/+15 |
* | DOC: update 1.6.0 release notes. Add headers for items to still be filled in. | rgommers | 2011-03-13 | 1 | -2/+44 |
* | BUG: For compatibility with 1.5, revert to permitting limited broadcasting of... | Mark Wiebe | 2011-03-11 | 1 | -1/+1 |
* | REL: add 1.6.0 release notes. | rgommers | 2011-03-11 | 2 | -7/+94 |
* | DOC: fix typo in test guidelines. | rgommers | 2011-03-11 | 1 | -1/+1 |
* | DEP: remove deprecated get_numpy_include. | rgommers | 2011-03-11 | 1 | -5/+2 |