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
/
add_newdocs.py
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-12
DOC: change 'a'->'prototype' in empty_like docs
Jake VanderPlas
1
-8
/
+8
2017-11-27
DOC: Add documentation for datetime_data
Eric Wieser
1
-0
/
+37
2017-11-27
DOC: Add documentation for datetime_as_string
Eric Wieser
1
-0
/
+61
2017-11-25
DOC: add docstring to ufunc.signature
Marten van Kerkwijk
1
-5
/
+35
2017-11-20
Merge pull request #9458 from eric-wieser/copyto-scalar
Allan Haldane
1
-1
/
+1
2017-11-13
ENH: don't show boolean dtype, as it is implied
Eric Wieser
1
-1
/
+1
2017-11-08
DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...
Matti Picus
1
-18
/
+29
2017-11-07
Merge pull request #9920 from xuhdev/dot-doc
Charles Harris
1
-5
/
+15
2017-11-05
DOC: dot: Improve and add explanation in case `b` has only 1 dimension.
Hong Xu
1
-5
/
+15
2017-10-25
DOC: ndarray.reshape allows shape as int arguments or tuple
John Goetz
1
-0
/
+7
2017-10-22
MAINT: Punctuate `fromstring` docstring.
Charles Harris
1
-2
/
+2
2017-10-19
DEP: Letting fromstring pretend to be frombuffer is a bad idea
Eric Wieser
1
-10
/
+13
2017-10-13
DOC: ndarray.__copy__ takes no arguments [skip ci]
Michael Seifert
1
-11
/
+5
2017-10-05
DOC: Improve documentation of axis parameter in numpy.unpackbits (#9828)
Oleg Zabluda
1
-2
/
+3
2017-10-04
DOC: Update ndarray.shape property documention.
Charles Harris
1
-10
/
+14
2017-10-02
DOC: Improve ndarray.shape property documentation.
solarjoe
1
-1
/
+8
2017-09-23
DOC: Fix ndarray.__setstate__ documentation, it only takes one argument.
Michael Seifert
1
-1
/
+4
2017-09-18
Merge pull request #9700 from MSeifert04/add_memo_argument_to_deepcopy_method...
Charles Harris
1
-1
/
+1
2017-09-17
Merge branch 'master' into concatenate-out
Eric Wieser
1
-5
/
+6
2017-09-18
DOC: Add keepdims argument for ndarray.max documentation
Michael Seifert
1
-1
/
+1
2017-09-18
DOC: Add mandatory memo argument to __deepcopy__ method documentation
Michael Seifert
1
-1
/
+1
2017-09-16
arange: `start` is not needed even when `step` is given.
Hong Xu
1
-1
/
+2
2017-09-12
ENH: Add out argument to `concatenate`
Eric Wieser
1
-1
/
+5
2017-09-06
BUG: Fix usage of keyword "from" as argument name for "can_cast".
Michael Seifert
1
-3
/
+3
2017-08-18
DOC: Fix link in numpy.ndarray.copy method (missing backticks)
Michael Seifert
1
-1
/
+1
2017-08-05
MAINT/DOC: Use builtin when np.{x} is builtins.{x}.
Eric Wieser
1
-6
/
+6
2017-07-24
DOC: Fix incorrect default for where
Eric Wieser
1
-1
/
+1
2017-06-01
Merge pull request #8187 from eric-wieser/accumulate-no-keepdim
Marten van Kerkwijk
1
-3
/
+1
2017-06-01
API: Remove the keepdims argument to accumulate
Eric Wieser
1
-3
/
+1
2017-06-01
Merge pull request #9200 from eric-wieser/bincount-docs
Marten van Kerkwijk
1
-1
/
+1
2017-06-01
DOC: Update bincount docs to reflect gh-8348
Eric Wieser
1
-1
/
+1
2017-05-18
Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tuple
Eric Wieser
1
-11
/
+28
2017-05-17
DOC: update documentation allowing tuple of one in reduce, etc.
Marten van Kerkwijk
1
-11
/
+28
2017-05-11
ENH: Allow inplace as keyword parameter for byteswap
Michael Seifert
1
-2
/
+2
2017-05-08
DOC: Simplify the output of help(ufunc)
Eric Wieser
1
-37
/
+21
2017-05-05
ENH: Add isin, genereralizing in1d to ND arrays (#8423)
B R S Recht
1
-1
/
+1
2017-04-05
DOC: Fix for issues #7622 and #7914
Stefan Peterson
1
-2
/
+2
2017-03-28
ENH: Allow AxisErrors to have a prefix on the message
Eric Wieser
1
-1
/
+7
2017-03-26
Merge pull request #8348 from anntzer/bincount-zero-minlength
Eric Wieser
1
-1
/
+1
2017-03-24
ENH: Allow bincount(..., minlength=0).
Antony Lee
1
-1
/
+1
2017-02-25
ENH: add a .ndim property to dype objects
Eric Wieser
1
-0
/
+9
2017-02-20
ENH: Expose np.core.multiarray.normalize_axis_index(axis, ndim)
Eric Wieser
1
-0
/
+45
2017-02-16
Merge pull request #8043 from pv/ufunc-copy-overlap
Charles Harris
1
-0
/
+7
2017-01-31
Added searchsorted to see items.
Joseph Fox-Rabinovitz
1
-1
/
+1
2017-01-31
DOC: Missing backticks
Joseph Fox-Rabinovitz
1
-1
/
+1
2017-01-23
DOC: fix wrong flag name docstring
Pauli Virtanen
1
-1
/
+1
2017-01-19
ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAME
Pauli Virtanen
1
-3
/
+5
2017-01-19
ENH: NpyIter: add a flag to handle read/write operand overlap
Pauli Virtanen
1
-0
/
+5
2016-12-14
DEP: Fix escaped string characters deprecated in Python 3.6.
Charles Harris
1
-1
/
+1
2016-12-02
BUG: fix packbits and unpackbits to correctly handle empty arrays
Takuya Akiba
1
-1
/
+2
[next]