| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Fix boolean indexing to previous behavior by adding an additional check ... | Travis E. Oliphant | 2012-06-21 | 1 | -6/+8 |
* | Merge branch 'master' into clean-up-diagonal | Nathaniel J. Smith | 2012-06-06 | 2 | -0/+112 |
|\ |
|
| * | MAINT: port release notes and release script changes from 1.6.x. | Ralf Gommers | 2012-05-20 | 2 | -0/+112 |
* | | Typo fix | Nathaniel J. Smith | 2012-05-17 | 1 | -1/+1 |
* | | Document the PyArray_Diagonal transition scheme. | Nathaniel J. Smith | 2012-05-16 | 1 | -29/+35 |
* | | Consolidate all array writeability checking in new PyArray_RequireWriteable | Nathaniel J. Smith | 2012-05-15 | 1 | -0/+13 |
|/ |
|
* | DOC: Add datetime to the changed items in the release notes. | Charles Harris | 2012-05-01 | 1 | -0/+7 |
* | DOC: Update documentation and release notes about C-API deprecations | Mark Wiebe | 2012-04-06 | 1 | -5/+6 |
* | ENH: Add module containing functions for padding n-dimensional arrays. | tim cera | 2012-04-04 | 1 | -0/+12 |
* | ENH: Add 'sorter' argument to searchsorted. | Bryan Van de Ven | 2012-04-04 | 1 | -0/+6 |
* | DOC: label datetime support as experimental. Closes #2072. | Ralf Gommers | 2012-03-30 | 1 | -0/+8 |
* | DOC: label the current NA implementation as experimental in 1.7.x | Ralf Gommers | 2012-03-30 | 1 | -0/+5 |
* | MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch. | Ralf Gommers | 2012-03-26 | 1 | -6/+0 |
* | ENH: Made "isclose()" NA-aware, added release note and versionadded. | Joe Kington | 2012-03-04 | 1 | -0/+7 |
* | DOC: clarify numpy version for removal, document sed script better. | Charles Harris | 2012-02-04 | 1 | -1/+1 |
* | STY: Fix up the 2.0 (1.7) release notes. | Charles Harris | 2012-02-04 | 1 | -5/+11 |
* | DEP: Deprecate the old_defines.h header and the macros therein. | Charles Harris | 2012-02-04 | 1 | -5/+16 |
* | DOC: Document macro changes in release notes. | Charles Harris | 2012-01-27 | 1 | -0/+9 |
* | DOC: Move removing deprecated imports note to deprecation section. | Charles Harris | 2012-01-09 | 1 | -2/+2 |
* | DOC: Document new polynomial package functionality in the release notes. | Charles Harris | 2012-01-09 | 1 | -1/+22 |
* | FIX: Add release notes, use inverse cdf method for non-uniform | Chris Jordan-Squire | 2011-12-17 | 1 | -1/+3 |
* | DOC: Add note about <ufunc>.reduce evaluation order | Mark Wiebe | 2011-08-31 | 1 | -0/+6 |
* | DOC: Mention the update to np.all and np.any in the release notes | Mark Wiebe | 2011-08-27 | 1 | -1/+3 |
* | DOC: missingdata: Add introductory documentation for NA-masked arrays | Mark Wiebe | 2011-08-27 | 1 | -0/+1 |
* | ENH: missingdata: Add maskna= flag to np.eye constructor | Mark Wiebe | 2011-08-27 | 1 | -3/+1 |
* | ENH: missingdata: Add skipna=, keepdims= parameters to methods | Mark Wiebe | 2011-08-27 | 1 | -4/+2 |
* | ENH: missingdata: Add wheremask to PyArray_ContainsNA | Mark Wiebe | 2011-08-27 | 1 | -2/+3 |
* | DOC: Add info to the release notes about the full boolean indexing change | Mark Wiebe | 2011-08-27 | 1 | -0/+8 |
* | BUG: ufunc: Fix bug in multi-dimensional reduction without a unit | Mark Wiebe | 2011-08-27 | 1 | -0/+2 |
* | DOC: Tweak to the release notes | Mark Wiebe | 2011-08-27 | 1 | -3/+4 |
* | DOC: Small tweak to release notes | Mark Wiebe | 2011-08-27 | 1 | -2/+2 |
* | TST: missingdata: Finish up NA mask tests for np.std and np.var | Mark Wiebe | 2011-08-27 | 1 | -2/+18 |
* | ENH: missingdata: Move some of the refactored reduction code into the API | Mark Wiebe | 2011-08-27 | 1 | -1/+19 |
* | ENH: missingdata: trying some more functions to see how they treat NAs | Mark Wiebe | 2011-08-27 | 1 | -3/+9 |
* | BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it | Mark Wiebe | 2011-08-27 | 1 | -1/+16 |
* | ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masks | Mark Wiebe | 2011-08-27 | 1 | -0/+3 |
* | ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always... | Mark Wiebe | 2011-08-27 | 1 | -5/+17 |
* | BUG: missingdata: Fleshing things out, tracking down a memory corruption | Mark Wiebe | 2011-08-27 | 1 | -2/+4 |
* | WIP: fixing reduce NA bug | Mark Wiebe | 2011-08-27 | 1 | -2/+3 |
* | ENH: missingdata: Adding NA support to various methods | Mark Wiebe | 2011-08-27 | 1 | -0/+25 |
* | 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 changed default error handling for the 1.6.x release. | Charles Harris | 2011-04-01 | 1 | -0/+4 |
* | DEP: deprecate normed kw in histogram and restore its old behavior. Introduce | Ralf Gommers | 2011-03-30 | 1 | -0/+7 |
* | DOC: slogdet was added in 1.5.0. | Charles Harris | 2011-03-17 | 1 | -3/+0 |
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 1 | -2/+2 |
* | DOC: Document the addition of the new polynomials in the release notes. | Charles Harris | 2011-03-14 | 1 | -4/+9 |
* | DOC: Add info about iterator, new functions, and C API additions to release n... | Mark Wiebe | 2011-03-13 | 1 | -4/+30 |
* | 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 |