summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* 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
* API: Rename 'coords' to 'multi-index' in ravel_coords and iterator APIMark Wiebe2011-03-141-2/+2
* DOC: Document the addition of the new polynomials in the release notes.Charles Harris2011-03-141-4/+9
* DOC: Add info about iterator, new functions, and C API additions to release n...Mark Wiebe2011-03-131-4/+30
* 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
* REL: add 1.6.0 release notes.rgommers2011-03-112-7/+94
* DOC: Add release note mention of float16 typeMark Wiebe2010-12-011-0/+7
* DOC: some more details on release process, and blank 2.0.0 notes.rgommers2010-09-051-0/+16
* REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.rgommers2010-09-041-1/+5
* Mention functions for Chebyshev points in release notes.Charles Harris2010-08-151-0/+1
* Merge branch 'poly'Charles Harris2010-08-151-0/+3
* DOC: Complete 1.5.0 release notes.rgommers2010-08-141-11/+28
* Merge branch 'wgt'Charles Harris2010-07-181-15/+17
* CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just tooCharles Harris2010-06-071-2/+2
* DOC: Add removal of histogram 'new' keyword to release notes. Closes #797.rgommers2010-06-021-0/+4
* Update 2.0.0 release documentation to reflect changes in the Chebyshev andCharles Harris2010-05-231-4/+10
* REV: Revert the changes to the truncate method of Polynomial and Chebyshev.Charles Harris2010-05-231-6/+0
* Add some more info to the release notes for 2.0.0.Charles Harris2010-05-211-0/+6
* Note the changes in polynomial.polynomial and polynomial.chebyshev inCharles Harris2010-05-211-0/+25
* DOC: Fix typo in 2.0.0 release notes.Stefan van der Walt2010-05-101-7/+7
* Add better summary of ndarraytype.h to release notes.Charles Harris2010-05-091-2/+7
* ENH: Break out parts of ndarrayobject.h that don't reference the ndarrayCharles Harris2010-05-091-0/+7
* Add slogdet to the release notes for 2.0.0.Charles Harris2010-05-051-0/+7
* ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b)Pauli Virtanen2010-04-301-0/+13
* Move 1.5.0 release notes to 2.0.0.Charles Harris2010-04-271-1/+1
* ENH: emit ComplexWarning when casting complex to real (addresses #1319)Pauli Virtanen2009-12-101-0/+29