1. 87596ee Make it a release. by Travis Oliphant · 19 years ago v1.0b2
  2. 7b50608 Remove un-needed functions. by Travis Oliphant · 19 years ago
  3. 9ad90f5 Restore numpy.oldnumeric.mlab.cov to MLab.cov behavior by Travis Oliphant · 19 years ago
  4. 7aa30ae datatype --> dtype in ndpointer and fix logic of from_param checks by Travis Oliphant · 19 years ago
  5. 7168ea1 Allow for type-less ndpointer. by Travis Oliphant · 19 years ago
  6. 3fa71a7 Improve ndpointer to allow shape and flags checking as well. by Travis Oliphant · 19 years ago
  7. eee00f8 Remove _as_parameter_ attribute from arrays and add it to the ctypes object. Create an ndpointer class factory to return classes that check for specific array types. These can be used in argtypes list to ctypes functions. by Travis Oliphant · 19 years ago
  8. 8e24ef8 Fix ticket #243 by Travis Oliphant · 19 years ago
  9. 01a0309 Change default axis argument of average and several masked array functions. Move old behaviors to compatibility layer. by Travis Oliphant · 19 years ago
  10. 9584e27 Minor change in test for ticket #239. by Stefan van der Walt · 19 years ago
  11. 747579e Add test for object array creation. by Stefan van der Walt · 19 years ago
  12. 937013b numpy.core.setup: remove forgotten kws_args by cookedm · 19 years ago
  13. 26d3328 Some fixes to array interface on Numpy side --- make sure descr pointer is NULL if not used and XDECREF it on interface free. by Travis Oliphant · 19 years ago
  14. ec2a036 Check for errors when casting from non-number types. by Travis Oliphant · 19 years ago
  15. 5a04bc9 Allow .astype method to work on data-types with fields. by Travis Oliphant · 19 years ago
  16. 59a421d Rework meaning of isnative so it takes into account the fields. by Travis Oliphant · 19 years ago
  17. cceb25c Fix record class so that it returns chararrays and record arrays as needed as well. by Travis Oliphant · 19 years ago
  18. b963f88 Fix silly mistake in chararray. by Travis Oliphant · 19 years ago
  19. 6628b41 Finish adding the rest of numarray compatibility by Travis Oliphant · 19 years ago
  20. e74b65a Fix ticket #240 by Travis Oliphant · 19 years ago
  21. 2c7b4a5 Add qr decomposition to linalg by Travis Oliphant · 19 years ago
  22. 7be6aec The code generators for the API now create a .txt file (in ReST format) by cookedm · 19 years ago
  23. 056a264 Finished up numpy.numarray.alter_code1 by Travis Oliphant · 19 years ago
  24. 7451ebe Fix ticket #239 by Travis Oliphant · 19 years ago
  25. a9314ac fix more argument lists for ma.py --- output arrays are ignored for masked arrays by Travis Oliphant · 19 years ago
  26. 123a435 Don't use masked output values for output array by Travis Oliphant · 19 years ago
  27. c261b1f by Travis Oliphant · 19 years ago
  28. a085eeb Change name of function -- no re-compile necessary. by Travis Oliphant · 19 years ago
  29. c6f48c8 Add output arguments to a few more functions for consistency by Travis Oliphant · 19 years ago
  30. b772c97 Update C-API to add features needed for numarray compatibility. Output argument added for several functions and clipmode argument added for a few others. by Travis Oliphant · 19 years ago
  31. 4b1569e Add unit-test for recent comma-string updates by Travis Oliphant · 19 years ago
  32. 8959e33 Fix byte-order problems in comma-string formats and size-specified fields. by Travis Oliphant · 19 years ago
  33. 217ae0e fix #234: IntelVisualFCompiler is broken by cookedm · 19 years ago
  34. 4172148 Add bitwise_not to numpy by Travis Oliphant · 19 years ago
  35. 2322210 Fix numarray compatibility layer so it at least imports. It's not finished yet, but some functionality is there. by Travis Oliphant · 19 years ago
  36. 5e385c9 Fix import problem by Travis Oliphant · 19 years ago
  37. 3e3dd66 Add numarray compatibility. by Travis Oliphant · 19 years ago
  38. 50a5044 Fix segfault in Ticket #238 by Travis Oliphant · 19 years ago
  39. fec6f08 Fix adding docstrings of digitize, bincount, and add_docstring so it doesn't happen twice. by Travis Oliphant · 19 years ago
  40. 88f59b3 Add complex types correctly. by Travis Oliphant · 19 years ago
  41. d76c27d Minor changes to alter_code scripts by Travis Oliphant · 19 years ago
  42. db34967 Move source, info, and who to NumPy by Travis Oliphant · 19 years ago
  43. 0072bd2 Un-deprecate some names in Numeric. by Travis Oliphant · 19 years ago
  44. 6983e3f Move converting code by Travis Oliphant · 19 years ago
  45. e292dc4 Fix convertnumericA.py to fix transition from 'b' to 'B' by Travis Oliphant · 19 years ago
  46. 1a83cc8 Update eye and tri to take dtype in mlab by Travis Oliphant · 19 years ago
  47. d372798 Move location of flatnonzero by Travis Oliphant · 19 years ago
  48. 3457ac3 Fix uses of nonzero and add flatnonzero by Travis Oliphant · 19 years ago
  49. 0820b2a Alter typeconv to ignore 'b' by Travis Oliphant · 19 years ago
  50. 04d79b5 Fixes for the recent change to oldnumeric by Travis Oliphant · 19 years ago
  51. d6eb562 Redo nonzero change --- head for the hills... by Travis Oliphant · 19 years ago
  52. 50c0c44 Final fixes to oldnumeric by Travis Oliphant · 19 years ago
  53. 87cb586 Final fixes to oldnumeric by Travis Oliphant · 19 years ago
  54. 65343e5 Fix-up oldnumeric compatibility layer. by Travis Oliphant · 19 years ago
  55. 9d8e202 More fixes to backward compatibility by Travis Oliphant · 19 years ago
  56. 9d98d9d Add back dft stub and alter warning. by Travis Oliphant · 19 years ago
  57. 06ad634 Add back a compatibility UserArray. by Travis Oliphant · 19 years ago
  58. f1cca04 Many name-changes in oldnumeric. This may break some numpy code that was using the oldnumeric interface. by Travis Oliphant · 19 years ago
  59. 8f26568 Change axis=0 to axis=None to be consistent with methods and move axis=0 functions to oldnumeric by Travis Oliphant · 19 years ago
  60. a904655 Convert so that axis arguments are consistent for methods and functions. Place functions for which this changes the Numeric default into oldnumeric. by Travis Oliphant · 19 years ago
  61. 7ffd787 Make sure the scalars corresponding to intp and uintp are added. by Travis Oliphant · 19 years ago
  62. 63c8a61 A few corrections to scalar-type tests by Travis Oliphant · 19 years ago
  63. 6689502 Clean up scalar-types functions a bit. by Travis Oliphant · 19 years ago
  64. fad726e Strip white-space on element retrieval by Travis Oliphant · 19 years ago
  65. 77187d2 Format docstrings to be consistent with others. by Stefan van der Walt · 19 years ago
  66. 33d3fde Fix rstrip for character arrays (ticket #222). by Stefan van der Walt · 19 years ago
  67. a2031b1 Make it so that .T is *always* .transpose() by Travis Oliphant · 19 years ago
  68. a1e9a90 Add diagflat. Begin to add numarray compatibility by Travis Oliphant · 19 years ago
  69. b5048dd Add PyArray_ContiguousFromObject to numpy.pxi by Travis Oliphant · 19 years ago
  70. d777c28 Add IntpArrType_Type by Travis Oliphant · 19 years ago
  71. b83179e Fix ticket #218 by Travis Oliphant · 19 years ago
  72. 9051aee Revert change to lwork by Travis Oliphant · 19 years ago
  73. ba7e34f Revert change and add better test for umath by Travis Oliphant · 19 years ago
  74. 3f18558 Add test for ufunc complex-problems fixed in previous commit. by Travis Oliphant · 19 years ago
  75. b3eb6e2 Fix prodi when intput and output are the same. This fixes a problem with arcsin by Travis Oliphant · 19 years ago
  76. e9d3752 Move more docstrings to add_newdocs by Travis Oliphant · 19 years ago
  77. 0c7be2c Fix longdouble machar problem (iterations too low) by Travis Oliphant · 19 years ago
  78. 3bbf6b2 Fix segfault from last commit. by Travis Oliphant · 19 years ago
  79. 7d50c63 Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will raise an error instead of possibly memory-leak when reference counts aren't freed. Fix uses of longlong to Py_ssize_t and apppropriate FORMAT string. by Travis Oliphant · 19 years ago
  80. 0bd7d94 Fix-up invalid casting back to real when complex result. by Travis Oliphant · 19 years ago
  81. e4c823d Py_OptimizeFlag is available from Python.h by Travis Oliphant · 19 years ago
  82. 4b9387a Don't add docstrings in add_newdoc if run with -OO by Travis Oliphant · 19 years ago
  83. 43165e8 Use spaces instead of tabs. by Stefan van der Walt · 19 years ago
  84. b4384f3 Fix test for intp on 64 bit systems. by Stefan van der Walt · 19 years ago
  85. 4ad281e Add docstrings for multiarray to numpy.core.multiarray instead of to by Stefan van der Walt · 19 years ago
  86. 162f816 Move docstrings from multiarraymodule.c to add_newdocs.py. by Stefan van der Walt · 19 years ago
  87. 3b49529 Fix bugs in gnu and vast fcompilers (should fix #214) by cookedm · 19 years ago
  88. 02926b0 numpy.lib.getlimits: replace typecodes with dtypes by cookedm · 19 years ago
  89. 39bd37d numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter' by cookedm · 19 years ago
  90. b878328 Fix #114: Problems with building with MSVC and GCC under Cygwin by cookedm · 19 years ago
  91. 471419f Remove clash of string module and string numpy object by renaming string scalar object to string_. Fix up tickets #210 and #211 by Travis Oliphant · 19 years ago
  92. 444891f Typo by Travis Oliphant · 19 years ago
  93. 1bb6210 Add NPY_MAXARGS to arrayobject.h for Multi-iterator object. Don't fail if get_atlas_version can't execute the code. by Travis Oliphant · 19 years ago
  94. 006cee5 Fix-up version.py so that a release just changes a variable to True. by Travis Oliphant · 19 years ago
  95. 1d012e6 Last version change. by Travis Oliphant · 19 years ago
  96. e267467 Fix revision numbers. by Travis Oliphant · 19 years ago
  97. 19ce2ea Add test for ticket #203. by Stefan van der Walt · 19 years ago
  98. 4bba31c Back to 0.9.9 version by Travis Oliphant · 19 years ago
  99. 05cdc86 Add tests for ticket #205. by Stefan van der Walt · 19 years ago
  100. ec6d062 Make version number 0.9.9 until 1.0 comes out by Travis Oliphant · 19 years ago