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-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
2016-10-27
DOC: Patch doc errors for atleast_nd and frombuffer
gfyoung
1
-1
/
+1
2016-10-23
Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdim
Charles Harris
1
-1
/
+3
2016-10-23
DEP: Deprecate the keepdims argument to accumulate
Eric Wieser
1
-1
/
+3
2016-10-22
DOC: Add missing arguments to np.ufunc.outer
Eric Wieser
1
-1
/
+3
2016-10-18
DOC: warn that dtype.descr is only for use in PEP3118
Allan Haldane
1
-2
/
+4
2016-09-26
ENH: Allows contraction order optimization in einsum function.
Daniel Smith
1
-5
/
+9
2016-09-17
ENH: a.resize(.., refcheck=True) is almost unusable on PyPy
Matti Picus
1
-0
/
+3
2016-09-11
Update add_newdocs.py (#8040)
AustereCuriosity
1
-1
/
+1
2016-09-07
DOC: change version references from x.y to x.y.z
Pierre de Buyl
1
-1
/
+1
2016-09-06
DOC: change Numpy to NumPy in dosctrings and comments
Pierre de Buyl
1
-10
/
+10
2016-08-04
ENH: added axis param for np.count_nonzero
gfyoung
1
-28
/
+0
2016-06-22
DOC: Remove a redundant the
Shayan Pooya
1
-1
/
+1
2016-06-17
MAINT: Tweak documentation of broadcast.nd and broadcast.ndim.
Charles Harris
1
-2
/
+3
2016-06-15
ENH: Alias broadcast.ndim to broadcast.nd
Eric Wieser
1
-1
/
+17
2016-06-12
DOC: Further clarification of order argument in np.array.
Charles Harris
1
-24
/
+34
2016-06-12
DOC: Fix order='A' docs of np.array
MechCoder
1
-5
/
+9
2016-05-11
DOC: Fix some incorrect RST definition lists
Endolith
1
-4
/
+9
2016-04-04
DOC: link frompyfunc and vectorize
endolith
1
-0
/
+4
2016-03-22
DOC: array link to full and full_like instead of fill
Michael Seifert
1
-1
/
+1
2016-01-14
DOC: Clean up/fix several references to the "future" 1.10 release
Nathaniel J. Smith
1
-1
/
+1
2016-01-05
DOC,BUG: Fix some latex generation problems.
Charles Harris
1
-16
/
+15
2015-12-19
DOC: Use print only as function when print_function is imported from __future__
gfyoung
1
-9
/
+9
2015-12-18
DEP: Stricter arg checking for array ordering
gfyoung
1
-4
/
+8
2015-11-12
ENH: reimplement may_share_memory in C to improve its performance
Pauli Virtanen
1
-0
/
+39
2015-10-16
Fixed a typo in np.inner doc
Samuel St-Jean
1
-1
/
+1
2015-10-04
typo
eulerreich
1
-1
/
+1
2015-09-26
Document empty(..., object) initialization to None.
Antony Lee
1
-2
/
+2
2015-09-08
DOC: Document Datetime, Timedelta dtype kinds
Hassan Kibirige
1
-1
/
+3
2015-08-29
DOC: update docs + release notes vs shares_memory
Pauli Virtanen
1
-3
/
+2
2015-08-29
ENH: add shares_memory, implement may_share_memory using it
Pauli Virtanen
1
-7
/
+24
2015-08-18
Doc : fixed paramter typo
Samuel St-Jean
1
-1
/
+1
2015-07-01
DOC: Fix docstring warnings in documetation generation.
Charles Harris
1
-5
/
+9
2015-07-01
DOC: Remove references to removed setasflat ndarray method.
Charles Harris
1
-31
/
+0
2015-06-21
DOC: Update docs.
Gabor Kovacs
1
-13
/
+14
[next]