Thanks to visit codestin.com
Credit goes to chromium.googlesource.com

  1. aa27298 Fix random.poisson(0) to return 0 (#229) by Travis Oliphant · 19 years ago
  2. 6686ee2 Pass the converted array arguments instead of the scalars. by Robert Kern · 19 years ago
  3. f1cca04 Many name-changes in oldnumeric. This may break some numpy code that was using the oldnumeric interface. by Travis Oliphant · 19 years ago
  4. b5048dd Add PyArray_ContiguousFromObject to numpy.pxi by Travis Oliphant · 19 years ago
  5. fd96933 Update to use pyrex 0.9.4.1 by Travis Oliphant · 19 years ago
  6. ce00aea Fix random.uniform by Travis Oliphant · 19 years ago
  7. 9bda193 Add broadcasting behavior to random-number generators. Fix cholesky to keep matrix return. by Travis Oliphant · 19 years ago
  8. 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
  9. eb9f5f7 Remove global symbols from numpy. Remove use of replacetypechars in convertcode. by Travis Oliphant · 19 years ago
  10. 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
  11. f570f13 Fix up mtrand compile again. by Travis Oliphant · 19 years ago
  12. b299336 Fix init_by_array to properly initialize the has_gauss and has_binomial members. Fixes #155. by Robert Kern · 19 years ago
  13. fcf1365 Add CObject API by Robert Kern · 19 years ago
  14. 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
  15. c0d3293 Apply patch #137 by Travis Oliphant · 19 years ago
  16. de1dedc Fix syntax error in numpy/random/old.py: can't use import * in functions anymore by cookedm · 19 years ago
  17. 6768d24 Add RNG interface and clean up old-interfaces to be separate from newer ones. by Travis Oliphant · 19 years ago
  18. 8360b0b Update mtrand code by Travis Oliphant · 19 years ago
  19. 13c9eef Use dot instead of matrixmultiply by Travis Oliphant · 19 years ago
  20. 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
  21. 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
  22. ba90d59 Allow tuple argument to rand and randn by Travis Oliphant · 19 years ago
  23. 267228a Intialize the has_binomial field of the mtrand state. by cookedm · 19 years ago
  24. fe20769 Fix #90. by Robert Kern · 19 years ago
  25. 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
  26. b663277 Use add_data_files instead of add_headers to install randomkit.h by edschofield · 19 years ago
  27. 5d5d80f Modified numpy/random/setup.py to export randomkit.h header file by edschofield · 19 years ago
  28. 4bd0d90 Use generate_mtrand code to create the mtrand.c file. by Travis Oliphant · 20 years ago
  29. 3fa921b Fix randint(1,2) == 0 bug. by Robert Kern · 20 years ago
  30. bf57380 Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace by cookedm · 20 years ago
  31. 00f2295 Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initiating Scipy/NumpyTest during imports. by Pearu Peterson · 20 years ago
  32. d99b73b Change accuracy of fill and more _WIN32 fixes. by Travis Oliphant · 20 years ago
  33. e5e72a4 Fixes to help compilation on Windows with MSVC by Travis Oliphant · 20 years ago
  34. 0283b6f Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dtypechar -> .dtype.char by Travis Oliphant · 20 years ago
  35. 4dd79b0 Added i0 natively for kaiser window by Travis Oliphant · 20 years ago
  36. fb605c6 I don't understand why this wasn't included before. by Travis Oliphant · 20 years ago
  37. 416bf37 Trying to delete mtrand.c by Travis Oliphant · 20 years ago
  38. 959e0ba Fixed corelinalg in mtrand. by Travis Oliphant · 20 years ago
  39. 490712c More numpy fixes... by Travis Oliphant · 20 years ago
  40. a6eb1cb Updated mtrand pyrex-generated c file. by Travis Oliphant · 20 years ago
  41. b0a3266 Moved pxi in mtrand by Travis Oliphant · 20 years ago
  42. e706c7d Changed all references to scipy to numpy by Travis Oliphant · 20 years ago
  43. c14d4fe Change most setup.py files by Travis Oliphant · 20 years ago
  44. 8e26545 Moved scipy directory to numpy by Travis Oliphant · 20 years ago