index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
/
lib
/
arraysetops.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-14
BUG: Revert sort optimization in np.unique.
Charles Harris
1
-17
/
+20
2018-02-03
MAINT: Use AxisError in swapaxes
Eric Wieser
1
-3
/
+5
2018-01-31
MAINT: Make it clear that counts and inverse depend only on the mask
Eric Wieser
1
-2
/
+2
2018-01-31
DOC: Use a bulleted list to show the outputs of `unique`, for clarity
Eric Wieser
1
-4
/
+5
2018-01-31
MAINT: Remove special-casing of empty arrays in unique_1d
Eric Wieser
1
-16
/
+8
2018-01-31
MAINT: Remove messy handling of output tuple in np.unique
Claudio Freire
1
-31
/
+33
2018-01-18
Merge pull request #10342 from anaskhan96/union1d-fix
Charles Harris
1
-1
/
+1
2018-01-17
DOC: Fix version added labels in numpy.unique
Samuel Jackson
1
-0
/
+4
2018-01-09
BUG: concatenation using axis=None in union1d
Anas Khan
1
-1
/
+1
2018-01-08
BUG: fixing flattening of arrays in `union1d` in arraysetops.py
Anas Khan
1
-1
/
+1
2017-11-18
Merge pull request #10021 from eric-wieser/no-dtype-bool-repr
Allan Haldane
1
-6
/
+6
2017-11-18
ENH: Make `np.in1d()` work for unorderable object arrays (#9999)
Jörg Döpfert
1
-2
/
+8
2017-11-13
ENH: don't show boolean dtype, as it is implied
Eric Wieser
1
-6
/
+6
2017-08-05
MAINT/DOC: Use builtin when np.{x} is builtins.{x}.
Eric Wieser
1
-2
/
+2
2017-07-28
MAINT: Make `setxor1d' a bit clearer and speed it up
wufangjie
1
-5
/
+1
2017-07-27
make `setxor1d' a bit clear and speed up
wufangjie
1
-2
/
+3
2017-05-20
BUG: set default type for empty index array to `numpy.intp` (#9142)
Konrad Kapp
1
-2
/
+2
2017-05-07
DOC: fix docstring for np.isin
Stephan Hoyer
1
-0
/
+1
2017-05-05
ENH: Add isin, genereralizing in1d to ND arrays (#8423)
B R S Recht
1
-3
/
+99
2016-11-13
Added axis argument to numpy.unique
martinosorb
1
-11
/
+73
2016-10-27
BUG: return subclasses from ediff1d
MattHarrigan
1
-13
/
+12
2016-10-26
ENH: fast track default kwargs for ediff1d
MattHarrigan
1
-0
/
+4
2016-10-18
ENH: performance improvement to ediff1d
MattHarrigan
1
-14
/
+27
2015-07-01
DOC: Fix docstring warnings in documetation generation.
Charles Harris
1
-2
/
+4
2015-05-07
BUG: setdiff1d return dtype
Christian Brodbeck
1
-6
/
+4
2015-03-01
Merge pull request #5619 from jaimefrio/unique_docstring
Julian Taylor
1
-3
/
+4
2015-03-01
DOC: Describe return_counts keyword in np.unique docstring
Jaime Fernandez
1
-3
/
+4
2015-01-25
ENH: speed-up in1d replacing sorting with fancy indexing
jaimefrio
1
-3
/
+4
2014-10-15
Add examples for intersect1d and union1d of more than two arrays.
Christian Brueffer
1
-0
/
+10
2014-09-23
BUG: np.unique with chararray + inverse_index
CJ Carey
1
-1
/
+1
2014-08-31
DOC: warn about using a set with 'in1d'.
Patrick Peglar
1
-0
/
+4
2014-08-27
ENH: Speed up `unique` with `return_inverse`
jaimefrio
1
-2
/
+3
2014-07-31
STY: Make files in numpy/lib PEP8 compliant.
Charles Harris
1
-7
/
+7
2014-07-31
MAINT: Fixes for problems in numpy/lib revealed by pyflakes.
Charles Harris
1
-4
/
+7
2014-06-06
BUG: Correct behavior for lists of tuples in unique, closes #4785
jaimefrio
1
-7
/
+1
2014-04-05
ENH: add a 'return_counts=' keyword argument to `np.unique`
jaimefrio
1
-26
/
+42
2014-02-21
BUG: Fixes #2799
jaimefrio
1
-2
/
+1
2013-04-08
ENH: add `invert` parameter to numpy.in1d().
Julien Phalip
1
-7
/
+26
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
1
-1
/
+1
2013-03-28
2to3: Use absolute imports.
Charles Harris
1
-1
/
+1
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
1
-0
/
+3
2012-12-08
BUG: Fix regression for in1d with non-array input
Sebastian Berg
1
-0
/
+4
2012-07-07
DOC: merge doc wiki edits. A number of small edits in linalg and lib.
Ralf Gommers
1
-8
/
+8
2012-03-30
BUG: ticket #2063, make unique return consistent index.
Bryan Van de Ven
1
-3
/
+6
2011-08-27
ENH: missingdata: Implemented boolean assignment, working with NA masks
Mark Wiebe
1
-1
/
+1
2011-05-29
ENH: speed up in1d() in the case of ar1 >> ar2. Closes #1603.
rgommers
1
-2
/
+10
2011-03-11
DEP: remove unique1d, setmember1d and intersect1d_nu.
rgommers
1
-76
/
+2
2009-10-25
Merge deprecate_with_doc into deprecate(message="...").
Stefan van der Walt
1
-4
/
+4
2009-10-02
Docstring update: lib
Pauli Virtanen
1
-45
/
+91
2009-10-02
Docstring updates, part 1
Pauli Virtanen
1
-11
/
+28
[next]