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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-10
BUG: Make iscomplexobj compatible with custom dtypes again
Joerg Behrmann
2
-5
/
+12
2017-02-10
Merge pull request #8592 from eric-wieser/remove-setslice
Charles Harris
11
-135
/
+18
2017-02-10
DOC: Use getitem and setitem in index
Charles Harris
1
-2
/
+2
2017-02-09
Merge pull request #8575 from godaygo/doc-typos-1
Charles Harris
3
-20
/
+26
2017-02-09
MAINT: Add release notes for __[gs]etslice__ removal
Eric Wieser
1
-0
/
+11
2017-02-09
DOC: Change index keywords to dissociate from deprecated magic methods
Eric Wieser
1
-2
/
+2
2017-02-09
Merge pull request #8596 from matthew-brett/fix-machar-likes
Charles Harris
2
-24
/
+34
2017-02-09
BUG: match hard-coded finfo to calculated MachAr
Matthew Brett
2
-24
/
+34
2017-02-09
MAINT: Remove __setslice__ and __getslice__
Eric Wieser
9
-133
/
+5
2017-02-08
Merge pull request #8586 from rlamy/pypy3-getsizeof
Charles Harris
1
-1
/
+11
2017-02-08
TST: Replace use of sys.getsizeof() with explicit computation of unicode repr...
Ronan Lamy
1
-1
/
+11
2017-02-07
DOC: fix typo in 'Stacking together different arrays'
Kirill Balunov
1
-11
/
+16
2017-02-07
DOC: fix typo in indexing section
Kirill Balunov
1
-7
/
+8
2017-02-07
DOC: fix typo in 'Indexing Multi-dimensional arrays'
Kirill Balunov
1
-2
/
+2
2017-02-06
Merge pull request #8571 from juliantaylor/dbg-fixes
Charles Harris
1
-5
/
+25
2017-02-06
Merge pull request #8572 from juliantaylor/cleanup
Julian Taylor
1
-4
/
+0
2017-02-06
MAINT: remove ma out= workaround
Julian Taylor
1
-4
/
+0
2017-02-06
BUG: fix calling python api with error set and minor leaks
Julian Taylor
1
-5
/
+25
2017-02-04
Merge pull request #8569 from anntzer/missing-tracebackhides
Nathaniel J. Smith
1
-0
/
+2
2017-02-04
Add missing __tracebackhide__ to testing functions.
Antony Lee
1
-0
/
+2
2017-02-04
Merge pull request #8568 from matthew-brett/enable-ppc-eps-tests
Charles Harris
1
-4
/
+4
2017-02-04
TST: re-enable PPC longdouble spacing tests
Matthew Brett
1
-4
/
+4
2017-02-04
Merge pull request #8567 from pv/test-dot-overlap-alignment
Charles Harris
1
-1
/
+32
2017-02-04
TST: core: use aligned memory for dot() out= arrays
Pauli Virtanen
1
-1
/
+32
2017-02-03
ENH: hard-code finfo parameters for known types (#8504)
Matthew Brett
3
-26
/
+308
2017-02-03
8552 doc clip none (#8558)
pezcore
1
-5
/
+9
2017-02-01
Merge pull request #8555 from pezcore/8554-polyvander2d-doc-bug
Charles Harris
6
-6
/
+6
2017-02-01
Applied same fix as 1695458be to remaining 5 polynomial types
Tom Boyd
5
-5
/
+5
2017-02-01
Merge pull request #8416 from mhvk/ma/ensure-given-output-is-returned
ahaldane
2
-4
/
+16
2017-02-01
BUG Ensure that operations on MaskedArray return any output given.
Marten van Kerkwijk
2
-4
/
+16
2017-02-01
Fixing docstring error in polyvander2d
Tom Boyd
1
-1
/
+1
2017-01-31
Merge pull request #8551 from madphysicist/patch-1
Charles Harris
1
-2
/
+2
2017-01-31
Merge pull request #8508 from eric-wieser/fix-masked-ufunc-shape
ahaldane
2
-2
/
+27
2017-01-31
Added searchsorted to see items.
Joseph Fox-Rabinovitz
1
-1
/
+1
2017-01-31
DOC: Missing backticks
Joseph Fox-Rabinovitz
1
-1
/
+1
2017-01-30
Merge pull request #8539 from pv/dot-out-overlap
Charles Harris
3
-74
/
+168
2017-01-29
TST: core: test all dtypes in test_dot_out_mem_overlap
Pauli Virtanen
1
-3
/
+5
2017-01-29
STY: core: rename variable ret to out_buf in matrix product
Pauli Virtanen
2
-85
/
+92
2017-01-29
TST: core: make test_dot_out_mem_overlap minimal
Pauli Virtanen
1
-8
/
+8
2017-01-28
Merge pull request #8494 from utke1/master
Charles Harris
4
-1
/
+60
2017-01-28
Merge pull request #8542 from drlvk/patch-1
Charles Harris
1
-1
/
+1
2017-01-28
MAINT: typo in histogram docstring
drlvk
1
-1
/
+1
2017-01-28
Revert 8540 patch 1 (#8541)
aha66
1
-3
/
+3
2017-01-28
Merge pull request #8540 from aha66/patch-1
Pauli Virtanen
1
-2
/
+2
2017-01-28
Update arrays.ndarray.rst
aha66
1
-2
/
+2
2017-01-28
BUG: core: in dot(), make copies if out has memory overlap with input
Pauli Virtanen
3
-11
/
+96
2017-01-24
Merge pull request #8527 from ajdavis/pyarray-resize-docs
Charles Harris
1
-4
/
+4
2017-01-24
DOC: fix return value for PyArray_Resize
A. Jesse Jiryu Davis
1
-4
/
+4
2017-01-24
Merge pull request #8524 from juliantaylor/f2-mean-fix
Charles Harris
2
-2
/
+8
2017-01-24
BUG: fix mean for float 16 non-array inputs
Julian Taylor
2
-2
/
+8
[next]