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-12-22
Merge pull request #10260 from xoviat/add-pytest-support
Charles Harris
20
-89
/
+3572
2017-12-22
Merge pull request #10225 from xoviat/parallel-builds
Charles Harris
2
-1
/
+7
2017-12-22
DEP: restore noseclasses
xoviat
1
-0
/
+5
2017-12-22
ENH: do backward compatibility correctly
xoviat
4
-12
/
+14
2017-12-22
CI: appveyor: cleanup and add a pytest job
xoviat
1
-76
/
+42
2017-12-22
MAINT: Fix nose features to work on pytest
xoviat
3
-0
/
+23
2017-12-22
MAINT: Add a pytest.ini
xoviat
1
-0
/
+9
2017-12-22
Add .cache to gitignore
xoviat
1
-0
/
+1
2017-12-22
BUG: Fix pytest implementation errors
xoviat
1
-4
/
+17
2017-12-22
wip
Charles Harris
1
-322
/
+324
2017-12-22
wip nosetester
Charles Harris
1
-12
/
+13
2017-12-22
ENH: Add pytest compatible run_module_suite.
Charles Harris
1
-46
/
+40
2017-12-22
ENH: Make numpy.testing pytest aware.
Charles Harris
3
-4
/
+20
2017-12-22
MAINT: Remove noseclasses from user accessible modules.
Charles Harris
1
-6
/
+0
2017-12-22
MAINT: Fix unused IgnoreException in nose_tools/utils.py
Charles Harris
1
-0
/
+1
2017-12-22
MAINT: Hardwire 'nose' in parameterized.py.
Charles Harris
1
-1
/
+2
2017-12-22
MAINT: Add __all__ to nose_tools/decorators.py.
Charles Harris
1
-0
/
+3
2017-12-22
MAINT: Make decorator tests work with new exceptions.
Charles Harris
1
-8
/
+8
2017-12-22
ENH: Add pytest_tools directory.
Charles Harris
6
-0
/
+3452
2017-12-22
Merge pull request #10261 from eric-wieser/histogram-helpers
Charles Harris
1
-27
/
+44
2017-12-22
Merge pull request #10259 from acbellini/acbellini-patch-1
Charles Harris
1
-1
/
+1
2017-12-22
Merge pull request #10262 from eric-wieser/r_-release-note
Charles Harris
1
-0
/
+6
2017-12-22
DOC: Add missing release note for #10207
Eric Wieser
1
-0
/
+6
2017-12-22
MAINT: Extract helper functions from histogram
Eric Wieser
1
-27
/
+44
2017-12-22
Merge pull request #10186 from eric-wieser/move_histogram
Charles Harris
6
-1313
/
+1352
2017-12-22
Merge pull request #10220 from darcymeyer/docs_clarification
Charles Harris
1
-0
/
+2
2017-12-22
Issue #10258 - Change default value of `optimize` arg
Anna Chiara
1
-1
/
+1
2017-12-21
Merge pull request #10250 from mhvk/array-ufunc-remove-some-unnecessary-work
Eric Wieser
1
-12
/
+8
2017-12-20
Merge pull request #10252 from charris/fix-stdout-travis-failures
Charles Harris
1
-0
/
+3
2017-12-20
MAINT: Workaround for new travis sdist failures.
Charles Harris
1
-0
/
+3
2017-12-20
MAINT: Check for __array_ufunc__ before doing anything else.
Marten van Kerkwijk
1
-12
/
+8
2017-12-20
Merge pull request #10249 from charris/fix-warnings-failures
Charles Harris
1
-0
/
+4
2017-12-20
MAINT: Fix tests failures on travis CI merge.
Charles Harris
1
-0
/
+4
2017-12-20
Merge pull request #10247 from tyrinwu/ENH-fix-typo
Charles Harris
1
-1
/
+1
2017-12-20
ENH: fix typo
Tai-Lin Wu
1
-1
/
+1
2017-12-18
Merge pull request #10232 from eric-wieser/use-isclose-in-masked_values
Charles Harris
2
-16
/
+27
2017-12-18
Merge branch 'master' into move_histogram
Eric Wieser
0
-0
/
+0
2017-12-18
Merge branch 'master' into move_histogram
Eric Wieser
45
-351
/
+853
2017-12-18
Merge pull request #10211 from mhvk/ma-astype-alternative
Eric Wieser
3
-46
/
+58
2017-12-18
STY: Move newlines in release notes
Eric Wieser
1
-1
/
+1
2017-12-18
MAINT,ENH: remove MaskedArray.astype, as the base type does everything.
Marten van Kerkwijk
3
-47
/
+58
2017-12-18
Merge pull request #10237 from matthew-brett/nansum-docstring
Charles Harris
1
-1
/
+1
2017-12-19
DOC: give correct version of np.nansum change
Matthew Brett
1
-1
/
+1
2017-12-18
Merge pull request #8952 from eric-wieser/identity-refactor
Marten van Kerkwijk
3
-131
/
+88
2017-12-18
BUG: Don't reimplement isclose in np.ma
Eric Wieser
2
-16
/
+27
2017-12-17
Merge pull request #10223 from lzkelley/ma-stack-10127
Eric Wieser
3
-3
/
+87
2017-12-17
ENH: added masked version of 'numpy.stack' with tests.
lzkelley
3
-3
/
+87
2017-12-17
ENH: distutils: set NPY_NUM_BUILD_JOBS to cpu_count
xoviat
1
-1
/
+6
2017-12-17
MAINT: add .vscode to gitignore
xoviat
1
-0
/
+1
2017-12-15
DOC: document nested_iters (#10078)
Matti Picus
2
-0
/
+62
[next]