1. c9d632d Make a release. by Travis Oliphant · 19 years ago v1.0rc3
  2. bafa719 Fix test. by Travis Oliphant · 19 years ago
  3. 448f385 Add print and log facilities to error handling and change the default error mode to divide='print', over='print', invalid='print', and under='ignore' by Travis Oliphant · 19 years ago
  4. 42ec061 Allow F_CONTIGUOUS and C_CONTIGUOUS as aliases to FORTRAN and CONTIGUOUS by Travis Oliphant · 19 years ago
  5. b022765 Fix-up so that if on creation, a string or unicode data-type has an empty elsize it is reset to the size of one character. by Travis Oliphant · 19 years ago
  6. 2e7c822 Fix Ticket #352 by Travis Oliphant · 19 years ago
  7. ed7b368 Change to sig (signature) keyword. by Travis Oliphant · 19 years ago
  8. 5d17dd0 Allow entry in self->types to type= keyword. Change from dtype= keyword because it doesn't always follow the rules of data-type conversion. by Travis Oliphant · 19 years ago
  9. 0bcccc6 Add ability to select specific 1-d loop to use when calling a ufunc, either by the output type or an exact signature. An error occurs if a 1-d loop is not found to match the specification. by Travis Oliphant · 19 years ago
  10. 4590e9b Fix so that reshape copies fewer times. Fix so that arr.ctypes.data returns the integer and arr.ctypes._as_parameter_ returns the c_void_p type by Travis Oliphant · 19 years ago
  11. 0e70085 Increase the C-API and allow ufuncs to be given keyword arguments. Re-compile extension modules after updating to this revision number. extobj= and dtype= keywords are possible, but only extobj= is implemented in this revision. by Travis Oliphant · 19 years ago
  12. 8a142f7 Allow ability to reset the string function to the builtin string function. by Travis Oliphant · 19 years ago
  13. 32b16bb Change the 'array' function so that forcecast is true. by Travis Oliphant · 19 years ago
  14. a70ebab Fix PyArray_FromAny so that it raises an exception on casting unless FORCECAST is True. by Travis Oliphant · 19 years ago
  15. 637f70c Fix #350 by changing wording. by Travis Oliphant · 19 years ago
  16. cf7a96e include <signal.h> when trying check for SIGSEGV by Travis Oliphant · 19 years ago
  17. 1e263c2 Re-format THANKS.txt and add check for reshape order argument. by Travis Oliphant · 19 years ago
  18. 405115b Fix reshape for FORTRAN order from 1-d arrays. by Travis Oliphant · 19 years ago
  19. 6130751 Added yours truly to THANKS.txt by edschofield · 19 years ago
  20. fcc5b25 Applied patch for ticket #345: fix to test_errstate for Python 2.5 by Travis Oliphant · 19 years ago
  21. 15155cf Fix qr decomposition. The dimensions m,n were taken from the fortran ordered array by Charles Harris · 19 years ago
  22. ff1c663 Fix finfo eps and huge to be array scalars of the appropriate type. And use finfo interface instead of MachAr. by Travis Oliphant · 19 years ago
  23. 533fba2 Change error exception to RankWarning. by Charles Harris · 19 years ago
  24. c951acd Make sure order is an integer by Charles Harris · 19 years ago
  25. 658b94a Set rcond to precision of x as default. Make error message more informative. by Charles Harris · 19 years ago
  26. 62e610e Scale the x vector in polyfit to improve condition of Vandermonde matrix. by Charles Harris · 19 years ago
  27. f1c9d44 F2PY G3: fixed compiler warnings. by Pearu Peterson · 19 years ago
  28. 1c36f49 Add test for ticket #339. by Stefan van der Walt · 19 years ago
  29. 81e481b Add tests for tickets #335, #341, #342 and #344. by Stefan van der Walt · 19 years ago
  30. 099f140 Add roll function from ticket #293 by Travis Oliphant · 19 years ago
  31. ec5a391 F2PY G3: modules can import f90 derived type wrappers from other modules. by Pearu Peterson · 19 years ago
  32. 2d2cc2c Fix ticket #342. by Travis Oliphant · 19 years ago
  33. 9416787 Fix ticket #344: normalize repr of dtypes with shapes. Also change align argument in dtype constructor to be a boolean. by Travis Oliphant · 19 years ago
  34. 58541aa Mention scaling in the polyfit docstring. by Charles Harris · 19 years ago
  35. 10f2827 Fix mgrid for count of 1 by Travis Oliphant · 19 years ago
  36. bee7545 Fix ticket #341: part with 'c' arrays not being comparable to strings. by Travis Oliphant · 19 years ago
  37. 81abf63 Fixes from 64-bit warnings in ticket #337 by Travis Oliphant · 19 years ago
  38. 96140d2 Add fix so that '()type' is detected by Travis Oliphant · 19 years ago
  39. 4f83a34 Fix-up tensor solve and tensor inv and rename to match tensordot. by Travis Oliphant · 19 years ago
  40. 45f9558 F2PY G3: exposing f90 type information via _API variable for other modules. by Pearu Peterson · 19 years ago
  41. 4a69a27 by Charles Harris · 19 years ago
  42. 9361c17 F2PY: Impl. (suboptimal) solution for nested f90 module wrapping. by Pearu Peterson · 19 years ago
  43. 0aaac11 Add solvetensor and invtensor by Travis Oliphant · 19 years ago
  44. f2d36cc Forgot this file in last commit: by Tim Hochberg · 19 years ago
  45. abb7a32 Added docstring and tests to errstate. Also added 'all' option for seterr so that we can set all the options at once. Note that tests on errstate are only run in Python 2.5 and higher. by Tim Hochberg · 19 years ago
  46. 61d36f3 Under Python 2.5 on windows test_multiarray was failing mysteriously. Applying normpath to set_local_path cured that. by Tim Hochberg · 19 years ago
  47. 53bf14a by Robert Cimrman · 19 years ago
  48. b5fc735 modernized to use new numpy features, speed-up of unique1d, doc update by Robert Cimrman · 19 years ago
  49. e5bb060 Fix by Travis Oliphant · 19 years ago
  50. cf3eb93 Add errstate object to be created in new 'with' statement by Travis Oliphant · 19 years ago
  51. 1031df2 Fix scimath.power for negative integer input. by Travis Oliphant · 19 years ago
  52. bafea8e Test for ticket #334. by Stefan van der Walt · 19 years ago
  53. 7338a7e Fix some name-space errors in scimath. by Travis Oliphant · 19 years ago
  54. a6f8d27 F2PY G3: Impl. F90 module subprogram support and simple tests. by Pearu Peterson · 19 years ago
  55. 87e3010 Make (type,()) return type by Travis Oliphant · 19 years ago
  56. d6c1b18 F2PY G3: Impl. scalar function support and tests. by Pearu Peterson · 19 years ago
  57. 92a2537 F2PY G3: improved public/private spec handling. Added function wrapping support. by Pearu Peterson · 19 years ago
  58. c0f1f96 Fix asbuffer function. by Travis Oliphant · 19 years ago
  59. 02b451e Remove extra semi-colon. by Stefan van der Walt · 19 years ago
  60. 7147b21 Fidget with average/mean docstrings. by Stefan van der Walt · 19 years ago
  61. f52ca5b Simplify mean and average docstrings. by Stefan van der Walt · 19 years ago
  62. 349a841 Improved is_free_format. by Pearu Peterson · 19 years ago
  63. cc44342 Test for ticket #330. by Stefan van der Walt · 19 years ago
  64. f558fbb Resolved ticket 285: imporved error messages by Pearu Peterson · 19 years ago
  65. 0330812 Fix segfault in .imag for real array scalars. Be specific about infix multiplication. by Travis Oliphant · 19 years ago
  66. a307a7f Get rid of warning on main trunk. by Travis Oliphant · 19 years ago
  67. f9b93a7 F2PY G3: refactored Python specific wrapper code from parser. by Pearu Peterson · 19 years ago
  68. ecbabb3 Speed up concatenate and choose when sequence is an array. by Travis Oliphant · 19 years ago
  69. 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
  70. b7f719a F2PY G3: added simple test for subroutine with derived type intent(in,out) argument. Fixed bugs. by Pearu Peterson · 19 years ago
  71. 416f306 numpy.distutils: fixed bug. by Pearu Peterson · 19 years ago
  72. 45e9246 numpy.distutils: use language flag or source file extension to select default f77 or f90 compiler. by Pearu Peterson · 19 years ago
  73. cc7fd3d F2PY G3: added support and tests for character*(*) types. by Pearu Peterson · 19 years ago
  74. fd52a61 F2PY G3: Impl. support and tests for scalar logical and character*<len> types. by Pearu Peterson · 19 years ago
  75. dbe29f4 Kron is now N-dimensional, so remove rank check. by Stefan van der Walt · 19 years ago
  76. 0d127c8 Add test for insert. by Stefan van der Walt · 19 years ago
  77. a09fa7d Close ticket #328. by Stefan van der Walt · 19 years ago
  78. 8d93420 F2PY G3: clean up. by Pearu Peterson · 19 years ago
  79. 90d11ae F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs. by Pearu Peterson · 19 years ago
  80. 79f992d Added NPY_<CLS><BITS>_FMT macros. by Pearu Peterson · 19 years ago
  81. e518185 Fix kron to be N-dimensional. by Travis Oliphant · 19 years ago
  82. ba6b099 Fix typo in tile. by Stefan van der Walt · 19 years ago
  83. c75bd2d Add tests for tile and fix error. by Travis Oliphant · 19 years ago
  84. 1ff0cd9 Add tile to numpy and move repmat to matlib.py by Travis Oliphant · 19 years ago
  85. 831feb7 Get rid of unused variables. by Travis Oliphant · 19 years ago
  86. 54fc7a4 Add test for ticket #325. by Stefan van der Walt · 19 years ago
  87. 1e339d7 Fix last OBJECT function to handle NULLS. by Travis Oliphant · 19 years ago
  88. ce24459 Test for ticket #327. by Stefan van der Walt · 19 years ago
  89. fe0b9ed Fix ticket #325 by Travis Oliphant · 19 years ago
  90. 505a95a Fix ticket #327. by Stefan van der Walt · 19 years ago
  91. d79e367 Add test for ticket #302. by Stefan van der Walt · 19 years ago
  92. 1ce64f7 Add test for ticket #324. by Stefan van der Walt · 19 years ago
  93. a2e090a Fix ticket #324: not returning minimum array. by Travis Oliphant · 19 years ago
  94. 1c88a77 Add tests for tickets #312, #322, for polynomial roots and for setting by Stefan van der Walt · 19 years ago
  95. 2c40600 F2PY G3: fixed bugs, started adding features. by Pearu Peterson · 19 years ago
  96. 30cdb16 Re-work flat index setting to handle integer case better for objects arrays. by Travis Oliphant · 19 years ago
  97. ee3d027 Fix ticket #323 --- problem with roots all zeros and all zero coefficients. by Travis Oliphant · 19 years ago
  98. be91788 Fix ticket #322 by Travis Oliphant · 19 years ago
  99. 310966e Fix ticket #320 by Travis Oliphant · 19 years ago
  100. 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