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
/
random
Age
Commit message (
Expand
)
Author
Files
Lines
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
-1
/
+1
2017-10-18
BUG: Prevent invalid array shapes in seed
Kevin Sheppard
2
-5
/
+17
2017-10-06
BUG: Check for NaN parameter in random.zipf.
Charles Harris
2
-6
/
+12
2017-10-05
MAINT: Refactor rk_zipf to be more efficient.
Charles Harris
1
-12
/
+12
2017-10-04
BUG: Fix possibly undefined cast of double -> long.
Yang Li
1
-9
/
+15
2017-09-25
MAINT,BUG: Fix mtrand for Cython 0.27.
Charles Harris
1
-1
/
+11
2017-09-01
MAINT: fix std header include order
Julian Taylor
2
-14
/
+16
2017-08-30
DOC: Fix type definitions in mtrand
Kevin Sheppard
1
-11
/
+13
2017-08-27
DOC: Update release notes for noncentral_f changes.
Charles Harris
1
-5
/
+9
2017-08-26
Merge pull request #9590 from bashtage/relax-noncentral-f-checks
Charles Harris
2
-7
/
+13
2017-08-22
ENH: Remove unnecessary restriction in noncen-f
Kevin Sheppard
2
-7
/
+13
2017-08-22
REF: Remove direct access to flatiter types
Kevin Sheppard
2
-2
/
+3
2017-08-17
BUG: Missing dirichlet input validation
Kevin Sheppard
2
-0
/
+12
2017-08-06
TST, MAINT: Add `__init__.py` files to tests directories.
Charles Harris
1
-0
/
+0
2017-08-05
MAINT/DOC: Use builtin when np.{x} is builtins.{x}.
Eric Wieser
1
-10
/
+10
2017-07-24
TST: Remove unittest dependencies in numpy/random/tests.
Charles Harris
2
-30
/
+32
2017-07-04
MAINT: Rearrange files in numpy/testing module.
Charles Harris
1
-1
/
+1
2017-06-10
DOC: BLD: fix lots of Sphinx warnings/errors.
Ralf Gommers
1
-2
/
+2
2017-05-09
BUG: Buttress handling of extreme values in randint
gfyoung
3
-15
/
+60
2017-04-26
Merge pull request #8962 from MSeifert04/random_choice_docs
Eric Wieser
1
-2
/
+2
2017-04-26
[DOC] use of * instead of ` to refer to a function parameter.
Matthias Bussonnier
1
-2
/
+2
2017-04-20
DOC: Wrong return type of np.random.choice and wrong variable name
Michael Seifert
1
-2
/
+2
2017-04-10
MAINT: avoid memcpy when i == j
Yu Feng
1
-0
/
+1
2017-04-02
BUG: Check for errors when PyInt_AsLong is called in np.random
Simon Gibbons
2
-9
/
+16
2017-04-01
Fix test
Simon Gibbons
1
-1
/
+1
2017-04-01
BUG: Ensure Errors are correctly checked when PyFloat_AsDouble is called.
Simon Gibbons
2
-1
/
+15
2017-03-26
DOC: update docs and comments for move of mailing list to python.org
Ralf Gommers
1
-1
/
+1
2017-03-25
MAINT: Remove asbytes where a b prefix would suffice
Eric Wieser
1
-2
/
+1
2017-03-13
Revert gh-8570.
Charles Harris
2
-42
/
+1
2017-03-12
Merge pull request #8570 from evanlimanto/random-permutation-shuffle-fix
Eric Wieser
2
-1
/
+42
2017-03-10
BUG: fix issue #8250 where np.random.permutation fails when np.array gets cal...
Evan Limanto
2
-1
/
+42
2017-02-28
BUG: Fix assert statements in random.choice tests
Marein Könings
1
-5
/
+5
2017-01-17
TST: work around isfinite inconsistency on i386
Julian Taylor
1
-1
/
+3
2017-01-06
TST: remove a duplicate test. Closes gh-8447.
Ralf Gommers
1
-4
/
+0
2017-01-03
single too argument + mention in release docs.
Oscar Villellas
1
-9
/
+5
2017-01-03
Documentation fix and proper handling of tolerance
Oscar Villellas
1
-10
/
+15
2017-01-03
fixed merged test
Oscar Villellas
1
-14
/
+8
2017-01-03
Merge remote-tracking branch 'numpy-org/master' into mult-norm
Oscar Villellas
14
-840
/
+2145
2016-12-13
DOC: Fixed minor typo
Mikhail Pak
1
-1
/
+1
2016-11-02
BUG: Better check for invalid bounds in np.random.uniform.
Alistair Muldal
2
-0
/
+6
2016-10-28
DOC: Clean up lomax and genpareto references.
wrwrwr
1
-3
/
+3
2016-10-28
MAINT, DOC: Update some scipy.stats references.
wrwrwr
1
-27
/
+27
2016-10-22
Merge pull request #8173 from aixtools/issue8118
Charles Harris
1
-3
/
+6
2016-10-22
STY: Fix indentation to follow PEP8
Charles Harris
1
-2
/
+2
2016-10-21
commit BLD: AIX uses the flag _LARGE_FILES to ensure proper prototype declara...
Michael Felt
1
-1
/
+4
2016-10-20
DOC: 'highest' is exclusive for randint()
Ben North
1
-2
/
+2
2016-09-23
MAINT: Remove duplicate randint helpers code.
gfyoung
1
-277
/
+0
2016-09-20
MAINT: Add Tempita to randint helpers
gfyoung
2
-0
/
+78
2016-09-07
DOC: change version references from x.y to x.y.z
Pierre de Buyl
1
-1
/
+1
[next]