Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix for #291 | Travis Oliphant | 2006-09-23 | 1 | -1/+1 | |
| | ||||||
* | Switch order of .put arguments to match the function call. Eliminate ↵ | Travis Oliphant | 2006-09-22 | 1 | -3/+3 | |
| | | | | .putmask as a method and make it only a function. | |||||
* | Fix docstring for delete. | Stefan van der Walt | 2006-09-22 | 1 | -2/+2 | |
| | ||||||
* | Remove sorted from unique1d. Add testall to test if level > 10. Remove ↵ | Travis Oliphant | 2006-09-20 | 1 | -1/+1 | |
| | | | | compiler warning. | |||||
* | Remove UserArray.py and dft sub-package. | Travis Oliphant | 2006-09-20 | 1 | -3/+0 | |
| | ||||||
* | Add tests to arraysetops for empty arrays. | Stefan van der Walt | 2006-09-19 | 1 | -0/+14 | |
| | ||||||
* | Support empty arrays in setxor1d and setdiff1d. | Stefan van der Walt | 2006-09-19 | 1 | -2/+8 | |
| | ||||||
* | Fix unique1d for empty sets. Closes r208. | Stefan van der Walt | 2006-09-19 | 1 | -6/+10 | |
| | ||||||
* | Add ediff1d support for empty arrays. | Stefan van der Walt | 2006-09-18 | 3 | -24/+25 | |
| | | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays. | |||||
* | Fix ticket #188 by returning the name of the dtype objects for data-type ↵ | Travis Oliphant | 2006-09-16 | 2 | -3/+5 | |
| | | | | objects without fields or sub-arrays that are in correct byte-order | |||||
* | Rename to histogramdd as original author said. | Travis Oliphant | 2006-09-15 | 2 | -11/+11 | |
| | ||||||
* | Clean up info(ndarray) | Travis Oliphant | 2006-09-15 | 1 | -11/+10 | |
| | ||||||
* | Don't deprecate c_. Use it as short-hand for a common case | Travis Oliphant | 2006-09-14 | 1 | -9/+7 | |
| | ||||||
* | Fix transpose implementation to work with higher dimensional arrays as well | Travis Oliphant | 2006-09-14 | 1 | -7/+14 | |
| | ||||||
* | Fix up r_ so you can specify the minimum number of dimensions to force ↵ | Travis Oliphant | 2006-09-14 | 3 | -9/+36 | |
| | | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays | |||||
* | Add histogramnd and fix histogram2d | Travis Oliphant | 2006-09-14 | 4 | -45/+237 | |
| | ||||||
* | Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. ↵ | Travis Oliphant | 2006-09-14 | 3 | -16/+27 | |
| | | | | Add deprecation warning for c_ | |||||
* | Small fix to the insert document string. | Charles Harris | 2006-09-03 | 1 | -27/+26 | |
| | | | | Cleanup whitespace. | |||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 4 | -6/+6 | |
| | ||||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 6 | -38/+27 | |
| | ||||||
* | Restore un-needed axis arguments | Travis Oliphant | 2006-08-29 | 2 | -5/+5 | |
| | ||||||
* | Add axis argument to usages of take | Travis Oliphant | 2006-08-29 | 2 | -5/+5 | |
| | ||||||
* | Fix sundry errors. | Travis Oliphant | 2006-08-28 | 1 | -1/+1 | |
| | ||||||
* | Merge changes mistakenly added to 1.0b4 tag to the main trunk | Travis Oliphant | 2006-08-28 | 2 | -11/+12 | |
| | ||||||
* | Fixes to the deletefrom, insertinto, functions... | Travis Oliphant | 2006-08-26 | 1 | -29/+27 | |
| | ||||||
* | Fix how deletefrom and insertinto handle objects with __array_wrap__ defined. | Travis Oliphant | 2006-08-26 | 1 | -11/+45 | |
| | ||||||
* | Fix broadcast-copy on fancy set-item. | Travis Oliphant | 2006-08-26 | 1 | -17/+36 | |
| | ||||||
* | Add deletefrom, insertinto, and appendonto | Travis Oliphant | 2006-08-26 | 1 | -20/+135 | |
| | ||||||
* | Added a delete function | Travis Oliphant | 2006-08-25 | 1 | -1/+42 | |
| | ||||||
* | Re-factor fix to linspace | Travis Oliphant | 2006-08-21 | 1 | -3/+3 | |
| | ||||||
* | Remove usage of FatalError and fix linspace to end at stop if endpoint is True | Travis Oliphant | 2006-08-21 | 1 | -0/+2 | |
| | ||||||
* | Fix-up issubdtype to be more useful | Travis Oliphant | 2006-08-15 | 1 | -2/+9 | |
| | ||||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -62/+0 | |
| | ||||||
* | Move ctypes-related functions out of top-level | Travis Oliphant | 2006-08-14 | 1 | -108/+1 | |
| | ||||||
* | Fix ndpointer and add tests from ticket #245 | Travis Oliphant | 2006-08-14 | 2 | -4/+72 | |
| | ||||||
* | datatype --> dtype in ndpointer and fix logic of from_param checks | Travis Oliphant | 2006-08-13 | 1 | -23/+28 | |
| | ||||||
* | Allow for type-less ndpointer. | Travis Oliphant | 2006-08-13 | 1 | -5/+8 | |
| | ||||||
* | Improve ndpointer to allow shape and flags checking as well. | Travis Oliphant | 2006-08-13 | 1 | -8/+55 | |
| | ||||||
* | Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ↵ | Travis Oliphant | 2006-08-13 | 1 | -2/+28 | |
| | | | | Create an ndpointer class factory to return classes that check for specific array types. These can be used in argtypes list to ctypes functions. | |||||
* | Change default axis argument of average and several masked array functions. ↵ | Travis Oliphant | 2006-08-13 | 1 | -3/+2 | |
| | | | | Move old behaviors to compatibility layer. | |||||
* | More fixes to masked array support of output arrays. | Travis Oliphant | 2006-08-10 | 1 | -1/+1 | |
| | ||||||
* | Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ↵ | Travis Oliphant | 2006-08-05 | 1 | -32/+41 | |
| | | | | happen twice. | |||||
* | Move source, info, and who to NumPy | Travis Oliphant | 2006-08-05 | 1 | -2/+276 | |
| | ||||||
* | Move converting code | Travis Oliphant | 2006-08-05 | 2 | -308/+0 | |
| | ||||||
* | Fix convertnumericA.py to fix transition from 'b' to 'B' | Travis Oliphant | 2006-08-05 | 2 | -7/+44 | |
| | ||||||
* | Move location of flatnonzero | Travis Oliphant | 2006-08-05 | 1 | -8/+0 | |
| | ||||||
* | Fix uses of nonzero and add flatnonzero | Travis Oliphant | 2006-08-05 | 3 | -3/+15 | |
| | ||||||
* | Add back dft stub and alter warning. | Travis Oliphant | 2006-08-04 | 1 | -1/+1 | |
| | ||||||
* | Add back a compatibility UserArray. | Travis Oliphant | 2006-08-04 | 1 | -0/+3 | |
| | ||||||
* | Many name-changes in oldnumeric. This may break some numpy code that was ↵ | Travis Oliphant | 2006-08-04 | 4 | -39/+21 | |
| | | | | using the oldnumeric interface. |