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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-27
Merge pull request #10619 from eric-wieser/fix-notmasked_contiguous
v1.15.0
upstream-git
Marten van Kerkwijk
2
-28
/
+64
2018-03-26
Merge pull request #10795 from eric-wieser/einsum-output-spaces
Marten van Kerkwijk
2
-10
/
+28
2018-03-26
Merge pull request #10798 from jaimefrio/einsum_mapping
Eric Wieser
2
-4
/
+9
2018-03-25
Merge pull request #10774 from mdboom/fix-sqrt-min-for-no-long-double
Allan Haldane
1
-0
/
+4
2018-03-26
BUG: Incorrect mapping of einsum axes.
Jaime Fernandez
2
-4
/
+9
2018-03-25
BUG: Always return a list from np.ma.flatnotmasked_contiguous
Eric Wieser
2
-17
/
+44
2018-03-25
TST: simplify test of notmasked_contiguous
Eric Wieser
1
-13
/
+22
2018-03-25
BUG: Allow spaces in output string of einsum
Eric Wieser
2
-10
/
+28
2018-03-24
BUG: Provide correct format in Py_buffer for scalars (#10564)
Jeff VanOss
4
-46
/
+201
2018-03-24
Merge pull request #10790 from charris/pytest-prep
Charles Harris
23
-239
/
+346
2018-03-24
TST: Add numpy/compat/tests
Charles Harris
1
-2
/
+2
2018-03-24
TST: Do not import functions beginning `test_`.
Charles Harris
3
-76
/
+95
2018-03-24
TST: Rename some compiled c test modules
Charles Harris
18
-64
/
+64
2018-03-24
TST: Remove nose dependence of locale tests.
Charles Harris
4
-93
/
+139
2018-03-23
TST: Remove some nose dependences in utils.py
Charles Harris
1
-7
/
+49
2018-03-22
Fixed author name in reference to book
ChloeColeongco
1
-1
/
+1
2018-03-22
BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key
mattip
2
-1
/
+3
2018-03-21
Merge pull request #10777 from charris/prep-for-pytest
Charles Harris
7
-223
/
+181
2018-03-21
MAINT: Remove use of unittest in NumPy tests.
xoviat
7
-223
/
+181
2018-03-20
Use dummy_threading on platforms that don't support threading (#10773)
Michael Droettboom
1
-1
/
+4
2018-03-20
Fix SQRT_MIN for platforms with 8-byte long double
Michael Droettboom
1
-0
/
+4
2018-03-19
Merge pull request #10766 from eric-wieser/remove-dead-code
Charles Harris
1
-49
/
+0
2018-03-19
Merge pull request #10740 from charris/add-python-3.7-tests
Charles Harris
9
-37
/
+197
2018-03-19
MAINT: Fix Python 3 deprecated C-API use
Charles Harris
7
-23
/
+164
2018-03-19
MAINT: Fix test_utils.py for Python 3.7.
Charles Harris
1
-14
/
+29
2018-03-19
MAINT: Remove the unused scalarmath getters for fmod and sqrt
Eric Wieser
1
-49
/
+0
2018-03-16
Merge pull request #10755 from eric-wieser/reduce-histogram-docs
Charles Harris
1
-108
/
+76
2018-03-16
MAINT: The histogram_bin_edges function needs a raw docstring.
Charles Harris
1
-1
/
+1
2018-03-16
Merge pull request #10666 from dfreese/fix/covcomplex
Charles Harris
2
-2
/
+4
2018-03-16
TST, DOC: Upload devdocs and neps after circleci build (#10702)
Stefan van der Walt
1
-11
/
+10
2018-03-16
DOC: Move bin estimator documentation from `histogram` to `histogram_bin_edges`
Eric Wieser
1
-107
/
+75
2018-03-15
ENH: Add np.histogram_bin_edges (#10591)
Kirit Thadaka
2
-3
/
+141
2018-03-15
Merge pull request #10618 from eric-wieser/avoid-nontuple-indices
Marten van Kerkwijk
8
-29
/
+33
2018-03-15
Merge pull request #10750 from eric-wieser/percentile-graph
Charles Harris
1
-0
/
+27
2018-03-15
MAINT: Fix char* variable in arr_add_docstring for Python 3.7
Charles Harris
1
-0
/
+4
2018-03-15
Merge pull request #10746 from hvy/fix-typo
Charles Harris
1
-1
/
+1
2018-03-15
DOC: Add graph showing different behaviors of np.percentile
Eric Wieser
1
-0
/
+27
2018-03-15
fixed order of notes and examples
Jonas Rauber
1
-8
/
+8
2018-03-15
Update add_newdocs.py
Jonas Rauber
1
-3
/
+9
2018-03-15
fixes #10747
Jonas Rauber
1
-2
/
+4
2018-03-15
DOC: Fix typo in warning message
hvy
1
-1
/
+1
2018-03-14
TST: Import abstract classes from collections.abc
Frederick Lefebvre
7
-19
/
+54
2018-03-13
Merge pull request #10718 from AaronCritchley/tst-fixing-float16-eq
Charles Harris
3
-2
/
+36
2018-03-13
MAINT: Increase range in float16 almost equal nulp test.
Charles Harris
1
-2
/
+4
2018-03-12
Fix low-hanging Pypy compatibility issues (#10737)
Pauli Virtanen
10
-31
/
+24
2018-03-10
MAINT: Misc small fixes. (#10722)
Charles Harris
1
-1
/
+1
2018-03-10
Merge pull request #10716 from ahaldane/fix_dragon4_fractional_cutoff
Charles Harris
2
-5
/
+13
2018-03-10
Merge pull request #10720 from WarrenWeckesser/fix-gh-10712
Charles Harris
2
-3
/
+57
2018-03-10
MAINT: Remove obsolete comment.
Warren Weckesser
1
-1
/
+1
2018-03-10
BUG: distutils: Remove named templates from the output.
Warren Weckesser
2
-2
/
+56
[next]