1. f25e158 Update release for tag. by Travis Oliphant · 19 years ago v1.0rc2
  2. ecbabb3 Speed up concatenate and choose when sequence is an array. by Travis Oliphant · 19 years ago
  3. 9c9f739 Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same as kron(ones(s,b.dtype), b) by Travis Oliphant · 19 years ago
  4. b7f719a F2PY G3: added simple test for subroutine with derived type intent(in,out) argument. Fixed bugs. by Pearu Peterson · 19 years ago
  5. 416f306 numpy.distutils: fixed bug. by Pearu Peterson · 19 years ago
  6. 45e9246 numpy.distutils: use language flag or source file extension to select default f77 or f90 compiler. by Pearu Peterson · 19 years ago
  7. cc7fd3d F2PY G3: added support and tests for character*(*) types. by Pearu Peterson · 19 years ago
  8. fd52a61 F2PY G3: Impl. support and tests for scalar logical and character*<len> types. by Pearu Peterson · 19 years ago
  9. dbe29f4 Kron is now N-dimensional, so remove rank check. by Stefan van der Walt · 19 years ago
  10. 0d127c8 Add test for insert. by Stefan van der Walt · 19 years ago
  11. a09fa7d Close ticket #328. by Stefan van der Walt · 19 years ago
  12. 8d93420 F2PY G3: clean up. by Pearu Peterson · 19 years ago
  13. 90d11ae F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs. by Pearu Peterson · 19 years ago
  14. 79f992d Added NPY_<CLS><BITS>_FMT macros. by Pearu Peterson · 19 years ago
  15. e518185 Fix kron to be N-dimensional. by Travis Oliphant · 19 years ago
  16. ba6b099 Fix typo in tile. by Stefan van der Walt · 19 years ago
  17. c75bd2d Add tests for tile and fix error. by Travis Oliphant · 19 years ago
  18. 1ff0cd9 Add tile to numpy and move repmat to matlib.py by Travis Oliphant · 19 years ago
  19. 831feb7 Get rid of unused variables. by Travis Oliphant · 19 years ago
  20. 54fc7a4 Add test for ticket #325. by Stefan van der Walt · 19 years ago
  21. 1e339d7 Fix last OBJECT function to handle NULLS. by Travis Oliphant · 19 years ago
  22. ce24459 Test for ticket #327. by Stefan van der Walt · 19 years ago
  23. fe0b9ed Fix ticket #325 by Travis Oliphant · 19 years ago
  24. 505a95a Fix ticket #327. by Stefan van der Walt · 19 years ago
  25. d79e367 Add test for ticket #302. by Stefan van der Walt · 19 years ago
  26. 1ce64f7 Add test for ticket #324. by Stefan van der Walt · 19 years ago
  27. a2e090a Fix ticket #324: not returning minimum array. by Travis Oliphant · 19 years ago
  28. 1c88a77 Add tests for tickets #312, #322, for polynomial roots and for setting by Stefan van der Walt · 19 years ago
  29. 2c40600 F2PY G3: fixed bugs, started adding features. by Pearu Peterson · 19 years ago
  30. 30cdb16 Re-work flat index setting to handle integer case better for objects arrays. by Travis Oliphant · 19 years ago
  31. ee3d027 Fix ticket #323 --- problem with roots all zeros and all zero coefficients. by Travis Oliphant · 19 years ago
  32. be91788 Fix ticket #322 by Travis Oliphant · 19 years ago
  33. 310966e Fix ticket #320 by Travis Oliphant · 19 years ago
  34. d8459ee Fix ticket #319. There may still be a problem in casting from one data-type with nested fields to another. by Travis Oliphant · 19 years ago
  35. 22f16b3 Bug fix for DATA statement with components containing subexpressions. by Pearu Peterson · 19 years ago
  36. f0bfc44 F2PY G3: added basic support for wrapping Fortran subprograms, scalar input only. by Pearu Peterson · 19 years ago
  37. 73eef3a Defined Py<Cls><bitsize>ScalarObject and Py<Cls><bitsize>ArrType_Type CPP macros by Pearu Peterson · 19 years ago
  38. d6abf85 Speed up broadcasting ufuncs by making sure the loop axis is the one with the smallest strides. by Travis Oliphant · 19 years ago
  39. 97390cc Fixed typos. by Pearu Peterson · 19 years ago
  40. d0899e7 Use .view in-place of astype in rec.array when new dtype is given. by Travis Oliphant · 19 years ago
  41. 99fab64 Fix #317 typo. by Travis Oliphant · 19 years ago
  42. c6aa52d F2PY G3: started subprogram support addition. by Pearu Peterson · 19 years ago
  43. 3a6607f Fix so that rec.array copies by default. by Travis Oliphant · 19 years ago
  44. 31016a0 Fix issue #313. Also make sure shape attribute of dtype object always returns a tuple. by Travis Oliphant · 19 years ago
  45. c76a2c4 Fix up __array_interface__ getting and depth discovery for scalars. by Travis Oliphant · 19 years ago
  46. c620acd F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module containing derived type with scalar components. by Pearu Peterson · 19 years ago
  47. ac93e95 Fix typo. by Travis Oliphant · 19 years ago
  48. c7e811c Allow lists to work with rec.array using fromrecords.py. But, tuples are the standard for records as the ndarray only allows tuples to be used for records. by Travis Oliphant · 19 years ago
  49. 6cef646 Convert to arrays earlier. by Travis Oliphant · 19 years ago
  50. e1a62e0 experiment with iterator speed up. by Travis Oliphant · 19 years ago
  51. 0934daa Use sb.array to handle the array interface. by Travis Oliphant · 19 years ago
  52. 5c876be Fix bugs: uncaught error, way record data-types print, asbuffer function fixed. by Travis Oliphant · 19 years ago
  53. d0791f7 Fix ticket #308 by sending more than just ndarray to fromarray. Also, allow conversion of array-interfacing object to recarray. Also add the asbuffer function to multiarray (but don't expose it) which allows creating buffer objects from memory locations. User must be sure the object holding the memory is not deallocated before the new buffer. by Travis Oliphant · 19 years ago
  54. d03ee64 Fix #302 by being careful about situations where the index method is defined but the object is a sequence. by Travis Oliphant · 19 years ago
  55. 022b06b F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs. by Pearu Peterson · 19 years ago
  56. 58c4378 Add .dylib as a valid OS X shared library extension. by Robert Kern · 19 years ago
  57. bd4a480 F2PY G3: fixed bugs, added float and complex scalars support. by Pearu Peterson · 19 years ago
  58. c3c53e6 F2PY G3: Moved Fortran parser related code to subpackage parser. by Pearu Peterson · 19 years ago
  59. 6c52e6f Fix setting unicode/string arrays with 0-d arrays of type unicode and/or string. by Travis Oliphant · 19 years ago
  60. 87a1a60 F2PY G3: wrapping nested derived types. by Pearu Peterson · 19 years ago
  61. 186a475 Only use the LongLong conversion if negative conversion worked. by Travis Oliphant · 19 years ago
  62. aedd3d9 Allow -1 to be used on uint32 and uint64 by Travis Oliphant · 19 years ago
  63. b821b5c Create PyArray_HasArrayInterface macro to simplify getting an array from the array interface. by Travis Oliphant · 19 years ago
  64. c9eba74 Change unique1d's argument name from retindx to return_index. by Stefan van der Walt · 19 years ago
  65. 5a490d0 Add test for ticket #298. by Stefan van der Walt · 19 years ago
  66. feb91f4 Update lexsort documentation a bit to give a hint as to how to use the keys to implement primary and secondary sorting by Travis Oliphant · 19 years ago
  67. 1b5e91c Fix merge argsort for strings. Code was not indexing correctly into the array of strings. Add object-detection so future addition of an object MERGE sort doesn't cause lexsort and threading to die. by Travis Oliphant · 19 years ago
  68. a40b05b For the MKL library, define the macro SCIPY_MKL_H by cookedm · 19 years ago
  69. 0698cb7 Python 2.5 fixes: replace int with Py_ssize_t where appropiate by cookedm · 19 years ago
  70. f9409c5 Fix documentation of fft sub-package to eliminate references to refft. by Travis Oliphant · 19 years ago
  71. 7906451 Fix the fromfunction routine to use float as default. Update oldnumeric and numarray compatibility modules. by Travis Oliphant · 19 years ago
  72. 483ce06 Don't copy arrays inside ix_ by Travis Oliphant · 19 years ago
  73. 38124a0 Fix printing of arrays with records so that nested arrays print as lists instead of using array syntax by Travis Oliphant · 19 years ago
  74. 74b68e3 Add quotes to printing strings. by Travis Oliphant · 19 years ago
  75. 92d3aaf Fix setting string and unicode arrays so that non-string sequences are not allowed. by Travis Oliphant · 19 years ago
  76. 9cfb0c6 Fix so that 'i4' and 'int32' are allways inserted into sctypeDict together. by Travis Oliphant · 19 years ago
  77. 306f126 Allow scalars to be constructed with default values of 0. by Travis Oliphant · 19 years ago
  78. 61fbe0e Sort only once in median. by Stefan van der Walt · 19 years ago
  79. aaaa7af Draft documentation for ndpointer. by Stefan van der Walt · 19 years ago
  80. c7eb199 Add oldtypecodes to oldnumeric.typeconv so that old Numeric character codes can be identified. by Travis Oliphant · 19 years ago
  81. 25b594e Fix back repr of arrays to not have quote unless flexible. by Travis Oliphant · 19 years ago
  82. 46bd2a3 Fix doctests for new dtype by Travis Oliphant · 19 years ago
  83. d0d5a92 Fix ticket #289 plus improve the way array data-types print and arrays represent themselves. by Travis Oliphant · 19 years ago
  84. 61838cf Fix Ticket #288 by Travis Oliphant · 19 years ago
  85. 6d9195d Fix for #291 by Travis Oliphant · 19 years ago
  86. 65f0d8a Add test for default axis in method and functions. by Travis Oliphant · 19 years ago
  87. dff8d9e Fix the Python2.5-compatibility macros so that conflicts with other libraries are avoided. by Travis Oliphant · 19 years ago
  88. 12467b6 Fix .take() default-axis argument bug. by Travis Oliphant · 19 years ago
  89. 310b6d0 Switch order of .put arguments to match the function call. Eliminate .putmask as a method and make it only a function. by Travis Oliphant · 19 years ago
  90. 9894006 Refer to "length of a" instead of "a" in fftpack docstrings. by Stefan van der Walt · 19 years ago
  91. 5453138 Fix docstring for delete. by Stefan van der Walt · 19 years ago
  92. 4c856fa Add Object-type to maximum and minimum ufuncs. by Travis Oliphant · 19 years ago
  93. b07ee45 Small changes of searchsorted error messages. by Charles Harris · 19 years ago
  94. d0b67d8 Make a PyArray_SearchsideConverter for the side keyword in searchsorted. by Charles Harris · 19 years ago
  95. 3e47b24 Fix problem with alter_code1.py by Travis Oliphant · 19 years ago
  96. b1d84f9 Next numpy release should be 1.0 by Travis Oliphant · 19 years ago
  97. b630525 Up version number on trunk. by Travis Oliphant · 19 years ago
  98. 7a8ebd2 Remove sorted from unique1d. Add testall to test if level > 10. Remove compiler warning. by Travis Oliphant · 19 years ago
  99. 289b1c6 Only alter data-type of integer and bool types on reduce-like functions for 'add' and 'multiply' by Travis Oliphant · 19 years ago
  100. 1f4b858 Remove dft from build. by Travis Oliphant · 19 years ago