1. 6dd6953 Remove svn number from 1.0b1 version by Travis Oliphant · 19 years ago v1.0b1
  2. 036960c Change version of 1.0b1 tag by Travis Oliphant · 19 years ago
  3. 07e319e Change version number. by Travis Oliphant · 19 years ago
  4. 83d1d47 Change c-api to 1.0 by Travis Oliphant · 19 years ago
  5. 3faacbb Fix memory leak and Fix segfault on Python2.3 by disabling threading. by Travis Oliphant · 19 years ago
  6. edb7967 Fix up segfault problem in #196 by Travis Oliphant · 19 years ago
  7. bb8bf82 Rename test. by Stefan van der Walt · 19 years ago
  8. fa9dab8 Use StringIO instead of TempFile. Add two more tests. by Stefan van der Walt · 19 years ago
  9. 4c2a11b Add regression tests so they get loaded. by Travis Oliphant · 19 years ago
  10. da03634 Update tests. by Travis Oliphant · 19 years ago
  11. 948354a Keep valgrind happy: assign values to memory before using. by Stefan van der Walt · 19 years ago
  12. b087a1d Test for #194. by Stefan van der Walt · 19 years ago
  13. 748de97 Fix so that broadcast copy and broadcast cast do not allow the broadcasted result to be larger than the destination. by Travis Oliphant · 19 years ago
  14. 270c4fb Fix spelling of 'threshold'. by Stefan van der Walt · 19 years ago
  15. 6471522 Remove unused names from __all__ in arrayprint. by Stefan van der Walt · 19 years ago
  16. 7b68d6b Add explicit imports patch in #193 by Travis Oliphant · 19 years ago
  17. ee4083f Fixed a memory-leak in EnsureArray. Added __array_priority__ to array scalars. Added bug-fixes part of david huard's histogramdd ticket. by Travis Oliphant · 19 years ago
  18. feb0f3a Add more regression tests from recent tickets. by Stefan van der Walt · 19 years ago
  19. 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
  20. e6b71b7 Fixed spelling of type object to be consistent with rest of code. by Stefan van der Walt · 19 years ago
  21. 9281fc7 Change file reading and writing to call file object instead of using PyFile_FromString by Travis Oliphant · 19 years ago
  22. 3a4fd7e Add more documentation. Fix #99 by Travis Oliphant · 19 years ago
  23. 622701d Clean up docstrings. by Travis Oliphant · 19 years ago
  24. 999b6cd Fix ticket #192 by Travis Oliphant · 19 years ago
  25. 9780ffa More regression tests from tickets. by Stefan van der Walt · 19 years ago
  26. 7b597d5 Remove TODO.txt by Travis Oliphant · 19 years ago
  27. 20a9e65 Add more regression tests, provided by Albert Strasheim. by Stefan van der Walt · 19 years ago
  28. 5083166 Apply patch for unique from #154 by Travis Oliphant · 19 years ago
  29. 0991c5d Fix-up optimization for assignment. Fix threading one more time. by Travis Oliphant · 19 years ago
  30. f78f75e Don't release GIL for casting involving extended data-types. by Travis Oliphant · 19 years ago
  31. 5172ae3 Fix up rec.array when dtype and formats are both None for cases that support it. Alter dtype=object parsing so that tuples and lists are recognized as sequences. by Travis Oliphant · 19 years ago
  32. b884d99 Improve creation of object arrays when dtype=object is specified. by Travis Oliphant · 19 years ago
  33. 48ef07d Fix a couple of issues with object matrices by Travis Oliphant · 19 years ago
  34. d5a13c5 add some more docstrings by cookedm · 19 years ago
  35. ba41f2f Fix sub-classing of matrices.. by Travis Oliphant · 19 years ago
  36. fe95087 Fix pickling of dtype objects with hasobject set so hasobject gets set on un-pickle. by Travis Oliphant · 19 years ago
  37. 70ff09c Add GIL-releases to tofile method. by Travis Oliphant · 19 years ago
  38. eefce91 Fix ticket #175 by Travis Oliphant · 19 years ago
  39. bc0e889 Fixed order of DECREF and END_THREADS by Travis Oliphant · 19 years ago
  40. f1f0e0d Fix FORTRANORDER support in tostring for discontiguous arrays. by Travis Oliphant · 19 years ago
  41. 565f8c3 Added PyArray_ToString to C-API and made default .tostring() method return C-order. by Travis Oliphant · 19 years ago
  42. b1015e1 Regression tests from previous tickets. by Stefan van der Walt · 19 years ago
  43. 702655e Change so that WITH_THREAD is used in a define statement by Travis Oliphant · 19 years ago
  44. 958601c Fix ticket #178 which was an error whenever multiple buffers needed to be used to cast. by Travis Oliphant · 19 years ago
  45. 3acb430 Fix to example. by Travis Oliphant · 19 years ago
  46. ae4de66 Add test that scalar types work (i.e., scalartype(number) == number) by cookedm · 19 years ago
  47. 5211f02 fix small typo by cookedm · 19 years ago
  48. b098d62 Fix-up usage of NPY_ALLOW_THREADS. Default is now WITH_THREAD but an environment variable NUMPY_NOSMP can be set which will make the default 0 by Travis Oliphant · 19 years ago
  49. 6e37900 Make sure generated C-API uses new names. by Travis Oliphant · 19 years ago
  50. 78a9dbd Allow threads at several places in the code. by Travis Oliphant · 19 years ago
  51. 10943b6 Replace ScipyTestCase with NumpyTestCase by cookedm · 19 years ago
  52. 2acb0e7 fix arch flags for ifort on machines in em64t mode by cookedm · 19 years ago
  53. c47e6cb make printed errors from approx_array_* better by cookedm · 19 years ago
  54. cf0dd87 Fix failing linalg.tests.test_det on 32-bit machines for csingle. by cookedm · 19 years ago
  55. 46fa7a1 numpy.linalg: fix bug where complex arrays weren't being returned. by cookedm · 19 years ago
  56. acd97c6 linalg routines will try to return their results as the same type as the arguments. by cookedm · 19 years ago
  57. f57a662 numpy.linalg.setup.py: include the test cases by cookedm · 19 years ago
  58. 26a4597 Add test cases for linalg by cookedm · 19 years ago
  59. b9cb27d `` -> repr in numpy.testing by cookedm · 19 years ago
  60. c517a81 squash remaining uses of typecodes in linalg by cookedm · 19 years ago
  61. af40b19 fix bug in eig with complex solutions by cookedm · 19 years ago
  62. de0ac34 convertcode: replace ArrayType, NewAxis, and typecode = by cookedm · 19 years ago
  63. 705fa01 Fix use of os.WEXITSTATUS and friends: only use if they exist by cookedm · 19 years ago
  64. e30882f Fix ticket #177 by Travis Oliphant · 19 years ago
  65. 1a9ba98 Keep rand and randn in matlib and make them take tuples as well as individual arguments. by Travis Oliphant · 19 years ago
  66. 3e05403 Fix docstrings. by Travis Oliphant · 19 years ago
  67. 27c212b Change occurrences of N.rand to N.random.rand. by Stefan van der Walt · 19 years ago
  68. cadbb5f Fix a bug due to optimizing compilers. See http://www.nanoengineer-1.net/mediawiki/index.php?title=Bug_1058 by Travis Oliphant · 19 years ago
  69. 0d68afb Fix names used in dft.old refft->rfft by Travis Oliphant · 19 years ago
  70. eb9f5f7 Remove global symbols from numpy. Remove use of replacetypechars in convertcode. by Travis Oliphant · 19 years ago
  71. 36d3c16 Remove MANIFEST file at startup time, since distutils fails to properly update it. Also add proper shebang line. by Fernando Perez · 19 years ago
  72. 6a882ae Add GIL-releasing calls by Travis Oliphant · 19 years ago
  73. d48cd46 Fix base when using array interface and a buffer object. by Travis Oliphant · 19 years ago
  74. a345bd2 Fix .choose docstring and allow more functions to be 'vectorized' by Travis Oliphant · 19 years ago
  75. 107a45f Fix casting of signed ints to unsigned ints and Change aligned=0 to aligned=False in records.py by Travis Oliphant · 19 years ago
  76. e438206 Fix so formats as dtype is not accepted. by Travis Oliphant · 19 years ago
  77. 6880ab5 Alter order of records.py keyword arguments and allow dtype= keyword or formats= keyword to determine type. by Travis Oliphant · 19 years ago
  78. 1e689a2 Add the dtype= keyword to records.py functions by Travis Oliphant · 19 years ago
  79. 9e82f3c Add dtype= keyword to functions for record arrays so that pre-built descriptors can be used. by Travis Oliphant · 19 years ago
  80. bedbd80 Make third argument to recarray.__new__ a keyword. by Travis Oliphant · 19 years ago
  81. ac7ff77 MADE NPY_ versions of all PyArray_ prefixes corresponding to CONSTANTS. Created a names member of PyArray_Descr and changed usages that extracted -1 out of the fields dict. by Travis Oliphant · 19 years ago
  82. b4ca1e1 replace some bare except:'s by cookedm · 19 years ago
  83. 18cecea fix warning about comparisions in scalarmathmodule.c.src by cookedm · 19 years ago
  84. 0a7f9f5 Use dtype in numeric.indices. by Stefan van der Walt · 19 years ago
  85. c245978 fix tabs -> spaces by Tim Leslie · 19 years ago
  86. 6e4374e remove unused import by Tim Leslie · 19 years ago
  87. 1643267 fix clobbering of N by Tim Leslie · 19 years ago
  88. 23c7be5 Comment changes. by Travis Oliphant · 19 years ago
  89. 16013d9 Fix 0-stride contiguous bug. by Travis Oliphant · 19 years ago
  90. adeeb81 Add CopyAnyInto and CastAnyInto functions for implementing UPDATEIFCOPY functionality when source and destination are not broadcastable but the same shape. by Travis Oliphant · 19 years ago
  91. 36c839a Add simple get_numarray_include() function and typedefs for completeness by Travis Oliphant · 19 years ago
  92. 3655a56 Fix problem with CheckFromAny when descr is NULL by Travis Oliphant · 19 years ago
  93. 56d04a8 fix numarray package a bit. by Travis Oliphant · 19 years ago
  94. a8b6880 Add definition to avoid repeat noprefix.h defines by Travis Oliphant · 19 years ago
  95. 21e52f0 Fix f2py and doc by Travis Oliphant · 19 years ago
  96. b6f0858 More f2py changes by Travis Oliphant · 19 years ago
  97. 5694ae7 More fixes to f2py by Travis Oliphant · 19 years ago
  98. d1b4920 Fix f2py to use new names by Travis Oliphant · 19 years ago
  99. a29b0e2 Remove tMIN and tMAX macros by Travis Oliphant · 19 years ago
  100. 546ad88 Make _FLAGS names available in noprefix.h by Travis Oliphant · 19 years ago