1. 4d0b6d1 MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError. by Warren Weckesser · 12 years ago
  2. 62bde01 BUG: close file-like objects returned by urlopen by cgohlke · 12 years ago
  3. 18c61a6 TST: Raise AssertionError on failure by Joseph Martinot-Lagarde · 12 years ago
  4. e2da936 TST: Regression test for gh-2561 by Joseph Martinot-Lagarde · 12 years ago
  5. 4a68d29 BUG: Disable check for oldstyle classes in python3 by Joseph Martinot-Lagarde · 12 years ago
  6. 921d9c7 TST: Mark test_big_arrays as knownfail on Mac. by Charles Harris · 12 years ago
  7. 6acb500 BUG: Refactor nanfunctions to behave as agreed on for 1.8. by Charles Harris · 12 years ago
  8. 7b3bb81 BUG: preserve ndarray subclasses in median by Julian Taylor · 12 years ago
  9. f25a654 MAINT: Use a.sum(...) rather than np.add.reduce(a,...) in nansum. by Charles Harris · 12 years ago
  10. 13ccbb6 TST: Test that FutureWarning is not raised by nansum if not all-nan. by Charles Harris · 12 years ago
  11. 7206b1d MAINT: Move FutureWarning in nansum. by Charles Harris · 12 years ago
  12. 0f9ee02 BUG: Fix 0-sized ndindex by Sebastian Berg · 12 years ago
  13. f0c1131 TST: add test for Python 3.4 _ast.NameConstant by Christoph Gohlke · 12 years ago
  14. f99cbfc ENH: add support for Python 3.4 ast.NameConstant by Christoph Gohlke · 12 years ago
  15. 631f9ed BUG: Set __hash__ = None for non-hashable classes. by Charles Harris · 12 years ago
  16. 38c0fd9 BUG: Make DeprecationWarning always raise error in test. by Charles Harris · 12 years ago
  17. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  18. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  19. 759a4f9 BUG: fix np.median so it accepts array_like input. Clean up median tests. by Ralf Gommers · 12 years ago
  20. ebfccd2 TST: Test that savetxt works with objects having a write method. by Daniel · 12 years ago
  21. b82c1df ENH: Make savetxt work with file like objects. by Daniel · 12 years ago
  22. dc73e1b DOC: Various fixes. by Charles Harris · 12 years ago
  23. eac46b4 TST: Add tests for the nansum, nanmean, nanvar, and nanstd. by Charles Harris · 12 years ago
  24. c7dd1e5 MAINT: Refactor nanfunctions. by Charles Harris · 12 years ago
  25. fcb0fef MAINT: Separate nan functions into their own module. by Charles Harris · 12 years ago
  26. 4d9cd69 ENH: implement median in terms of partition by Julian Taylor · 12 years ago
  27. ed908c7 DOC: fix some minor issues with histogram2d docstring formatting. by Ralf Gommers · 12 years ago
  28. f62522c DOC: update example of histogram2d to doctest format. by Frank Breitling · 12 years ago
  29. 4ea064b Fix doc typo by Martin Spacek · 12 years ago
  30. ea76873 BUG: Make np.insert check for out of bounds axis arguments. by Félix Hartmann · 12 years ago
  31. 496813f TST: add test for negative axis values in np.insert. by Félix Hartmann · 12 years ago
  32. cb6fe84 BUG: Fix bug in np.insert when axis=-1 by Félix Hartmann · 12 years ago
  33. 62e3e62 Link cumsum and diff to one another as theyre roughly the inverse of each other by Nils Werner · 12 years ago
  34. c5694c5 Merge pull request #3531 from fkbreitl/master by njsmith · 12 years ago
  35. fc95961 Update twodim_base.py by Frank Breitling · 12 years ago
  36. 5b10b1b Update twodim_base.py by Frank Breitling · 12 years ago
  37. 05a15c8 MAINT: Remove uses of the WarningManager class. by Charles Harris · 12 years ago
  38. a053a43 Merge pull request #3518 from charris/use-errstate-context-manager by Charles Harris · 12 years ago
  39. 2f1174d MAINT: Use np.errstate context manager. by Charles Harris · 12 years ago
  40. 28eadc0 MAINT: Remove outdated version checks. by Charles Harris · 12 years ago
  41. ea45134 TST: New test to ensure np.pad allows pad_width of zero. by Jostein Bø Fløystad · 12 years ago
  42. c6ce294 BUG: Allow to pad arrays by zero entries. by Jostein Bø Fløystad · 12 years ago
  43. 2ea4cb3 BUG: Make np.load transfer file ownership to the returned NpzFile. by Charles Harris · 12 years ago
  44. 7c4e9e1 adjust the optimal IO buffer size for npz files by Bartosz Telenczuk · 12 years ago
  45. b69c48d Chunk reads in format.read_array. by Alex Ford · 12 years ago
  46. cfae014 BUG: fix loading large npz files (fixes #2922) by Bartosz Telenczuk · 12 years ago
  47. 558cd20 Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new by Charles Harris · 12 years ago
  48. a6a2c60 STY: Style fixes for integer deprecation changes by Sebastian Berg · 12 years ago
  49. 5c8d5c2 MAINT: adept divisions for truedivide by Sebastian Berg · 12 years ago
  50. e50475a BUG: The npv function in financial.py was incorrectly implemented. by bebert218 · 12 years ago
  51. 19e0562 ENH: improve performance of byte_bounds for continous arrays by Julian Taylor · 12 years ago
  52. fae8369 ENH: implement may_share_memory in C by Julian Taylor · 12 years ago
  53. 7475208 DOC: Correcting docstring for asscalar by Dan Miller · 12 years ago
  54. de166d3 Merge pull request #3339 from endolith/min_max_docstrings by Charles Harris · 12 years ago
  55. 7d188bf Merge pull request #3329 from JDWarner/faster_arraypad by Charles Harris · 12 years ago
  56. 246c06d ENH: improved, faster algorithm for array padding by Josh Warner (Mac) · 12 years ago
  57. f40e9d5 DOC: Harmonize max and min docstrings with each other by endolith · 12 years ago
  58. bb6eb76 DOC: Mention all min/max functions from all others, clarify differences by endolith · 12 years ago
  59. 4d8e317 Fix issue with broadcast_arrays() and user defined dtypes by Jay Bourque · 12 years ago
  60. fcd9ef9 STY: pep8 and pep257 audit. by Josh Warner (Mac) · 12 years ago
  61. dcf7cac Merge pull request #3264 from endolith/patch-1 by Charles Harris · 12 years ago
  62. dec4f4b MAINT: Apply 2to3 idioms fixer. by Charles Harris · 12 years ago
  63. 0d9eac4 Merge pull request #3280 from seberg/issue-3279 by seberg · 12 years ago
  64. 0a9da01 BUG: np.insert must copy index array by Sebastian Berg · 12 years ago
  65. c92d924 MAINT: Remove unneeded version checks. by Charles Harris · 12 years ago
  66. d6f6268 MAINT: Use from future_builtins zip and map. by Charles Harris · 12 years ago
  67. 3a5c547 2to3: Apply unicode fixer. by Charles Harris · 12 years ago
  68. e3cd6a4 DOC: Change example to demonstrate function by endolith · 12 years ago
  69. 9361471 Merge pull request #3249 from charris/2to3-apply-next-fixer by Charles Harris · 12 years ago
  70. c6de097 2to3: Apply next fixer. by Charles Harris · 12 years ago
  71. c70025a 2to3: Apply urllib fixer. by Charles Harris · 12 years ago
  72. 3f2c789 Merge pull request #3244 from charris/2to3-apply-zip-fixer by Charles Harris · 12 years ago
  73. 0dfe67a 2to3: Apply zip fixer. by Charles Harris · 12 years ago
  74. 68338ee 2to3: Apply basestring fixer. by Charles Harris · 12 years ago
  75. 7f5af37 2to3: Apply the `numliterals` fixer and skip the `long` fixer. by Charles Harris · 12 years ago
  76. 5de56ef 2to3: Apply itertools fixer. by Charles Harris · 12 years ago
  77. 1675ad9 FIX: rename xrange to range in python 2 by Sebastian Berg · 12 years ago
  78. 6d305e4 MAINT: np.delete keep old out of bound/negative index behavior by Sebastian Berg · 12 years ago
  79. f17e55d TST: New tests for insert/delete covering warnings and corner cases by Sebastian Berg · 12 years ago
  80. b383686 FIX: insert/delete fixes and warnings for non-integer indices by Sebastian Berg · 12 years ago
  81. 908e06c ENH: larger fixes for np.delete and np.insert functions by Sebastian Berg · 12 years ago
  82. 25d55b8 Merge pull request #3216 from charris/2to3-apply-map-fixer by Charles Harris · 12 years ago
  83. a616479 2to3: Apply `map` fixer. by Charles Harris · 12 years ago
  84. a3f2e04 ENH: add `invert` parameter to numpy.in1d(). by Julien Phalip · 12 years ago
  85. 1340fa6 Merge pull request #3205 from charris/2to3-apply-dict-fixer by Charles Harris · 12 years ago
  86. ef76d49 Merge pull request #3202 from charris/2to3-reduce-fixups by njsmith · 12 years ago
  87. aab46a7 2to3: apply `dict` fixer. by Charles Harris · 12 years ago
  88. bb726ca 2to3: Apply `print` fixer. by Charles Harris · 12 years ago
  89. 77e09f1 MAINT: Cleanup some imports involving reduce. by Charles Harris · 12 years ago
  90. 49a8902 Merge pull request #3191 from charris/2to3-apply-imports-fixer by Charles Harris · 12 years ago
  91. ca77e31 Merge pull request #460 from endolith/regex_formatting by Charles Harris · 12 years ago
  92. 09a52ed 2to3: Apply `imports` fixer. by Charles Harris · 12 years ago
  93. a939f2a Merge pull request #3178 from charris/2to3-apply-import-fixer by njsmith · 12 years ago
  94. d3edb4e Merge pull request #3104 from seberg/nditer-allow-0d by Charles Harris · 12 years ago
  95. d4b88c1 2to3: Use absolute imports. by Charles Harris · 12 years ago
  96. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  97. 0d35127 DOC: regex-assisted fixes of definition list formatting by endolith · 12 years ago
  98. 653a6fd DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes by endolith · 12 years ago
  99. 31a68dd TST: Get rid of a ResourceWarning. by Charles Harris · 12 years ago
  100. 22e1fe4 MAINT: Remove np.ndindex 0-d hack. by Sebastian Berg · 12 years ago