1.8.2 Release
  1. 3841c86 BUG: incorrect argument order to _copyto in in np.nanmax, np.nanmin by Marten van Kerkwijk · 11 years ago
  2. d9d8aee TST: add unittest for byte_bounds by Olivier Grisel · 11 years ago
  3. 7409782 FIX: missing asarray import in numpy.libs.utils by Olivier Grisel · 11 years ago
  4. eb814f3 BUG: fix ValueError for byte_bounds() on datetime array close gh-4354 by mosessky · 11 years ago
  5. bfaa086 Fix stride_stricks.as_strided function for object arrays by Jay Bourque · 11 years ago
  6. 14425fc Merge pull request #4406 from charris/backport-1.8-doc-fixes by Julian Taylor · 11 years ago
  7. d930fe0 DOC: Fix documentation of normed in histogram2d and histogramdd. by Charles Harris · 11 years ago
  8. b1a5449 DOC: Improve the documentation of numpy.load. by Charles Harris · 11 years ago
  9. 1f7022c BUG: fix broken backport of histogramdd edge fix 96892ca60 by Julian Taylor · 11 years ago
  10. 96892ca BUG: Fix histogramdd treatment of events at rightmost binedge by Julian Taylor · 11 years ago
  11. ec9b7de DOC: some versionadded notes by alex · 11 years ago
  12. 2eb1659 BUG: Fixes #2799 by jaimefrio · 11 years ago
  13. abaae8b BUG: IRR was returning nan instead of valid negative answer. by Philip Eliot · 12 years ago
  14. b7e7c06 TST: fix test_io.TestSavezLoad by Julian Taylor · 12 years ago
  15. 961c43d ENH: remove insecure mktemp use by Julian Taylor · 12 years ago
  16. 3276490 BUG: backport fromfile and large file fixes to 1.8 by Julian Taylor · 12 years ago
  17. d339953 BUG: fix loading from compressed .npz by Julian Taylor · 12 years ago
  18. 5fe15e0 TST: fix test failure due to comparing floats with assert_equal. by Ralf Gommers · 12 years ago
  19. 881ad38 MAINT: don't use open(.., 'U') in Python 3.x, is deprecated. by Ralf Gommers · 12 years ago
  20. 742c977 BUG: Fix chunked reading of strings longer than BUFFERSIZE by Luke Carmichael · 12 years ago
  21. 4d0b6d1 MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError. by Warren Weckesser · 12 years ago
  22. 62bde01 BUG: close file-like objects returned by urlopen by cgohlke · 12 years ago
  23. 18c61a6 TST: Raise AssertionError on failure by Joseph Martinot-Lagarde · 12 years ago
  24. e2da936 TST: Regression test for gh-2561 by Joseph Martinot-Lagarde · 12 years ago
  25. 4a68d29 BUG: Disable check for oldstyle classes in python3 by Joseph Martinot-Lagarde · 12 years ago
  26. 921d9c7 TST: Mark test_big_arrays as knownfail on Mac. by Charles Harris · 12 years ago
  27. 6acb500 BUG: Refactor nanfunctions to behave as agreed on for 1.8. by Charles Harris · 12 years ago
  28. 7b3bb81 BUG: preserve ndarray subclasses in median by Julian Taylor · 12 years ago
  29. f25a654 MAINT: Use a.sum(...) rather than np.add.reduce(a,...) in nansum. by Charles Harris · 12 years ago
  30. 13ccbb6 TST: Test that FutureWarning is not raised by nansum if not all-nan. by Charles Harris · 12 years ago
  31. 7206b1d MAINT: Move FutureWarning in nansum. by Charles Harris · 12 years ago
  32. 0f9ee02 BUG: Fix 0-sized ndindex by Sebastian Berg · 12 years ago
  33. f0c1131 TST: add test for Python 3.4 _ast.NameConstant by Christoph Gohlke · 12 years ago
  34. f99cbfc ENH: add support for Python 3.4 ast.NameConstant by Christoph Gohlke · 12 years ago
  35. 631f9ed BUG: Set __hash__ = None for non-hashable classes. by Charles Harris · 12 years ago
  36. 38c0fd9 BUG: Make DeprecationWarning always raise error in test. by Charles Harris · 12 years ago
  37. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  38. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  39. 759a4f9 BUG: fix np.median so it accepts array_like input. Clean up median tests. by Ralf Gommers · 12 years ago
  40. ebfccd2 TST: Test that savetxt works with objects having a write method. by Daniel · 12 years ago
  41. b82c1df ENH: Make savetxt work with file like objects. by Daniel · 12 years ago
  42. dc73e1b DOC: Various fixes. by Charles Harris · 12 years ago
  43. eac46b4 TST: Add tests for the nansum, nanmean, nanvar, and nanstd. by Charles Harris · 12 years ago
  44. c7dd1e5 MAINT: Refactor nanfunctions. by Charles Harris · 12 years ago
  45. fcb0fef MAINT: Separate nan functions into their own module. by Charles Harris · 12 years ago
  46. 4d9cd69 ENH: implement median in terms of partition by Julian Taylor · 12 years ago
  47. ed908c7 DOC: fix some minor issues with histogram2d docstring formatting. by Ralf Gommers · 12 years ago
  48. f62522c DOC: update example of histogram2d to doctest format. by Frank Breitling · 12 years ago
  49. 4ea064b Fix doc typo by Martin Spacek · 12 years ago
  50. ea76873 BUG: Make np.insert check for out of bounds axis arguments. by Félix Hartmann · 12 years ago
  51. 496813f TST: add test for negative axis values in np.insert. by Félix Hartmann · 12 years ago
  52. cb6fe84 BUG: Fix bug in np.insert when axis=-1 by Félix Hartmann · 12 years ago
  53. 62e3e62 Link cumsum and diff to one another as theyre roughly the inverse of each other by Nils Werner · 12 years ago
  54. c5694c5 Merge pull request #3531 from fkbreitl/master by njsmith · 12 years ago
  55. fc95961 Update twodim_base.py by Frank Breitling · 12 years ago
  56. 5b10b1b Update twodim_base.py by Frank Breitling · 12 years ago
  57. 05a15c8 MAINT: Remove uses of the WarningManager class. by Charles Harris · 12 years ago
  58. a053a43 Merge pull request #3518 from charris/use-errstate-context-manager by Charles Harris · 12 years ago
  59. 2f1174d MAINT: Use np.errstate context manager. by Charles Harris · 12 years ago
  60. 28eadc0 MAINT: Remove outdated version checks. by Charles Harris · 12 years ago
  61. ea45134 TST: New test to ensure np.pad allows pad_width of zero. by Jostein Bø Fløystad · 12 years ago
  62. c6ce294 BUG: Allow to pad arrays by zero entries. by Jostein Bø Fløystad · 12 years ago
  63. 2ea4cb3 BUG: Make np.load transfer file ownership to the returned NpzFile. by Charles Harris · 12 years ago
  64. 7c4e9e1 adjust the optimal IO buffer size for npz files by Bartosz Telenczuk · 12 years ago
  65. b69c48d Chunk reads in format.read_array. by Alex Ford · 12 years ago
  66. cfae014 BUG: fix loading large npz files (fixes #2922) by Bartosz Telenczuk · 12 years ago
  67. 558cd20 Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new by Charles Harris · 12 years ago
  68. a6a2c60 STY: Style fixes for integer deprecation changes by Sebastian Berg · 12 years ago
  69. 5c8d5c2 MAINT: adept divisions for truedivide by Sebastian Berg · 12 years ago
  70. e50475a BUG: The npv function in financial.py was incorrectly implemented. by bebert218 · 12 years ago
  71. 19e0562 ENH: improve performance of byte_bounds for continous arrays by Julian Taylor · 12 years ago
  72. fae8369 ENH: implement may_share_memory in C by Julian Taylor · 12 years ago
  73. 7475208 DOC: Correcting docstring for asscalar by Dan Miller · 12 years ago
  74. de166d3 Merge pull request #3339 from endolith/min_max_docstrings by Charles Harris · 12 years ago
  75. 7d188bf Merge pull request #3329 from JDWarner/faster_arraypad by Charles Harris · 12 years ago
  76. 246c06d ENH: improved, faster algorithm for array padding by Josh Warner (Mac) · 12 years ago
  77. f40e9d5 DOC: Harmonize max and min docstrings with each other by endolith · 12 years ago
  78. bb6eb76 DOC: Mention all min/max functions from all others, clarify differences by endolith · 12 years ago
  79. 4d8e317 Fix issue with broadcast_arrays() and user defined dtypes by Jay Bourque · 12 years ago
  80. fcd9ef9 STY: pep8 and pep257 audit. by Josh Warner (Mac) · 12 years ago
  81. dcf7cac Merge pull request #3264 from endolith/patch-1 by Charles Harris · 12 years ago
  82. dec4f4b MAINT: Apply 2to3 idioms fixer. by Charles Harris · 12 years ago
  83. 0d9eac4 Merge pull request #3280 from seberg/issue-3279 by seberg · 12 years ago
  84. 0a9da01 BUG: np.insert must copy index array by Sebastian Berg · 12 years ago
  85. c92d924 MAINT: Remove unneeded version checks. by Charles Harris · 12 years ago
  86. d6f6268 MAINT: Use from future_builtins zip and map. by Charles Harris · 12 years ago
  87. 3a5c547 2to3: Apply unicode fixer. by Charles Harris · 12 years ago
  88. e3cd6a4 DOC: Change example to demonstrate function by endolith · 12 years ago
  89. 9361471 Merge pull request #3249 from charris/2to3-apply-next-fixer by Charles Harris · 12 years ago
  90. c6de097 2to3: Apply next fixer. by Charles Harris · 12 years ago
  91. c70025a 2to3: Apply urllib fixer. by Charles Harris · 12 years ago
  92. 3f2c789 Merge pull request #3244 from charris/2to3-apply-zip-fixer by Charles Harris · 12 years ago
  93. 0dfe67a 2to3: Apply zip fixer. by Charles Harris · 12 years ago
  94. 68338ee 2to3: Apply basestring fixer. by Charles Harris · 12 years ago
  95. 7f5af37 2to3: Apply the `numliterals` fixer and skip the `long` fixer. by Charles Harris · 12 years ago
  96. 5de56ef 2to3: Apply itertools fixer. by Charles Harris · 12 years ago
  97. 1675ad9 FIX: rename xrange to range in python 2 by Sebastian Berg · 12 years ago
  98. 6d305e4 MAINT: np.delete keep old out of bound/negative index behavior by Sebastian Berg · 12 years ago
  99. f17e55d TST: New tests for insert/delete covering warnings and corner cases by Sebastian Berg · 12 years ago
  100. b383686 FIX: insert/delete fixes and warnings for non-integer indices by Sebastian Berg · 12 years ago