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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2017-05-10
MAINT: Update master branch for 1.14.0 development.
Charles Harris
1
-0
/
+2
2017-05-09
ENH: Spelling fixes
Ville Skyttä
1
-1
/
+1
2017-05-03
MAINT: add deprecation warnings for NPY_CHAR usage
Julian Taylor
1
-1
/
+14
2017-04-14
Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bug
Charles Harris
1
-27
/
+21
2017-03-20
ENH: Add the 'heaviside' ufunc.
Warren Weckesser
1
-0
/
+3
2017-03-10
ENH: Allows building npy_math with static inlining
Andres Guzman-Ballen
2
-133
/
+153
2017-03-05
MAINT: Remove files and constants only needed for Bento. (#8744)
Alexander Shadchin
1
-52
/
+0
2017-01-21
ENH: core: rename NPY_ITER_OVERLAP_ALLOW_SAME to NPY_ITER_OVERLAP_ASSUME_ELEM...
Pauli Virtanen
1
-2
/
+2
2017-01-19
ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAME
Pauli Virtanen
1
-5
/
+2
2017-01-19
BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...
Pauli Virtanen
1
-0
/
+5
2017-01-19
ENH: NpyIter: add a flag to handle read/write operand overlap
Pauli Virtanen
1
-0
/
+6
2016-12-09
MAINT: Drop support Python < 2.7 and Python3 < 3.4
Alexandr Shadchin
1
-8
/
+0
2016-11-05
REL: Updates for C-ABI and C-API.
Charles Harris
1
-0
/
+1
2016-10-11
MAINT: check that linker can handle AVX
Julian Taylor
1
-2
/
+2
2016-09-25
Merge pull request #7980 from juliantaylor/avx-runtime
Julian Taylor
1
-0
/
+28
2016-09-24
MAINT: add runtime check for AVX macros
Julian Taylor
1
-0
/
+11
2016-09-17
ENH: a.resize(.., refcheck=True) is almost unusable on PyPy
Matti Picus
3
-1
/
+6
2016-09-08
BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classes
Matthias C. M. Troffaes
1
-27
/
+21
2016-09-06
DOC: change Numpy to NumPy in dosctrings and comments
Pierre de Buyl
1
-3
/
+3
2016-08-27
MAINT: add avx __builtin_cpu_supports and target attribute checks
Julian Taylor
1
-0
/
+17
2016-07-31
Handle NetBSD specific <sys/endian.h>
Kamil Rytarowski
2
-1
/
+7
2016-04-21
Use PyMem_RawMalloc on Python 3.4 and newer
Victor Stinner
1
-3
/
+14
2016-03-03
ENH: Add identity for bitwise_and.
Charles Harris
1
-3
/
+9
2016-02-25
DOC: Fix more typos in docs and comments.
Dongjoon Hyun
3
-4
/
+4
2016-02-20
Merge pull request #7258 from charris/python-compatible-floor_divide
Charles Harris
2
-0
/
+5
2016-02-18
ENH: Add new npy_divmod function to npy_math.
Charles Harris
2
-0
/
+5
2016-02-09
MAINT: Use PySlice_GetIndicesEx instead of custom reimplementation
Nathaniel J. Smith
1
-0
/
+8
2016-02-06
BUG: raise IOError on not a file in python2
Julian Taylor
1
-1
/
+7
2016-01-27
MAINT: Fix some typos in a code string and comments
Dongjoon Hyun
1
-1
/
+1
2016-01-02
ENH: Add dtype argument to random.randint.
Charles Harris
1
-0
/
+3
2015-11-18
MAINT: fix spurious semicolon in macro definition of PyArray_FROM_OT
Cong Ma
1
-1
/
+1
2015-11-16
ENH: use prefetching for summation
Julian Taylor
1
-0
/
+15
2015-10-08
Merge pull request #6429 from charris/remove-single-file-option
Nathaniel J. Smith
2
-6
/
+1
2015-10-08
MAINT: Remove single file compilation support.
Charles Harris
2
-6
/
+1
2015-10-07
BUG: only require tell/seek in np.fromfile when buffered
Colin Jermain
1
-9
/
+51
2015-10-01
Merge pull request #6336 from njsmith/clean-up-ufunc-dead-code
Charles Harris
1
-24
/
+6
2015-10-01
MAINT: cleanup dead code/arguments/fields from ufuncs
Nathaniel J. Smith
1
-24
/
+6
2015-09-29
MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixe...
Yash Mehrotra
1
-3
/
+3
2015-08-04
Wording: correctly write the comment
Julien Dubois
1
-2
/
+2
2015-08-03
MAINT: Init master branch for 1.11.0 development.
Charles Harris
1
-0
/
+1
2015-08-02
BLD: enable C99 isnan and isinf for msvc14
Christoph Gohlke
1
-2
/
+2
2015-06-23
MAINT: fix two Wpedantic warnings in public header
Julian Taylor
1
-2
/
+2
2015-06-22
MAINT: Update version info for Numpy 1.10.
Charles Harris
1
-0
/
+1
2015-06-21
DEP,MAINT: Remove deprecated functions from npy_3kcompat.h
Charles Harris
1
-45
/
+0
2015-06-01
MANT: Remove unused macro _PyArray_ITER_NEXT3
Jaime Fernandez
1
-21
/
+0
2015-04-04
ENH: cache dtype.__hash__
Antoine Pitrou
3
-13
/
+17
2015-02-13
Merge pull request #5518 from charris/simple-gh-3010
Charles Harris
1
-1
/
+42
2015-02-13
ENH: Implement more fallback complex functions for npy_math.
Eric Moore
1
-1
/
+42
2015-02-08
BLD: Use system-wide fenv.h on cygwin
Sebastien Gouezel
2
-262
/
+0
2014-11-02
Merge pull request #5257 from juliantaylor/py3-header-fix
Charles Harris
1
-6
/
+15
[next]