summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix for #291Travis Oliphant2006-09-231-1/+1
|
* Switch order of .put arguments to match the function call. Eliminate ↵Travis Oliphant2006-09-221-3/+3
| | | | .putmask as a method and make it only a function.
* Fix docstring for delete.Stefan van der Walt2006-09-221-2/+2
|
* Remove sorted from unique1d. Add testall to test if level > 10. Remove ↵Travis Oliphant2006-09-201-1/+1
| | | | compiler warning.
* Remove UserArray.py and dft sub-package.Travis Oliphant2006-09-201-3/+0
|
* Add tests to arraysetops for empty arrays.Stefan van der Walt2006-09-191-0/+14
|
* Support empty arrays in setxor1d and setdiff1d.Stefan van der Walt2006-09-191-2/+8
|
* Fix unique1d for empty sets. Closes r208.Stefan van der Walt2006-09-191-6/+10
|
* Add ediff1d support for empty arrays.Stefan van der Walt2006-09-183-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 Oliphant2006-09-162-3/+5
| | | | objects without fields or sub-arrays that are in correct byte-order
* Rename to histogramdd as original author said.Travis Oliphant2006-09-152-11/+11
|
* Clean up info(ndarray)Travis Oliphant2006-09-151-11/+10
|
* Don't deprecate c_. Use it as short-hand for a common caseTravis Oliphant2006-09-141-9/+7
|
* Fix transpose implementation to work with higher dimensional arrays as wellTravis Oliphant2006-09-141-7/+14
|
* Fix up r_ so you can specify the minimum number of dimensions to force ↵Travis Oliphant2006-09-143-9/+36
| | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays
* Add histogramnd and fix histogram2dTravis Oliphant2006-09-144-45/+237
|
* Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. ↵Travis Oliphant2006-09-143-16/+27
| | | | Add deprecation warning for c_
* Small fix to the insert document string.Charles Harris2006-09-031-27/+26
| | | | Cleanup whitespace.
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-294-6/+6
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-296-38/+27
|
* Restore un-needed axis argumentsTravis Oliphant2006-08-292-5/+5
|
* Add axis argument to usages of takeTravis Oliphant2006-08-292-5/+5
|
* Fix sundry errors.Travis Oliphant2006-08-281-1/+1
|
* Merge changes mistakenly added to 1.0b4 tag to the main trunkTravis Oliphant2006-08-282-11/+12
|
* Fixes to the deletefrom, insertinto, functions...Travis Oliphant2006-08-261-29/+27
|
* Fix how deletefrom and insertinto handle objects with __array_wrap__ defined.Travis Oliphant2006-08-261-11/+45
|
* Fix broadcast-copy on fancy set-item.Travis Oliphant2006-08-261-17/+36
|
* Add deletefrom, insertinto, and appendontoTravis Oliphant2006-08-261-20/+135
|
* Added a delete functionTravis Oliphant2006-08-251-1/+42
|
* Re-factor fix to linspaceTravis Oliphant2006-08-211-3/+3
|
* Remove usage of FatalError and fix linspace to end at stop if endpoint is TrueTravis Oliphant2006-08-211-0/+2
|
* Fix-up issubdtype to be more usefulTravis Oliphant2006-08-151-2/+9
|
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-62/+0
|
* Move ctypes-related functions out of top-levelTravis Oliphant2006-08-141-108/+1
|
* Fix ndpointer and add tests from ticket #245Travis Oliphant2006-08-142-4/+72
|
* datatype --> dtype in ndpointer and fix logic of from_param checksTravis Oliphant2006-08-131-23/+28
|
* Allow for type-less ndpointer.Travis Oliphant2006-08-131-5/+8
|
* Improve ndpointer to allow shape and flags checking as well.Travis Oliphant2006-08-131-8/+55
|
* Remove _as_parameter_ attribute from arrays and add it to the ctypes object. ↵Travis Oliphant2006-08-131-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 Oliphant2006-08-131-3/+2
| | | | Move old behaviors to compatibility layer.
* More fixes to masked array support of output arrays. Travis Oliphant2006-08-101-1/+1
|
* Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't ↵Travis Oliphant2006-08-051-32/+41
| | | | happen twice.
* Move source, info, and who to NumPyTravis Oliphant2006-08-051-2/+276
|
* Move converting codeTravis Oliphant2006-08-052-308/+0
|
* Fix convertnumericA.py to fix transition from 'b' to 'B'Travis Oliphant2006-08-052-7/+44
|
* Move location of flatnonzeroTravis Oliphant2006-08-051-8/+0
|
* Fix uses of nonzero and add flatnonzeroTravis Oliphant2006-08-053-3/+15
|
* Add back dft stub and alter warning.Travis Oliphant2006-08-041-1/+1
|
* Add back a compatibility UserArray.Travis Oliphant2006-08-041-0/+3
|
* Many name-changes in oldnumeric. This may break some numpy code that was ↵Travis Oliphant2006-08-044-39/+21
| | | | using the oldnumeric interface.