summaryrefslogtreecommitdiff
path: root/numpy/lib/arraysetops.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix to setdiff1d (and masked version) + tests (#1133, by N.C.)Robert Cimrman2009-07-201-1/+4
|
* Enhancements to arraysetops (ticket #1133, by Neil Crighton)Robert Cimrman2009-07-081-196/+164
|
* Merge from doc wikiPauli Virtanen2009-06-191-26/+72
|
* Added setmember1d_nu to arraysetops.Robert Cimrman2009-06-081-19/+43
|
* Merge from the doc wikiPauli Virtanen2009-03-241-6/+16
|
* * replace np.asarray by np.asanyarray in unique1dpierregm2009-01-191-2/+8
|
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵Pauli Virtanen2008-10-281-14/+14
| | | | they are still an improvement)
* Removed unused imports.Alan McIntyre2008-09-091-1/+0
|
* Unique1d will now return unique as well as reverse indices. Fix order ofStefan van der Walt2008-08-131-8/+45
| | | | returns [patch by Robert Cimrman].
* ran reindentJarrod Millman2008-08-081-1/+0
|
* Merge from documentation editor.Stefan van der Walt2008-08-051-42/+73
|
* Standardized NumPy import as "import numpy as np".Alan McIntyre2008-07-231-84/+22
| | | | Moved unique1d benchmarking code to new benchmarks directory.
* Merge documentation changes from wiki.Stefan van der Walt2008-05-191-71/+103
|
* ran reindentJarrod Millman2008-02-081-1/+1
|
* fixed setmember1d for string arraysRobert Cimrman2007-12-201-3/+6
|
* Edited module docstring.Robert Cimrman2007-11-201-3/+5
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-6/+6
|
* * Fix #410 by using the stable mergesort instead of the unstable default ↵Robert Kern2007-01-081-45/+147
| | | | | | | sort in setmember1d(). * Add some more information to the function docstrings. * Reduced the "See also" sections of the docstrings to point to the module instead of the full list of functions (some of which were not entirely relevant).
* (no commit message)Robert Cimrman2006-10-121-7/+5
|
* modernized to use new numpy features, speed-up of unique1d, doc updateRobert Cimrman2006-10-121-75/+95
|
* Change unique1d's argument name from retindx to return_index.Stefan van der Walt2006-09-281-6/+8
|
* Remove sorted from unique1d. Add testall to test if level > 10. Remove ↵Travis Oliphant2006-09-201-1/+1
| | | | compiler warning.
* 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-181-23/+12
| | | | | Fix ediff1d for to_begin or to_end = 0. Allow insert to operate on empty arrays.
* Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.productTravis Oliphant2006-08-291-1/+1
|
* Add axis arguments to various functions so as not to rely on the defaults.Travis Oliphant2006-08-291-1/+1
|
* Restore un-needed axis argumentsTravis Oliphant2006-08-291-4/+4
|
* Add axis argument to usages of takeTravis Oliphant2006-08-291-4/+4
|
* Fixed where to always return a tupleTravis Oliphant2006-04-121-1/+1
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-2/+2
| | | | extraneous whitespace
* Fix arraysetops.Travis Oliphant2006-01-111-22/+27
|
* Rename arguments in arraysetops to follow convention. Add bsum for builtin sum.Travis Oliphant2006-01-111-15/+15
|
* Arraysetops added to numpy.libRobert Cimrman2006-01-091-0/+201