Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.0
/
numpy
/
random
aa27298
Fix random.poisson(0) to return 0 (#229)
by Travis Oliphant
· 19 years ago
6686ee2
Pass the converted array arguments instead of the scalars.
by Robert Kern
· 19 years ago
f1cca04
Many name-changes in oldnumeric. This may break some numpy code that was using the oldnumeric interface.
by Travis Oliphant
· 19 years ago
b5048dd
Add PyArray_ContiguousFromObject to numpy.pxi
by Travis Oliphant
· 19 years ago
fd96933
Update to use pyrex 0.9.4.1
by Travis Oliphant
· 19 years ago
ce00aea
Fix random.uniform
by Travis Oliphant
· 19 years ago
9bda193
Add broadcasting behavior to random-number generators. Fix cholesky to keep matrix return.
by Travis Oliphant
· 19 years ago
046388a
Make sure we deal with null bytes appropriate when getting a random stream of bytes as a Python string.
by Robert Kern
· 19 years ago
eb9f5f7
Remove global symbols from numpy. Remove use of replacetypechars in convertcode.
by Travis Oliphant
· 19 years ago
f72e5a8
Redo mtrand.pyx with Pyrex 0.9.4.1: fixes bug in test_histogram2d on Python 2.3.5
by cookedm
· 19 years ago
f570f13
Fix up mtrand compile again.
by Travis Oliphant
· 19 years ago
b299336
Fix init_by_array to properly initialize the has_gauss and has_binomial members. Fixes #155.
by Robert Kern
· 19 years ago
fcf1365
Add CObject API
by Robert Kern
· 19 years ago
fbf0b47
Check-in name-space changes so that numpy.oldnumeric is the compatibility module and numpy does not contain all of the names.
by Travis Oliphant
· 19 years ago
c0d3293
Apply patch #137
by Travis Oliphant
· 19 years ago
de1dedc
Fix syntax error in numpy/random/old.py: can't use import * in functions anymore
by cookedm
· 19 years ago
6768d24
Add RNG interface and clean up old-interfaces to be separate from newer ones.
by Travis Oliphant
· 19 years ago
8360b0b
Update mtrand code
by Travis Oliphant
· 19 years ago
13c9eef
Use dot instead of matrixmultiply
by Travis Oliphant
· 19 years ago
ec90f8f
Change rand and randn back to not take tuple argument. Alter docstring to alert user what function to use to pass in a tuple.
by Travis Oliphant
· 19 years ago
252b09d
Change rand and randn back to not take tuple argument. Alter docstring to alert user what function to use to pass in a tuple.
by Travis Oliphant
· 19 years ago
ba90d59
Allow tuple argument to rand and randn
by Travis Oliphant
· 19 years ago
267228a
Intialize the has_binomial field of the mtrand state.
by cookedm
· 19 years ago
fe20769
Fix #90.
by Robert Kern
· 19 years ago
8c7d39d
Make ext module typespecs to use PyMODINIT_FUNC that is essential for mingw32 and c++ code combination to work correctly.
by Pearu Peterson
· 19 years ago
b663277
Use add_data_files instead of add_headers to install randomkit.h
by edschofield
· 19 years ago
5d5d80f
Modified numpy/random/setup.py to export randomkit.h header file
by edschofield
· 19 years ago
4bd0d90
Use generate_mtrand code to create the mtrand.c file.
by Travis Oliphant
· 20 years ago
3fa921b
Fix randint(1,2) == 0 bug.
by Robert Kern
· 20 years ago
bf57380
Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace
by cookedm
· 20 years ago
00f2295
Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports.
by Pearu Peterson
· 20 years ago
d99b73b
Change accuracy of fill and more _WIN32 fixes.
by Travis Oliphant
· 20 years ago
e5e72a4
Fixes to help compilation on Windows with MSVC
by Travis Oliphant
· 20 years ago
0283b6f
Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dtypechar -> .dtype.char
by Travis Oliphant
· 20 years ago
4dd79b0
Added i0 natively for kaiser window
by Travis Oliphant
· 20 years ago
fb605c6
I don't understand why this wasn't included before.
by Travis Oliphant
· 20 years ago
416bf37
Trying to delete mtrand.c
by Travis Oliphant
· 20 years ago
959e0ba
Fixed corelinalg in mtrand.
by Travis Oliphant
· 20 years ago
490712c
More numpy fixes...
by Travis Oliphant
· 20 years ago
a6eb1cb
Updated mtrand pyrex-generated c file.
by Travis Oliphant
· 20 years ago
b0a3266
Moved pxi in mtrand
by Travis Oliphant
· 20 years ago
e706c7d
Changed all references to scipy to numpy
by Travis Oliphant
· 20 years ago
c14d4fe
Change most setup.py files
by Travis Oliphant
· 20 years ago
8e26545
Moved scipy directory to numpy
by Travis Oliphant
· 20 years ago