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
/
core
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-10
MAINT: fix intp formatting warnings
Julian Taylor
1
-23
/
+24
2017-05-10
MAINT: Remove avoidable warnings
Eric Wieser
3
-5
/
+3
2017-05-10
MAINT: use if instead of loop
Eric Wieser
1
-31
/
+21
2017-05-10
BUG: Fix inconsistent lookup of __array_ufunc__.
Eric Wieser
4
-42
/
+52
2017-05-10
MAINT: Fix warnings about int vs intp
Eric Wieser
1
-9
/
+9
2017-05-10
MAINT: Distinguish "correct" special method lookups from incorrect ones
Eric Wieser
6
-45
/
+99
2017-05-09
BUG: Don't silence errors in bool(object_array)
Eric Wieser
1
-0
/
+4
2017-05-09
BUG: Prevent stackoverflow on self-containing arrays
Eric Wieser
1
-1
/
+7
2017-05-09
Merge pull request #9026 from eric-wieser/ufunc_docstrings
Charles Harris
1
-58
/
+19
2017-05-09
ENH: Spelling fixes
Ville Skyttä
11
-12
/
+12
2017-05-08
DOC: Show full argument lists for ufuncs
Eric Wieser
1
-58
/
+19
2017-05-08
Merge pull request #9063 from shoyer/divmod
Eric Wieser
4
-31
/
+81
2017-05-07
ENH: switch ndarray.__divmod__ to use np.divmod
Stephan Hoyer
2
-31
/
+9
2017-05-07
ENH: add np.divmod ufunc
Stephan Hoyer
2
-0
/
+72
2017-05-07
Merge pull request #9058 from charris/update-warning-message
Charles Harris
1
-2
/
+2
2017-05-07
DEP: deprecate ndarray.conjugate's no-op fall through for non-numeric
Jonathan L Long
1
-0
/
+8
2017-05-07
Merge pull request #8421 from seberg/isnat
Charles Harris
4
-0
/
+45
2017-05-07
ENH: Add isnat function
Sebastian Berg
4
-0
/
+45
2017-05-06
Merge pull request #8964 from juliantaylor/empty-read
Julian Taylor
2
-1
/
+14
2017-05-05
BUG: ndarray.conjugate broken for custom dtypes (unlike np.conjugate)
Jonathan L Long
1
-1
/
+2
2017-05-05
MAINT: Update FutureWarning message.
Charles Harris
1
-2
/
+2
2017-05-03
MAINT: add deprecation warnings for NPY_CHAR usage
Julian Taylor
2
-0
/
+23
2017-05-01
Merge pull request #8876 from eric-wieser/ufunc-refactor
Eric Wieser
1
-116
/
+141
2017-05-01
Merge pull request #8967 from shoyer/positive
Eric Wieser
3
-0
/
+49
2017-04-30
ENH: add np.positive ufunc and use it for ndarray.__pos__
Stephan Hoyer
3
-0
/
+49
2017-04-30
Merge pull request #9014 from shoyer/array_ufunc-None
Charles Harris
3
-18
/
+43
2017-04-30
ENH: disable ufuncs if any operand sets __array_ufunc__=None
Stephan Hoyer
3
-18
/
+43
2017-04-30
Merge pull request #8885 from juliantaylor/tracemalloc
Charles Harris
3
-0
/
+27
2017-04-29
Merge pull request #3861 from seberg/nditer-remove-empty
seberg
3
-43
/
+14
2017-04-29
BUG: Make ndarray inplace operators forward calls when needed.
Charles Harris
2
-49
/
+100
2017-04-29
BUG: Fix matrix multiply test gufunc for empty matrices
Sebastian Berg
1
-0
/
+14
2017-04-29
ENH: Allow removal of 0-sized axes from nditer and empty gufunc calls
Sebastian Berg
2
-43
/
+0
2017-04-28
ENH: add support for python3.6 memory tracing
Julian Taylor
3
-0
/
+27
2017-04-27
Merge pull request #9002 from eric-wieser/where-true-default
Charles Harris
1
-0
/
+9
2017-04-27
ENH: Better error message for __array_ufunc__ not implemented
Stephan Hoyer
1
-3
/
+15
2017-04-27
MAINT: remove unnecessary checks, wrong code for 'outer', cleanup.
Marten van Kerkwijk
3
-54
/
+140
2017-04-27
BUG: Add back removed elision code.
Charles Harris
1
-6
/
+66
2017-04-27
BUG: ensure subclass of override class doesn't segfault.
Marten van Kerkwijk
1
-1
/
+2
2017-04-27
MAINT: split out umath-specific part of ufunc_override.
Marten van Kerkwijk
6
-480
/
+507
2017-04-27
MAINT: simplify now that __array_ufunc__ overrides ufuncs only.
Marten van Kerkwijk
3
-24
/
+14
2017-04-27
REVERT: remove __array_ufunc__ override for np.matmul.
Marten van Kerkwijk
1
-30
/
+12
2017-04-27
REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.
Marten van Kerkwijk
2
-64
/
+20
2017-04-27
BUG,MAINT: ensure out=None is never passed on to __array_ufunc__.
Marten van Kerkwijk
5
-133
/
+201
2017-04-27
MAINT: let ndarray.__array_ufunc__ bail if any overrides are in place.
Marten van Kerkwijk
3
-44
/
+82
2017-04-27
ENH: implement ndarray.__array_ufunc__
Marten van Kerkwijk
2
-9
/
+97
2017-04-27
MAINT: for __array_ufunc__ pass inputs as *args, ensure out is tuple.
Marten van Kerkwijk
1
-42
/
+99
2017-04-27
MAINT: Add NPY_NO_EXPORT modifier to PyUFunc_CheckOverride.
Charles Harris
2
-2
/
+2
2017-04-27
MAINT: Split out C code in ufunc_override.h to .c file.
Marten van Kerkwijk
2
-402
/
+410
2017-04-27
MAINT: allow __array_ufunc__ = None to force binops to defer.
Marten van Kerkwijk
2
-132
/
+42
2017-04-27
BUG/ENH: Switch to simplified __array_ufunc__/binop interaction
Nathaniel J. Smith
6
-222
/
+346
[next]