1. afc9584 use np.atleast_Nd() to boost dimensions to ndmin by Derek Homeier · 14 years ago
  2. 22fd21c changed ndmin option in loadtxt to return shape (1, X.size) for single-row inputs by Derek Homeier · 14 years ago
  3. 215c97e DOC:BUG: fix percentile examples. Closes #1813. by Ralf Gommers · 14 years ago
  4. 7f1389d BUG: Workaround for the fact the Python 2.4 doesn't accept 'Ub' as a file by Charles Harris · 14 years ago
  5. 88fe4a3 BUG: Python 2.4 doesn't accept the construction class foo(): by Charles Harris · 14 years ago
  6. 9bf5bd3 BUG: ticket #1071, fix loadtxt to handle tab delimited data with missing by Derek Homeir · 14 years ago
  7. 0e572e3 ENH: Let genfromtxt accept generators as text sources. Add test for that case. by Charles Harris · 14 years ago
  8. f831d00 BUG: Fix strings for Python 3k. by Charles Harris · 14 years ago
  9. 370fdbd ENH: ticket #1616, let loadtxt accept generators in additions to by Charles Harris · 14 years ago
  10. 3c31160 BUG: fix test issues in test_twodim_base.py. Simplify and make tests run. by Ralf Gommers · 14 years ago
  11. b88c2b1 ENH: add ndmin keyword to loadtxt. Closes #1562. by Ralf Gommers · 14 years ago
  12. a6148cc ENH: return empty array from loadtxt for an empty file. Closes #1752. by Ralf Gommers · 14 years ago
  13. 2099656 TST: add test for ticket #1458. by Charles Harris · 14 years ago
  14. 2a7e289 ENH: ticket #1458, make loadtxt(..., unpack=True) unpack structured array by Derek Homier · 14 years ago
  15. ad7cb17 BUG: ticket #1428, allow int64 and uint64 integer types to be specified in by Charles Harris · 14 years ago
  16. 32903b3 BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt. by Christoph Gohlke · 14 years ago
  17. cd95d48 BUG: make histogramdd work with infinite size bins. Closes #1788. by Ralf Gommers · 14 years ago
  18. b22fa6a BUG: handle empty inputs in cov and corrcoef. Closes #1773. by Ralf Gommers · 14 years ago
  19. aec64ee BUG: open genfromtxt file as binary; add test for filename use. Fixes by Matthew Brett · 14 years ago
  20. 8024c27 DEP: deprecate normed kw in histogram and restore its old behavior. Introduce by Ralf Gommers · 14 years ago
  21. f9dfbca ENH: Make all histogram functions work with empty input. by Ralf Gommers · 14 years ago
  22. 7ee96bd API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API by Mark Wiebe · 14 years ago
  23. 6880bea STY: Rename NPY_ITER_NO_INNER_ITERATION to NPY_ITER_EXTERNAL_LOOP by Mark Wiebe · 14 years ago
  24. c5c3cb9 API: Simplify basic iterator constructors, add 'itershape' to advanced iterator constructor by Mark Wiebe · 14 years ago
  25. 7ca223e TST: fix ResourceWarning under Python 3.2 by rgommers · 14 years ago
  26. f7a4ff1 DEP: remove deprecated np.lib.ufunclike.log2 function. by rgommers · 14 years ago
  27. 083f6e1 DEP: remove deprecated get_numpy_include. by rgommers · 14 years ago
  28. 44ae46c DEP: remove unique1d, setmember1d and intersect1d_nu. by rgommers · 14 years ago
  29. a22b32b DEP: Update deprecation messages in genloadtxt with a version number. by rgommers · 14 years ago
  30. 0c0c49c API: Rename the iterator function pointer types to be more consistent with NumPy convention by Mark Wiebe · 14 years ago
  31. 7fa6284 ENH: Use fmax.reduce and fmin.reduce to implement nanmax and nanmin. by Charles Harris · 14 years ago
  32. c199d96 BUG: Use isnan to test for nan, avoids problems with signed nans. by Charles Harris · 14 years ago
  33. 821afc8 DOC: commit some more fixes from the doc wiki. by rgommers · 14 years ago
  34. 788356d TST: clean up some ResourceWarnings from python 3.2. by rgommers · 14 years ago
  35. 33ba9be TST: replace assert with assert_ by rgommers · 14 years ago
  36. 4ca2465 DOC: merge more doc wiki edits. by rgommers · 14 years ago
  37. 8e95e71 TST: update namespace usage in lib.polynomial doctests. by rgommers · 14 years ago
  38. 4eebdf9 BUG: correct file name in fromregex. by rgommers · 14 years ago
  39. 9e71af4 TYP: Fix typo. by Charles Harris · 15 years ago
  40. 543dbea BUG: Fix python3k import problem. by Charles Harris · 15 years ago
  41. f30000b STY: index_tricks: Improve comments and documentation strings by Mark Wiebe · 15 years ago
  42. bdf25de ENH: index_tricks: Implement unravel_index and ravel_coords functions in C by Mark Wiebe · 15 years ago
  43. 2635398 ENH: core: Add new GetArrayParamsFromObject API function (fixes #1081) by Mark Wiebe · 15 years ago
  44. 67e5476 Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABI by Mark Wiebe · 15 years ago
  45. 585a636 ENH: core: Shuffle type numbers so any new ones go on the end. by Mark Wiebe · 15 years ago
  46. e6c3a0c ENH: core: Implement PyArray_CopyInto using the new iterator by Mark Wiebe · 15 years ago
  47. f72c605 ENH: Add minlength keyword to bincount. Patch from ticket #1595. by David Warde-Farley · 15 years ago
  48. 9451260 Apply patch by bsouthey in Ticket #1475 to turn off appropriate tests when ctypes by chanley · 15 years ago
  49. 6aacc2d BUG: Try fix for python 2.4, use list instead of tuple. by Charles Harris · 15 years ago
  50. cfd4c05 TST: Add regression test for ticket #1676. by Charles Harris · 15 years ago
  51. f0c3443 BUG: data shouldn't be an optional argument. by Charles Harris · 15 years ago
  52. 3b8cf12 BUG: Fix logic in handling of dtype in append_fields. by weathergod · 15 years ago
  53. 8fa2591 BUG: Fix GzipFile wrapper to be <= 2.5 compatible. by Stefan van der Walt · 15 years ago
  54. 8cbed8c ENH: Remove deprecation warning from GzipFile wrapper. by Stefan van der Walt · 15 years ago
  55. f26fdc9 BUG: GzipFile wrapper objects are not garbage collected (closes ticket #1356). by Fabian Pedregosa · 15 years ago
  56. de4de92 genfromtxt: Taking more adequate testing values when updating converters: bug #1665 by pierregm · 15 years ago
  57. fad376e Fix bug #1656 by pierregm · 15 years ago
  58. a9d936e Fixing genfromtxt: names w/ usecols (bug #1636) by pierregm · 15 years ago
  59. f4d9da1 TST: remove a failing doctest for poly1d. by rgommers · 15 years ago
  60. d7ff907 BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196) by Pauli Virtanen · 15 years ago
  61. 68e31fe ENH: lib: allow zip64 extensions in .npz files; allows > 2GB by Pauli Virtanen · 15 years ago
  62. 61d14a1 ENH: lib: add savez_compressed function for saving compressed archives by Pauli Virtanen · 15 years ago
  63. 8630830 BUG: io: close file handles immediately after use, where possible (#1517) by Pauli Virtanen · 15 years ago
  64. c970251 * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some invalid lines are present (bug #1593) by pierregm · 15 years ago
  65. 7213c5d * fixed 'flatten_dtype' to support fields w/ titles (bug #1591). Thx to Stefan vdW for the fix. by pierregm · 15 years ago
  66. 362f9cb Made sure the warning filters in test_function_base and test_arraysetops do not modify user defined filters. by dhuard · 15 years ago
  67. 400a2a6 added a warning concerning the buggy normalization in histogram with non-uniform bin widths by dhuard · 15 years ago
  68. 3743430 Fixed bug in histogram for non-uniform bin widths and normed=True. by dhuard · 15 years ago
  69. cc5d131 Merge branch 'poly' by Charles Harris · 15 years ago
  70. 01362e3 BUG: Fix missing 'self' in test cleanups. by Charles Harris · 15 years ago
  71. ae2ebe1 ENH: Add some tests for ticket #1579. Do some cleanups. by Charles Harris · 15 years ago
  72. 4d40dff BUG: Fix ticket #1579. Do some cleanups. by Charles Harris · 15 years ago
  73. d0a25f1 DOC: wiki merge, twodim_base and a few loose ones. by rgommers · 15 years ago
  74. c38c9d4 DOC: wiki merge, npyio, format and function_base by rgommers · 15 years ago
  75. d1a661d ENH: Make trapz work with ndarray subclasses. Thanks to Ryan May. Closes #1438. by rgommers · 15 years ago
  76. 94f73b1 BUG: fix usability bugs in lookfor by Pauli Virtanen · 15 years ago
  77. 4f4558a 3K: lib/tests: fix test_io.RoundtripTest on Python3 + Windows by Pauli Virtanen · 15 years ago
  78. 6f20d1e BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects on Python 2.x by Pauli Virtanen · 15 years ago
  79. 8bb2823 ENH: Add ddof keyword to masked versions of cov and corrcoef. by Charles Harris · 15 years ago
  80. b1c994b Fix missing rowvar in cov call in corrcoeff. by Charles Harris · 15 years ago
  81. cda4d59 Don't deprecated bias keyword, just add ddof. by Charles Harris · 15 years ago
  82. a5b4a59 ENH: Add ddof keyword to cov and corrcoef. Deprecate bias keyword. by Charles Harris · 15 years ago
  83. 9b86617 BUG: lib: fix sinc to handle array-like inputs properly (fixes #1523) by Pauli Virtanen · 15 years ago
  84. 22357e6 CLN: Cleanup nanops code a bit. Patch is from Tony Yu. by Charles Harris · 15 years ago
  85. 18aac09 DOC: merge wiki edits for module npyio. by rgommers · 15 years ago
  86. 24f3675 ENH: Add tests for nan[arg]min, nan[arg]max) for various integer types. by Charles Harris · 15 years ago
  87. cb3fb06 BUG: Fix failed detection of unsigned integers in _nanop. Fixes ticket #1300. by Charles Harris · 15 years ago
  88. f859af0 ENH: Test the exceptions and the left, right keywords of the interp function. by Charles Harris · 15 years ago
  89. 700512a BUG: Make interp handle 'right' keyword correctly. Add check for empty by Charles Harris · 15 years ago
  90. 97a38c4 * add a `replace_space` option to NameValidator by pierregm · 15 years ago
  91. ccf3083 BUG: Correctly handle in-place output in percentile. by Stefan van der Walt · 15 years ago
  92. 7c92f32 BUG: Allow any array-like input to percentile. by Stefan van der Walt · 15 years ago
  93. 44b42db Add percentile function. by Travis Oliphant · 15 years ago
  94. 1391816 BUG/3K: lib: make savetxt work with filenames by Pauli Virtanen · 15 years ago
  95. befa260 BUG: lib: remember in a test that datetime specifiers are bytes strings by Pauli Virtanen · 15 years ago
  96. 75f99ab BUG: lib: make loadtxt work on Py3 when fh returns unicode (fixes #1479) by Pauli Virtanen · 15 years ago
  97. b66a200 BUG: Make interp handle zero dimensional ndarrays as interpolation by Charles Harris · 15 years ago
  98. f9eb853 Merge branch 'vectorize' by Charles Harris · 15 years ago
  99. dd9d99c ENH: Add test of polyder return type. by Charles Harris · 15 years ago
  100. 632623d BUG: Make polyder return a poly1d for the zeroeth order derivative when by Charles Harris · 15 years ago