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

  1. 513d80a Removed svn tag. by Travis Oliphant · 20 years ago v0.6.1
  2. 5a215e7 Modify README.txt by Travis Oliphant · 20 years ago
  3. a218a55 Patch by Andrew Straw, which fixes recently introduced segfaults triggered by Fernando Perez · 20 years ago
  4. 0ca82e9 Code clean up in f2py. Added initial gnu95 compiler support. by Pearu Peterson · 20 years ago
  5. 7cbb2fc Added a few features to the C-API by Travis Oliphant · 20 years ago
  6. ffa70cd Changed core_version back. by Travis Oliphant · 20 years ago
  7. 280dfb5 Removed svn version number for release. by Travis Oliphant · 20 years ago
  8. 42a1219 Prevent infinite loop with longdouble on PPC with gcc 4.0 by edschofield · 20 years ago
  9. 3ecf0fe Possible memory leaks closed. by Travis Oliphant · 20 years ago
  10. 6ee7839 Fixed bug in scalar methods. by Travis Oliphant · 20 years ago
  11. a08f2fc Added fftw3 support to system info. by Travis Oliphant · 20 years ago
  12. 19a82bc r804@Blasphemy: kern | 2005-11-11 03:22:40 -0800 Better gamma algorithm by Robert Kern · 20 years ago
  13. e976023 Fixed string conversion. Cleaned up. by Travis Oliphant · 20 years ago
  14. 4468007 Speed up pyvalues lookup a bit. by Travis Oliphant · 20 years ago
  15. a75a2b1 Mild changes and version number upgrade. by Travis Oliphant · 20 years ago
  16. 3e339a0 r802@Blasphemy: kern | 2005-11-11 00:32:39 -0800 by Robert Kern · 20 years ago
  17. acd6ca1 Alter shape setting. by Travis Oliphant · 20 years ago
  18. 4175a06 Moving newcore to trunk by Travis Oliphant · 20 years ago
  19. bc6b314 Added f2c.h to depends. by Travis Oliphant · 20 years ago
  20. 6d32237 Fix array scalars __array_struct__ interface by Travis Oliphant · 20 years ago
  21. d9d4797 Added Masked Array tests. by Travis Oliphant · 20 years ago
  22. 82fb848 Minor memory leaks by Travis Oliphant · 20 years ago
  23. 3f4142f Fix array_structinterface bug by Travis Oliphant · 20 years ago
  24. a42bc3e Added Paul's enhanced masked arrays. by Travis Oliphant · 20 years ago
  25. b184d68 Fix up bad commit. by Travis Oliphant · 20 years ago
  26. 1859d1a Changed Transpose C-API. Cleaned up memory leaks. by Travis Oliphant · 20 years ago
  27. 46557b9 Beginnings of faster scalar math. by Travis Oliphant · 20 years ago
  28. 4588d7f Fixed put and putmask functions to not work for nonarrays. by Travis Oliphant · 20 years ago
  29. 7dcff40 Switched order of put and putmask. by Travis Oliphant · 20 years ago
  30. f13e023 Fix int stop -> intp stop in parse_subindex by cookedm · 20 years ago
  31. e560080 Fixed up slice parsing to support larger integers on 64-bit platforms. by Travis Oliphant · 20 years ago
  32. f37554d Created a better Copy function that can copy FORTRAN order too. by Travis Oliphant · 20 years ago
  33. 94d041c Fixed another leak. by Travis Oliphant · 20 years ago
  34. b6502bf Fixed-up array interface. by Travis Oliphant · 20 years ago
  35. 55d50c5 Comment changes. by Travis Oliphant · 20 years ago
  36. 183f6fc Remove PyArrayMapIter_Type from user space. by Travis Oliphant · 20 years ago
  37. 12a01c1 Updated FillWithScalar. by Travis Oliphant · 20 years ago
  38. 360f43f removed MapIter commands from C-API by Travis Oliphant · 20 years ago
  39. 19b0e64 More valgrind-found bugs. by Travis Oliphant · 20 years ago
  40. c071975 valgrind-found fixes and adjust indexing for object arrays. by Travis Oliphant · 20 years ago
  41. ab695d0 11/4/05 -- CJH -- Moved variable declaration to make it consistent with C standard. Declaration had been keeping scipy_core from building on Solaris systems with native compilers. by chanley · 20 years ago
  42. 705ba54 Fixed some type issues. by Travis Oliphant · 20 years ago
  43. 6e3f146 Fixed back the test to cover all of scipy. by Travis Oliphant · 20 years ago
  44. b614b68 Added flexible support for Choose. by Travis Oliphant · 20 years ago
  45. b7c1615 Found and fixed Put Object bug. by Travis Oliphant · 20 years ago
  46. 8034b06 Disable problem test. by Travis Oliphant · 20 years ago
  47. f5d38eb Small fixes for Intel Compiler class - tested and builds correctly by Fernando Perez · 20 years ago
  48. 3bdf640 Raise error for iteration over scalar. by Travis Oliphant · 20 years ago
  49. d70ab04 Fixed problems with non-existent attributes in array interface. by Travis Oliphant · 20 years ago
  50. ba0c163 Added Intel C Compiler class. by Pearu Peterson · 20 years ago
  51. 1514eef Comment changes, and change read to write in PyArray_Dump by Travis Oliphant · 20 years ago
  52. 63e2431 Fixed bug in getfield, and some consistency issues. by Travis Oliphant · 20 years ago
  53. 91cc73f Added ability to create arrays of user-defined type using the typeobject. by Travis Oliphant · 20 years ago
  54. e484db1 Altered flexible types so that NotImplemented is raised in case another type wants to handle it. by Travis Oliphant · 20 years ago
  55. 0e48826 Updated PyArray_Zero and PyArray_One. by Travis Oliphant · 20 years ago
  56. 8de819f Add missing variable declaration by cookedm · 20 years ago
  57. fc1db88 Fixed some array interface issues. by Travis Oliphant · 20 years ago
  58. cf2c7c9 Comment cleanup. by chanley · 20 years ago
  59. 5a7abd7 CJH -- 11/2/2005 -- Modified the nbytes dictionary to return values in bytes instead of bits. Makes the assumption that 8 bits is 1 byte. by chanley · 20 years ago
  60. 51024bc added support for __array_struct__ by Travis Oliphant · 20 years ago
  61. 76f8287 Added nbytes attribute and nbytes dictionary by Travis Oliphant · 20 years ago
  62. 3daefec Fixed Concatenate to use new ArrayType interface so flexible arrays are supported. by Travis Oliphant · 20 years ago
  63. 3234006 Update Blitz++ included with weave to 0.9 (which was released 2005-10-18). by cookedm · 20 years ago
  64. a983584 Update Blitz++ included with weave to 0.9 (which was released 2005-10-18). by cookedm · 20 years ago
  65. 9a73f06 Reapplied patch to interpret sequences more cautiously. by edschofield · 20 years ago
  66. 9fe283d Reverted the PySequence_Check patch. DOK matrices should be fixed instead. by edschofield · 20 years ago
  67. b8d2974 Changed array_fromobject() to treat failure of the Array_FromSequence() call by edschofield · 20 years ago
  68. 6348f93 r723@Blasphemy: kern | 2005-11-01 01:07:20 -0800 by Robert Kern · 20 years ago
  69. d6fe75a Added ISALIGNED macro and documentation update. by Travis Oliphant · 20 years ago
  70. 9b101c0 Fixed to allow reflected operators instead of OBJECT addition. by Travis Oliphant · 20 years ago
  71. 7cdbfb9 r707@803636f3: kern | 2005-10-31 13:19:55 -0800 Fix put() typo by Robert Kern · 20 years ago
  72. 0563204 Added more attribute access to flags object. by Travis Oliphant · 20 years ago
  73. 519274a Allow flags dictionary attribute access by Travis Oliphant · 20 years ago
  74. abfceef Added bool8 type. by Travis Oliphant · 20 years ago
  75. 1e2e8ef Fixed small typo by edschofield · 20 years ago
  76. 954c1d9 Fixed incorrect usage of PyArray_CanCastSafely. by Pearu Peterson · 20 years ago
  77. 9362a1d Save and restore sys.displayhook around running tests, so that doctests can by cookedm · 20 years ago
  78. cf44e43 Don't use deconvolve for polydiv, as that requires scipy.signal to be installed. by cookedm · 20 years ago
  79. d3cb158 Don't try to handle ImportError in deconvolve when scipy.signal doesn't exist by cookedm · 20 years ago
  80. e06ac3f Cosmetics with NO_SCIPY_IMPORT. by Pearu Peterson · 20 years ago
  81. fdc4a87 Fixed nx -> NX by Travis Oliphant · 20 years ago
  82. e51a19a Change to using PY_ARRAY_TYPES_PREFIX instead of PYARRAY_TYPES_PREFIX, to by cookedm · 20 years ago
  83. de8fca5 Make it easier for extension writers. If PYARRAY_TYPES_PREFIX is defined by cookedm · 20 years ago
  84. c4fae16 some clean up for scimath.py, use type objects instead of typechars by cookedm · 20 years ago
  85. e380b12 small whitespace by cookedm · 20 years ago
  86. 5cf79ab Convert polynomial to use type objects instead of old Numeric typechars by cookedm · 20 years ago
  87. 19ec5da TLC for polynomial.py: cleanup, poly1d class is now new-type, and unittests by cookedm · 20 years ago
  88. fb20951 Give ufunclike some TLC. Cleanup, add docstrings and unit tests. by cookedm · 20 years ago
  89. 8b7ccd9 Whitespace cleanup and make classes new-type by cookedm · 20 years ago
  90. 75f8d03 Altered vectorize to allow default arguments in function. by Travis Oliphant · 20 years ago
  91. cb3a7e2 More cosmetic changes. by Travis Oliphant · 20 years ago
  92. b170dbb Added PyUFunc_On_Om to UFunc C-API by Travis Oliphant · 20 years ago
  93. b5ea6c1 Some refactoring by cookedm · 20 years ago
  94. 44767ad Replaced PyArray_FromDimsAndData with PyArray_SimpleNewFromData. by Pearu Peterson · 20 years ago
  95. d830c0c Cosmetic changes mainly. Remove unused itemsize from scanfunc arguments. by Travis Oliphant · 20 years ago
  96. 5dda00d Moved f2py2e to f2py. by Pearu Peterson · 20 years ago
  97. b87a003 change PyArray_Scalar to take a void * instead of char *, and some whitespace cleanup by cookedm · 20 years ago
  98. 59eccb0 Change PyArray_Scalar to take a void * instead of char * by cookedm · 20 years ago
  99. 5a3fa7b Whitespace cleanup by cookedm · 20 years ago
  100. 13a3a3f Add __all__ statements to base.{oldnumeric,numeric,numerictypes} by cookedm · 20 years ago