summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* Update release notes.Travis E. Oliphant2012-07-181-119/+8
* change DeprecationWarning to FutureWarningJay Bourque2012-07-171-1/+1
* update 1.7 release notesJay Bourque2012-07-171-0/+7
* Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarningsNathaniel J. Smith2012-07-171-2/+2
* DOC: Forward port 1.7.0 release notesCharles Harris2012-07-111-0/+279
* BUG: Fix boolean indexing to previous behavior by adding an additional check ...Travis E. Oliphant2012-06-211-6/+8
* Merge branch 'master' into clean-up-diagonalNathaniel J. Smith2012-06-062-0/+112
|\
| * MAINT: port release notes and release script changes from 1.6.x.Ralf Gommers2012-05-202-0/+112
* | Typo fixNathaniel J. Smith2012-05-171-1/+1
* | Document the PyArray_Diagonal transition scheme.Nathaniel J. Smith2012-05-161-29/+35
* | Consolidate all array writeability checking in new PyArray_RequireWriteableNathaniel J. Smith2012-05-151-0/+13
|/
* DOC: Add datetime to the changed items in the release notes.Charles Harris2012-05-011-0/+7
* DOC: Update documentation and release notes about C-API deprecationsMark Wiebe2012-04-061-5/+6
* ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-041-0/+12
* ENH: Add 'sorter' argument to searchsorted.Bryan Van de Ven2012-04-041-0/+6
* DOC: label datetime support as experimental. Closes #2072.Ralf Gommers2012-03-301-0/+8
* DOC: label the current NA implementation as experimental in 1.7.xRalf Gommers2012-03-301-0/+5
* MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch.Ralf Gommers2012-03-261-6/+0
* ENH: Made "isclose()" NA-aware, added release note and versionadded.Joe Kington2012-03-041-0/+7
* DOC: clarify numpy version for removal, document sed script better.Charles Harris2012-02-041-1/+1
* STY: Fix up the 2.0 (1.7) release notes.Charles Harris2012-02-041-5/+11
* DEP: Deprecate the old_defines.h header and the macros therein.Charles Harris2012-02-041-5/+16
* DOC: Document macro changes in release notes.Charles Harris2012-01-271-0/+9
* DOC: Move removing deprecated imports note to deprecation section.Charles Harris2012-01-091-2/+2
* DOC: Document new polynomial package functionality in the release notes.Charles Harris2012-01-091-1/+22
* FIX: Add release notes, use inverse cdf method for non-uniformChris Jordan-Squire2011-12-171-1/+3
* DOC: Add note about <ufunc>.reduce evaluation orderMark Wiebe2011-08-311-0/+6
* DOC: Mention the update to np.all and np.any in the release notesMark Wiebe2011-08-271-1/+3
* DOC: missingdata: Add introductory documentation for NA-masked arraysMark Wiebe2011-08-271-0/+1
* ENH: missingdata: Add maskna= flag to np.eye constructorMark Wiebe2011-08-271-3/+1
* ENH: missingdata: Add skipna=, keepdims= parameters to methodsMark Wiebe2011-08-271-4/+2
* ENH: missingdata: Add wheremask to PyArray_ContainsNAMark Wiebe2011-08-271-2/+3
* DOC: Add info to the release notes about the full boolean indexing changeMark Wiebe2011-08-271-0/+8
* BUG: ufunc: Fix bug in multi-dimensional reduction without a unitMark Wiebe2011-08-271-0/+2
* DOC: Tweak to the release notesMark Wiebe2011-08-271-3/+4
* DOC: Small tweak to release notesMark Wiebe2011-08-271-2/+2
* TST: missingdata: Finish up NA mask tests for np.std and np.varMark Wiebe2011-08-271-2/+18
* ENH: missingdata: Move some of the refactored reduction code into the APIMark Wiebe2011-08-271-1/+19
* ENH: missingdata: trying some more functions to see how they treat NAsMark Wiebe2011-08-271-3/+9
* BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for itMark Wiebe2011-08-271-1/+16
* ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masksMark Wiebe2011-08-271-0/+3
* ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always...Mark Wiebe2011-08-271-5/+17
* BUG: missingdata: Fleshing things out, tracking down a memory corruptionMark Wiebe2011-08-271-2/+4
* WIP: fixing reduce NA bugMark Wiebe2011-08-271-2/+3
* ENH: missingdata: Adding NA support to various methodsMark Wiebe2011-08-271-0/+25
* 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 changed default error handling for the 1.6.x release.Charles Harris2011-04-011-0/+4
* DEP: deprecate normed kw in histogram and restore its old behavior. IntroduceRalf Gommers2011-03-301-0/+7
* DOC: slogdet was added in 1.5.0.Charles Harris2011-03-171-3/+0