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