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
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-09
Merge pull request #9077 from eric-wieser/object-recursion
Julian Taylor
1
-0
/
+22
2017-05-09
TST: Add missing tests for bool scalar conversion
Eric Wieser
1
-0
/
+22
2017-05-09
Merge pull request #9054 from eric-wieser/fix-pep3118
ahaldane
1
-21
/
+38
2017-05-09
Merge pull request #9026 from eric-wieser/ufunc_docstrings
Charles Harris
1
-1
/
+8
2017-05-09
ENH: Spelling fixes
Ville Skyttä
3
-3
/
+3
2017-05-08
DOC: Show full argument lists for ufuncs
Eric Wieser
1
-1
/
+8
2017-05-08
Merge pull request #9063 from shoyer/divmod
Eric Wieser
4
-118
/
+133
2017-05-07
ENH: switch ndarray.__divmod__ to use np.divmod
Stephan Hoyer
3
-136
/
+132
2017-05-07
ENH: add np.divmod ufunc
Stephan Hoyer
2
-0
/
+19
2017-05-08
BUG: Move ctypes ImportError catching to appropriate place (#8898)
davidjn
1
-0
/
+22
2017-05-07
DEP: deprecate ndarray.conjugate's no-op fall through for non-numeric
Jonathan L Long
1
-0
/
+13
2017-05-07
Merge pull request #8421 from seberg/isnat
Charles Harris
1
-0
/
+29
2017-05-07
ENH: Add isnat function
Sebastian Berg
1
-0
/
+29
2017-05-06
Merge pull request #8964 from juliantaylor/empty-read
Julian Taylor
1
-0
/
+8
2017-05-05
STY: two blank lines between classes per PEP8
Jonathan L Long
1
-0
/
+2
2017-05-05
BUG: Prevent autogenerated names clashing with given names
Eric Wieser
1
-0
/
+7
2017-05-05
BUG: Fix non-determinism in order of fields created from pep3118 formats
Eric Wieser
1
-0
/
+5
2017-05-05
ENH: Pad with itemsize, not padding fields
Eric Wieser
1
-21
/
+26
2017-05-03
MAINT: Add date and numpy version to TestNPY_CHAR.
Charles Harris
1
-0
/
+1
2017-05-03
MAINT: add deprecation warnings for NPY_CHAR usage
Julian Taylor
1
-0
/
+7
2017-05-01
ENH: Print object arrays containing lists unambiguously
Eric Wieser
1
-0
/
+8
2017-05-01
Merge pull request #8967 from shoyer/positive
Eric Wieser
3
-0
/
+27
2017-04-30
ENH: add np.positive ufunc and use it for ndarray.__pos__
Stephan Hoyer
3
-0
/
+27
2017-04-30
Merge pull request #9014 from shoyer/array_ufunc-None
Charles Harris
1
-1
/
+32
2017-04-30
ENH: disable ufuncs if any operand sets __array_ufunc__=None
Stephan Hoyer
1
-1
/
+32
2017-04-29
Merge pull request #3861 from seberg/nditer-remove-empty
seberg
1
-0
/
+6
2017-04-29
BUG: Make ndarray inplace operators forward calls when needed.
Charles Harris
1
-20
/
+24
2017-04-29
BUG: Fix matrix multiply test gufunc for empty matrices
Sebastian Berg
1
-0
/
+6
2017-04-27
ENH: Better error message for __array_ufunc__ not implemented
Stephan Hoyer
1
-2
/
+20
2017-04-27
MAINT: remove unnecessary checks, wrong code for 'outer', cleanup.
Marten van Kerkwijk
1
-0
/
+13
2017-04-27
BUG: Support nout == 0 and at method
Eric Wieser
1
-2
/
+7
2017-04-27
DOC,TST: clarify example of ndarray subclass using __array_ufunc__
Marten van Kerkwijk
1
-7
/
+26
2017-04-27
BUG: ensure subclass of override class doesn't segfault.
Marten van Kerkwijk
1
-2
/
+3
2017-04-27
REVERT: remove __array_ufunc__ override for np.matmul.
Marten van Kerkwijk
2
-43
/
+7
2017-04-27
REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.
Marten van Kerkwijk
2
-27
/
+3
2017-04-27
BUG,MAINT: ensure out=None is never passed on to __array_ufunc__.
Marten van Kerkwijk
2
-6
/
+78
2017-04-27
DOC: implement many smaller and bigger changes suggested in review.
Marten van Kerkwijk
1
-3
/
+5
2017-04-27
ENH: implement ndarray.__array_ufunc__
Marten van Kerkwijk
2
-3
/
+86
2017-04-27
TST: test that gufuncs are also overridden by __array_ufunc__.
Marten van Kerkwijk
1
-0
/
+23
2017-04-27
MAINT: for __array_ufunc__ pass inputs as *args, ensure out is tuple.
Marten van Kerkwijk
3
-57
/
+62
2017-04-27
MAINT: allow __array_ufunc__ = None to force binops to defer.
Marten van Kerkwijk
1
-43
/
+68
2017-04-27
BUG/ENH: Switch to simplified __array_ufunc__/binop interaction
Nathaniel J. Smith
1
-217
/
+169
2017-04-27
ENH: Remove position arg from __array_ufunc__.
Charles Harris
3
-71
/
+62
2017-04-27
ENH: Rename __numpy_ufunc__ to __array_ufunc__.
Charles Harris
3
-36
/
+36
2017-04-27
ENH: Revert "Temporarily disable __numpy_ufunc__"
Charles Harris
2
-45
/
+0
2017-04-26
TST: fix io test that doesn't close file
Allan Haldane
1
-2
/
+2
2017-04-25
Merge pull request #8963 from eric-wieser/recursive-repr
ahaldane
1
-0
/
+18
2017-04-25
BUG: Prevent infinite recursion when printing self-containing arrays
Eric Wieser
1
-0
/
+18
2017-04-23
Merge pull request #8971 from juliantaylor/uninitialized-empty
Charles Harris
1
-0
/
+3
2017-04-23
BUG: do not change size 0 description when viewing data
Julian Taylor
1
-0
/
+3
[next]