Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | | Also fix some memory leaks, improve some type resolution code. The methods still have some issues with array subtypes that needs working through. | ||||
* | ENH: missingdata: Add wheremask to PyArray_ContainsNA | Mark Wiebe | 2011-08-27 | 1 | -2/+3 |
| | | | | | | Use this to make masked assignment just check the elements its copying for NA, so that the source array can have NAs, just not where the mask says. | ||||
* | 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 |
| | | | | | | | Doing this so that it can be used both in multiarray and umath, to make writing new reduction operations generally easier. Also made PyArray_Squeeze work with NA-masked arrays. | ||||
* | 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 |
| | | | | | It should also have less memory usage for heterogeneous inputs, because it no longer makes extra copies in that case. | ||||
* | ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to ↵ | Mark Wiebe | 2011-08-27 | 1 | -5/+17 |
| | | | | always return a view | ||||
* | 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 |
| | | | | set_printoptions. Add tests for the new functionality. | ||||
* | 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 |
| | | | | | | | | | | | | | | | density kw. This reverts part of the following commits: 3743430e 400a2a67 3743430e Behavior for normed keyword is again the same as it was in Numpy 1.5. The desired behavior (probability density) is implemented by the new density keyword, which reflects the functionality better than "normed". For a discussion on this issue, see the Numpy mailing list thread started on Aug 6th, 2010. | ||||
* | 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 ↵ | Mark Wiebe | 2011-03-13 | 1 | -4/+30 |
| | | | | notes | ||||
* | 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 |
| | |||||
* | REL: add 1.6.0 release notes. | rgommers | 2011-03-11 | 2 | -7/+94 |
| | |||||
* | DOC: Add release note mention of float16 type | Mark Wiebe | 2010-12-01 | 1 | -0/+7 |
| | |||||
* | DOC: some more details on release process, and blank 2.0.0 notes. | rgommers | 2010-09-05 | 1 | -0/+16 |
| | |||||
* | REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. | rgommers | 2010-09-04 | 1 | -1/+5 |
| | |||||
* | Mention functions for Chebyshev points in release notes. | Charles Harris | 2010-08-15 | 1 | -0/+1 |
| | |||||
* | Merge branch 'poly' | Charles Harris | 2010-08-15 | 1 | -0/+3 |
| | | | | | | Conflicts: numpy/polynomial/chebyshev.py numpy/polynomial/polynomial.py | ||||
* | DOC: Complete 1.5.0 release notes. | rgommers | 2010-08-14 | 1 | -11/+28 |
| | |||||
* | Merge branch 'wgt' | Charles Harris | 2010-07-18 | 1 | -15/+17 |
| | |||||
* | CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too | Charles Harris | 2010-06-07 | 1 | -2/+2 |
| | | | | much like a ufunc and a bit vague. | ||||
* | DOC: Add removal of histogram 'new' keyword to release notes. Closes #797. | rgommers | 2010-06-02 | 1 | -0/+4 |
| | |||||
* | Update 2.0.0 release documentation to reflect changes in the Chebyshev and | Charles Harris | 2010-05-23 | 1 | -4/+10 |
| | | | | Polynomial classes. | ||||
* | REV: Revert the changes to the truncate method of Polynomial and Chebyshev. | Charles Harris | 2010-05-23 | 1 | -6/+0 |
| | | | | | On second thought it was a bad idea to make such a radical change to existing behaviour. It was also hard to document the variations ;) | ||||
* | Add some more info to the release notes for 2.0.0. | Charles Harris | 2010-05-21 | 1 | -0/+6 |
| | |||||
* | Note the changes in polynomial.polynomial and polynomial.chebyshev in | Charles Harris | 2010-05-21 | 1 | -0/+25 |
| | | | | the release notes. | ||||
* | DOC: Fix typo in 2.0.0 release notes. | Stefan van der Walt | 2010-05-10 | 1 | -7/+7 |
| | |||||
* | Add better summary of ndarraytype.h to release notes. | Charles Harris | 2010-05-09 | 1 | -2/+7 |
| | |||||
* | ENH: Break out parts of ndarrayobject.h that don't reference the ndarray | Charles Harris | 2010-05-09 | 1 | -0/+7 |
| | | | | c-api into the header ndarraytypes.h. | ||||
* | Add slogdet to the release notes for 2.0.0. | Charles Harris | 2010-05-05 | 1 | -0/+7 |
| | |||||
* | ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) | Pauli Virtanen | 2010-04-30 | 1 | -0/+13 |
| | |||||
* | Move 1.5.0 release notes to 2.0.0. | Charles Harris | 2010-04-27 | 1 | -1/+1 |
| | |||||
* | ENH: emit ComplexWarning when casting complex to real (addresses #1319) | Pauli Virtanen | 2009-12-10 | 1 | -0/+29 |
| | | | | | Casting complex numbers to real discards the imaginary part, which may be unexpected. For safety, emit a warning when this occurs. |