1. ac4db18 Merged changes from newcore by Travis Oliphant · 20 years ago v0.4.2b1
  2. dce41a2 Moved doc to subdir of scipy by Travis Oliphant · 20 years ago
  3. 8c1d5fa Updated version after beta tag by Travis Oliphant · 20 years ago
  4. 1f5d8ae Fixed memset to 0 in dotblas. by Travis Oliphant · 20 years ago
  5. b94cc89 Fixed memset to 0 in dotblas. by Travis Oliphant · 20 years ago
  6. 3d0634c r328@Blasphemy: kern | 2005-10-11 19:50:41 -0700 matrix.py fixes and tests. by Robert Kern · 20 years ago
  7. c9833ef r327@Blasphemy: kern | 2005-10-11 19:49:52 -0700 Missing self. by Robert Kern · 20 years ago
  8. e8e5a12 Fixed getting things from scipy.linalg by Travis Oliphant · 20 years ago
  9. c18832a Fixed flags problem on array_interface conversion. by Travis Oliphant · 20 years ago
  10. 3fc25bb Removed comments. Fixed can_cast so that 64-bit integer can be cast safely to a double precision. by Travis Oliphant · 20 years ago
  11. 9edde60 Fixed long double unary func problem. by Travis Oliphant · 20 years ago
  12. 7f1961c 10/11/05 -- CJH -- Commented out diagnostic print statement. by chanley · 20 years ago
  13. 47d169b Added ndenumerate. Some print statements for debugging on 64-bit by Travis Oliphant · 20 years ago
  14. 3febd7b test change by chanley · 20 years ago
  15. 1f624ba Fixed typo by Travis Oliphant · 20 years ago
  16. 57971b8 Print statements for 64-bit debug. by Travis Oliphant · 20 years ago
  17. e8fc406 Fixed scalar stuff again. by Travis Oliphant · 20 years ago
  18. 9eda64c Infinite recursion for long doubles. by Travis Oliphant · 20 years ago
  19. 150f901 Removed deleted mtrand routines from scipy/corelib/setup.py and fixed by swalton · 20 years ago
  20. 6f21495 r300@Blasphemy: kern | 2005-10-09 09:54:11 -0700 by Robert Kern · 20 years ago
  21. 9792b8b More fixes for 64-bit systems. by Travis Oliphant · 20 years ago
  22. 4a11f55 Fixed loop->bufcnt for 64-bit fixes. by Travis Oliphant · 20 years ago
  23. 6f56244 Fixed off-by-one at end problem with fromfile text files. by Travis Oliphant · 20 years ago
  24. 1bfa259 Added comments by Travis Oliphant · 20 years ago
  25. 47c9ceb Fixed backwards compatibility with Numeric on 64-bit machines. by Travis Oliphant · 20 years ago
  26. b81e0a0 Fixes to get core version working. by Travis Oliphant · 20 years ago
  27. 747d81f Fixed typo and moved __svn_version__ for core by Travis Oliphant · 20 years ago
  28. 8f185e4 Improve the array docstring a bit. by Travis Oliphant · 20 years ago
  29. 8b0a6e8 Fix use of PyArray_New in PyArray_FromDims by Travis Oliphant · 20 years ago
  30. 943e381 Some printing fixes. by Travis Oliphant · 20 years ago
  31. fdfefd7 More 64 bit fixes. by Travis Oliphant · 20 years ago
  32. 21d16bd Fixed some typecode initilization warnings. Made core libraries accessible directly under scipy name space. by Travis Oliphant · 20 years ago
  33. 52c686c Moved extra modules to basic by Travis Oliphant · 20 years ago
  34. c5e4fba Fixed up one change in PyArray_New by Travis Oliphant · 20 years ago
  35. 3f0cd73 Added some simple CAPI documentation. by Travis Oliphant · 20 years ago
  36. dfdb868 Fixed more intp issues. by Travis Oliphant · 20 years ago
  37. 8af0fea r206@Blasphemy: kern | 2005-10-07 03:12:29 -0700 by Robert Kern · 20 years ago
  38. 7239af6 Finished delting random. by Travis Oliphant · 20 years ago
  39. 9caec19 Deleted random package. by Travis Oliphant · 20 years ago
  40. f47d2fd r201@Blasphemy: kern | 2005-10-07 02:46:04 -0700 Don't need this anymore by Robert Kern · 20 years ago
  41. c060cee More 64-bit fixes. by Travis Oliphant · 20 years ago
  42. 1f5d0b4 More checks for SIZEOF_LONGLONG==SIZEOF_LONG by Travis Oliphant · 20 years ago
  43. d2b5deb r188@Blasphemy: kern | 2005-10-07 02:37:24 -0700 by Robert Kern · 20 years ago
  44. 06e8eab Fixed import problem. by Travis Oliphant · 20 years ago
  45. 54a193f Added Inf to base by Travis Oliphant · 20 years ago
  46. e67afea Some more fixes by Travis Oliphant · 20 years ago
  47. 911cb6b Fixed missing intp's by Travis Oliphant · 20 years ago
  48. de02f81 Get rid of rfftfreq and add random. by Travis Oliphant · 20 years ago
  49. 1348aa1 Trial run of random... by Travis Oliphant · 20 years ago
  50. a3a464b Some f2py fixes by Travis Oliphant · 20 years ago
  51. 061e5e4 Fixed up add_library for a bit. by Travis Oliphant · 20 years ago
  52. 2b5ac62 Fixed up fftpack a bit. Don't want to conflict with scipy's use of rfft. by Travis Oliphant · 20 years ago
  53. df3bc1b Added helper.py from scipy. by Travis Oliphant · 20 years ago
  54. 04a98ff r165@Blasphemy: kern | 2005-10-06 22:02:09 -0700 More distributions! by Robert Kern · 20 years ago
  55. 1c8e6d9 r164@Blasphemy: kern | 2005-10-06 22:01:39 -0700 Typo by Robert Kern · 20 years ago
  56. 0a8d3a1 Fixed vectorize segfault... by Travis Oliphant · 20 years ago
  57. d52d900 Fixed issues with threading... by Travis Oliphant · 20 years ago
  58. c2871a8 Added optimization for array_subscript and eleminated threaded support for a while. by Travis Oliphant · 20 years ago
  59. bce31b0 Added compatibility information by Travis Oliphant · 20 years ago
  60. 3dc10e0 Fixed tests. by Travis Oliphant · 20 years ago
  61. 3d544ba Fixed some BOOL-related bugs. BOOLs are now cast to their correct type. by Travis Oliphant · 20 years ago
  62. 9ce3555 Fixed remaining problems with casting buffer sizes.. by Travis Oliphant · 20 years ago
  63. 2444393 r107@Blasphemy: kern | 2005-10-05 04:21:41 -0700 by Robert Kern · 20 years ago
  64. e35b804 r104@Blasphemy: kern | 2005-10-05 04:20:16 -0700 Fix apply_along_axis by Robert Kern · 20 years ago
  65. b3b6921 r88@Blasphemy: kern | 2005-10-04 07:03:42 -0700 Some fixes to code and tests by Robert Kern · 20 years ago
  66. e3a5778 Added feature that output arrays less than bufsize make temporaries... by Travis Oliphant · 20 years ago
  67. c3a9fe7 Fixed some more bugs by Travis Oliphant · 20 years ago
  68. 2d40d9e Moved inclusion of files from MANIFEST.in to proper setup.py files. by Pearu Peterson · 20 years ago
  69. 77ec6f0 Fixed object put bug.. by Travis Oliphant · 20 years ago
  70. b4a71a6 r85@Blasphemy: kern | 2005-10-04 03:56:27 -0700 Ahem by Robert Kern · 20 years ago
  71. ea06171 r84@Blasphemy: kern | 2005-10-04 03:55:47 -0700 by Robert Kern · 20 years ago
  72. 4219df8 r82@Blasphemy: kern | 2005-10-04 03:25:34 -0700 by Robert Kern · 20 years ago
  73. d32f2d2 Added extra_info kw to add_extension method. Cleaned corelib setup.py. by Pearu Peterson · 20 years ago
  74. 50967f0 Added cblas.h. by Pearu Peterson · 20 years ago
  75. d92e550 Improved logic so sequence can act like tuple for advanced indexing as well. by Travis Oliphant · 20 years ago
  76. 3dfcce1 Made sure that arbitrary sequences (smaller than MAX_DIMS) with slice objects in them use standard indexing. by Travis Oliphant · 20 years ago
  77. 118022b Fixed Broadcasting problem introduced by previous fixes... by Travis Oliphant · 20 years ago
  78. fd10c43 Fixed segfaults in buffered casting when castsize was different than buffersize. Also fixed so copies are made whenever the array is less than the buffersize by Travis Oliphant · 20 years ago
  79. 68a551c Several fixes. by Travis Oliphant · 20 years ago
  80. c04829a Fix problem with uninitialized memory in _dotblas. Changed old C-API to set the memory to 0 as before. by Travis Oliphant · 20 years ago
  81. e00e0b3 Fixed bug in umath absolute. by Travis Oliphant · 20 years ago
  82. 7bada31 Fixing some linalg bugs... by Travis Oliphant · 20 years ago
  83. fa3237c Improved logic. by Travis Oliphant · 20 years ago
  84. e901c38 One minor change to sdist. by Travis Oliphant · 20 years ago
  85. 079a8b7 Fixed setup.py to add extensions when sdist is run by Travis Oliphant · 20 years ago
  86. fb0ceff Fixes by Eric Firing.. by Travis Oliphant · 20 years ago
  87. 7124b14 Matrix indexing weirdness by Travis Oliphant · 20 years ago
  88. 3778b72 Simpler names in fftpack by Travis Oliphant · 20 years ago
  89. e8d9c37 Removed sign and round as methods -- more like ufuncs by Travis Oliphant · 20 years ago
  90. 17bf4ce Add error checking for object ufuncs. by Travis Oliphant · 20 years ago
  91. c2fcb2a Improve overflow detection. by Travis Oliphant · 20 years ago
  92. 5dca9eb Altered error detection to use raiseexcept when appropriate. Also, clear fperrors at start of ufunc computation. by Travis Oliphant · 20 years ago
  93. a75de92 Fixed some casting rule issues. by Travis Oliphant · 20 years ago
  94. fe01351 Impl. atanhf and using it for detecting HAVE_INVERSE_HYPERBOLIC_FLOAT. by Pearu Peterson · 20 years ago
  95. 0267fe6 Added two to TEST_COMMIT by Travis Oliphant · 20 years ago
  96. 8087035 Define atanhf,asinhf,acoshf when missing (like in mingw32). by Pearu Peterson · 20 years ago
  97. dc21239 Fixed config_cmd.check_func call bugs that used to return always True. by Pearu Peterson · 20 years ago
  98. 5471cf5 Exposing scipy.test(..), scipy.base.test(..) functions. by Pearu Peterson · 20 years ago
  99. 7ee2b43 Fixed and improved scipy.distutils. by Pearu Peterson · 20 years ago
  100. 759d4d8 Removed Numeric dependence. by Pearu Peterson · 20 years ago