1. 5a4e393 Update the histogram warning - the 'new' keyword will be removed in 2.0. by rgommers · 15 years ago
  2. 25f230b BUG: fix kaiser for M=1. by David Cournapeau · 15 years ago
  3. 06a0a53 * _iotools.LineSplitter : prevent the first and/or last empty tab-separated columns to be dropped by pierregm · 16 years ago
  4. 5623023 TST: use assert_warns to check for warnings (and to avoid cluttering non-verbose test output). by David Cournapeau · 16 years ago
  5. e089fe8 Fix and test conversion and construction of date-time dtypes. by Travis Oliphant · 16 years ago
  6. 6ac92a8 Add function to get datetime information from a date-time dtype. by Travis Oliphant · 16 years ago
  7. f07c79d first set of checkins from the doc editor by Jarrod Millman · 16 years ago
  8. ca35f53 docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and basics.io.genfromtxt by pierregm · 16 years ago
  9. 8dc57cd Add backward compatible `deprecate_with_doc`. by Stefan van der Walt · 16 years ago
  10. 944524f Add tests for ``deprecate``. by Stefan van der Walt · 16 years ago
  11. b3f3088 Add ``deprecate`` function that doubles as a decorator. by Stefan van der Walt · 16 years ago
  12. 55d07fb Merge deprecate_with_doc into deprecate(message="..."). by Stefan van der Walt · 16 years ago
  13. 468263e Fix lookfor on python 2.6. Add a test for it. Make it import submodules more aggressively. by Pauli Virtanen · 16 years ago
  14. 549d7bd Hard tab removal. Trailing whitespace removal. Some coding style cleanups. by Charles Harris · 16 years ago
  15. e88d4b1 * io.genfromtxt : make sure that `names` is a list and not a tuple by pierregm · 16 years ago
  16. ea99d11 * io.genfromtxt by pierregm · 16 years ago
  17. e8f4865 * io.genfromtxt by pierregm · 16 years ago
  18. 4b6137a * _iotools.StringConverter by pierregm · 16 years ago
  19. daf38f3 ENH: move inspect copy into newly created compat module. by David Cournapeau · 16 years ago
  20. 32b5b40 ENH: do not use string module. by David Cournapeau · 16 years ago
  21. c8a87fc ENH: remove things we do not need in inspect. by David Cournapeau · 16 years ago
  22. a0ae03a ENH: add a toy test in inspect. by David Cournapeau · 16 years ago
  23. f7cdebb ENH: add a copy of inspect (from 2.4.4). by David Cournapeau · 16 years ago
  24. 8048db1 * io.genfromtxt - add `skip_footer` to remove some last lines by pierregm · 16 years ago
  25. 80851e3 * _iotools.StringConverter by pierregm · 16 years ago
  26. 72c9eea Don't include assert_valid_refcount in numpy.testing.* by Pauli Virtanen · 16 years ago
  27. 8cad335 * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #1253) by pierregm · 16 years ago
  28. 6386708 * _iotools.StringConverter by pierregm · 16 years ago
  29. 31de18a * Add warnings to genfromtxt describing inconsistencies in the number of columns (bug #1212) by pierregm · 16 years ago
  30. 474d013 Docstring update: lib by Pauli Virtanen · 16 years ago
  31. 1521f66 Docstring updates, part 1 by Pauli Virtanen · 16 years ago
  32. 2822783 Add regression test for ticker #1243. by Charles Harris · 16 years ago
  33. 68e62cc Fix ticket #1243. Patch from gnutino. by Charles Harris · 16 years ago
  34. 599b0f1 Rename matrx to matrixlib. by David Cournapeau · 16 years ago
  35. 364f7b8 All non core regressions tests moved to their respective modules. by David Cournapeau · 16 years ago
  36. 064d504 Move finfo into core. by David Cournapeau · 16 years ago
  37. f72c2df Move linspace and logspace into core. by David Cournapeau · 16 years ago
  38. fe002b2 Move matrix class into its own module. by David Cournapeau · 16 years ago
  39. ec7f9dc ENH: Fix some more uninitialized vars. by David Cournapeau · 16 years ago
  40. 2b01ee6 Re-base the date-time branch back to the trunk. by Travis Oliphant · 16 years ago
  41. c2191bc Datetime branch compiles and all numpy tests pass. Ready to be merged back to trunk. More development still needed, but it can take place in the trunk. by Travis Oliphant · 16 years ago
  42. 5e961fa Fix mirr function and its test. Thanks go to Skipper and Josef. by Charles Harris · 16 years ago
  43. ad6d1ce Comment out failing test until it is decided where the problem lies. by Charles Harris · 16 years ago
  44. 4176f33 Make some fixes in mirr implementation to avoid overflow in by Charles Harris · 16 years ago
  45. 17828c6 Improve test and add a test to Python. by Travis Oliphant · 16 years ago
  46. 5c5d5d2 Add patch in ticket #1138 which fixes mirr function to be the same as Excel and OO Calc. by Travis Oliphant · 16 years ago
  47. 9e053da add support for __array_prepare__ by Darren Dale · 16 years ago
  48. da19f3e Fixed compatibility issue of histogram with matplotlib 0.91.2 by dhuard · 16 years ago
  49. 1319b2c Fix to setdiff1d (and masked version) + tests (#1133, by N.C.) by Robert Cimrman · 16 years ago
  50. 07af346 Address #1167: faster twodim_base.diag/eye implementation by Luca Citi + tests by Pauli Virtanen · 16 years ago
  51. 8ba97d8 Improvement to fill_diagonal suggested by Anand Patil. by Stefan van der Walt · 16 years ago
  52. c1c0533 Enhancements to arraysetops (ticket #1133, by Neil Crighton) by Robert Cimrman · 16 years ago
  53. 144d790 Fix versioning and inclusion to ref. guide in docs for #1132 by Pauli Virtanen · 16 years ago
  54. f826c7b Add example to savez. by Stefan van der Walt · 16 years ago
  55. a3a99e2 Add tests for dictionary interface to NpzFile. by Stefan van der Walt · 16 years ago
  56. b9b934c More complete dictionary interface to NpzFile [patch by David Warde-Farley] by Stefan van der Walt · 16 years ago
  57. ae6da83 Fix diag_indices_from and add test. by Stefan van der Walt · 16 years ago
  58. 99df3da Fix twodim tests. by Stefan van der Walt · 16 years ago
  59. 133e5c2 Add indexing functions by Fernando Perez. by Stefan van der Walt · 16 years ago
  60. 87fa5ae Merge from doc wiki by Pauli Virtanen · 16 years ago
  61. 6cfb1c6 Fixed #1140: avoid div-by-zero in iter_coords_get for size=0 arrays by Pauli Virtanen · 16 years ago
  62. 38c8cd6 Added setmember1d_nu to arraysetops. by Robert Cimrman · 16 years ago
  63. 8055749 Replace string exception "multiarray.error" exposed by multiarray module by Charles Harris · 16 years ago
  64. eb214ee Replace ValueError by TypeError in appropriate places. by Charles Harris · 16 years ago
  65. a6d3b87 Remove unused reference to MultiArrayError. by Charles Harris · 16 years ago
  66. fb78732 Remove string exceptions. Remove macros containing gotos. by Charles Harris · 16 years ago
  67. e3d65f0 Initial style cleanup of _compiled_base.c by Charles Harris · 16 years ago
  68. 68bedef by pierregm · 16 years ago
  69. a2bf56a loadtxt: allow shaped dtypes. by Stefan van der Walt · 16 years ago
  70. 1cf7e661b docstring: fix bug in blackman docstring by Pauli Virtanen · 16 years ago
  71. d3133f1 Docstring fixes: make some examples to work properly by Pauli Virtanen · 16 years ago
  72. 0d5e8c8 Fix formatting of complex coefficients in poly1d by Pauli Virtanen · 16 years ago
  73. 1a613e1 Fixed #1095: make polyint work well with object arrays by Pauli Virtanen · 16 years ago
  74. 5b466f3 Make test_histogramdd_too_many_bins a bit clearer. by Charles Harris · 16 years ago
  75. d1701c6 Make histogramdd documentation a bit clearer. by Charles Harris · 16 years ago
  76. e02bf24 Fix ticket #928 by Charles Harris · 16 years ago
  77. a4c5e55 Fixed #1039: ignore sort order properly in find_duplicates test by Pauli Virtanen · 16 years ago
  78. cdf6562 Fixed #852: avoid filename clashes in savez, by using a secure temporary file name by Pauli Virtanen · 16 years ago
  79. b4be5dd Fix eigenvalue tests, the eigenvalues needed sorting. by Charles Harris · 16 years ago
  80. da8312a Fix nanmin, -max etc. to handle axis argument correctly. by Stefan van der Walt · 16 years ago
  81. 7b751f6 Merge from the doc wiki by Pauli Virtanen · 16 years ago
  82. b2634ff docs: remove invalid information by Pauli Virtanen · 16 years ago
  83. 5847959 fix remaining tests to reflect new behavior of sign(nan) by Charles Harris · 16 years ago
  84. 670a4e7 Fix a test failure due to changes in the sign ufunc. by Charles Harris · 16 years ago
  85. 0588cb8 Fix import issue. by David Cournapeau · 16 years ago
  86. 4b6277c Sort index of find_duplicated before testing, because the exact order is undefined for identical entries. by David Cournapeau · 16 years ago
  87. c2bb0f9 Remove dead code. by David Cournapeau · 16 years ago
  88. d4722fa Do not hardcode string for savetxt testing, as the exact representation depends on the platform. by David Cournapeau · 16 years ago
  89. 03c47e4 BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable with windows IO semantics + add another test for compressed string argument to loadtxt. by David Cournapeau · 16 years ago
  90. 2ef6634 Close file handle in loadtxt if we opened the file ourselves. by David Cournapeau · 16 years ago
  91. eefc141 Fix polyint to work correctly with float, complex, and int inputs. by Charles Harris · 16 years ago
  92. 4a63253 Fix ticket #944. by Charles Harris · 16 years ago
  93. 090ce2a Merge reviewed docstrings from editor. by Stefan van der Walt · 16 years ago
  94. 173384a For kaiser, allow beta to be specified as an integer. by Stefan van der Walt · 16 years ago
  95. 7170d0a Python 3000 fixes for 2to3 [patch by James Watson]. by Stefan van der Walt · 16 years ago
  96. 553a300 Correctly handle gzip filenames in loadtxt. by Stefan van der Walt · 16 years ago
  97. 34f564a Add test for Gzip loader. by Stefan van der Walt · 17 years ago
  98. ce06f48 Whitespace cleanup. by Stefan van der Walt · 17 years ago
  99. f6fd8585 Add GzipFile wrapper to support the "whence" keyword in GzipFile.seek. by Stefan van der Walt · 17 years ago
  100. 42ba370 Fix tests using strptime to be Python 2.4 compatible. by Stefan van der Walt · 17 years ago