Numpy 1.10.2 release.
  1. 5aa1b9a MAINT: Include from __future__ boilerplate in some files missing it. by Charles Harris · 10 years ago
  2. 99ddcfd BUG: Quick and dirty fix for interp. by Charles Harris · 10 years ago
  3. 398b08c Revert "Merge pull request #6376 from charris/backport-gh-6361" by Charles Harris · 10 years ago
  4. e3ec36b TST: Remove tests of view safety checks (see next commit) by Allan Haldane · 10 years ago
  5. d560a21 BUG: error in broadcast_arrays with as_strided array by Stephan Hoyer · 10 years ago
  6. 04b16fd BUG: Make median work for empty arrays (issue #6462) by Ethan Kruse · 10 years ago
  7. c38bc08 DOC: fix var. reference in percentile docstring by Tobias Megies · 10 years ago
  8. 2a3ac6f TST: Test empty warning for split with manual inputs by Sebastian Berg · 10 years ago
  9. 79ed6ee BUG: Expanded warning conditions for array_split by Michael Currie · 10 years ago
  10. d8bd7fb TST: Update test__version.py. by Charles Harris · 10 years ago
  11. 94a53da MANT: searchsorted should return base ndarrays always by Jaime Fernandez · 10 years ago
  12. c49821c BUG: fixed regression in np.histogram which caused input floating-point values to be modified by Thomas Robitaille · 10 years ago
  13. 3b4b3ed Merge pull request #6111 from charris/fix-getargspec by Ralf Gommers · 10 years ago
  14. fd79f69 STY: PEP8 and pyflakes fixes for numpy/lib/tests by Charles Harris · 10 years ago
  15. 5eeb3c4 Merge pull request #6046 from charris/pep8-and-pyflakes-cleanups by Charles Harris · 10 years ago
  16. 6a548b8 MAINT: Use numpy versions of getargspec, formatargspec. by Charles Harris · 10 years ago
  17. 34b582a ENH: Faster algorithm for computing histograms with equal-size bins by Thomas Robitaille · 10 years ago
  18. 98f186f BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case. by Dimas Abreu Dutra · 10 years ago
  19. 2be00c3 BUG: made view of new array to fix ix_ bug by mlai · 10 years ago
  20. e79d6e3 BUG: Fix imports in test_io.py and test_recfunctions.py. by Charles Harris · 10 years ago
  21. f5e9adb DOC: Fix docstring warnings in documetation generation. by Charles Harris · 10 years ago
  22. 430a379 DOC: Add reference to new stack function in numpy/lib/info.py. by Charles Harris · 10 years ago
  23. 56678fe Merge pull request #5953 from yarikoptic/bf/guard-getmembers by Charles Harris · 10 years ago
  24. 21962fc Merge pull request #6016 from njsmith/remove-gzip-monkeypatch by Charles Harris · 10 years ago
  25. e552922 MAINT: remove use of 'raise StopIteration' from generators by Nathaniel J. Smith · 10 years ago
  26. 7d6aa8c MAINT: remove legacy monkeypatching of GzipFile by Nathaniel J. Smith · 10 years ago
  27. 3444961 DOC, MAINT: fix typo in np.fill_diagonal docstring example by François Magimel · 10 years ago
  28. f5d3d96 Updating unit tests for removed warning. by empeeu · 10 years ago
  29. 3e82d6d Moving warning outside of for loop. by empeeu · 10 years ago
  30. a320fd7 BUG: Added proper handling of median and percentile when nan's are present in array to close issue #586. by empeeu · 10 years ago
  31. 157e396 BUG: np.float16 not recognized in np.common_type by Marten van Kerkwijk · 10 years ago
  32. 8b95598 DOC: Fix examples in npyio.py to properly import StringIO. by Charles Harris · 10 years ago
  33. f0c898b Merge pull request #5490 from charris/cleanup-gh-4986 by Charles Harris · 10 years ago
  34. 4e5545f DOC: Update docs. by Gabor Kovacs · 10 years ago
  35. ec4e91b DEP,MAINT: Remove keywords "skiprows" and "missing" from genfromtxt. by Charles Harris · 10 years ago
  36. a27f560 DEP: Add notes to some deprecations. by Charles Harris · 10 years ago
  37. 505b0f4 MAINT: Mark deprecation warning with a date and Numpy version. by Charles Harris · 10 years ago
  38. 35def25 BF: do not crash lookfor if inspection fails - catch any Exception by Yaroslav Halchenko · 10 years ago
  39. e2cd6fa ENH: structured datatype safety checks by Allan Haldane · 10 years ago
  40. a79d9d3 Merge pull request #5893 from stefanv/hann by Nathaniel J. Smith · 10 years ago
  41. 7897da7 DOC: Fix spelling of Von Hann's surname by Stefan van der Walt · 10 years ago
  42. aa50162 BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32 by Stephan Hoyer · 10 years ago
  43. a0bd6c7 MAINT: Simplify code in cov function a bit. by Charles Harris · 10 years ago
  44. 9ceb5cd Merge pull request #4960 from tpoole/weighted_cov by Charles Harris · 10 years ago
  45. d87d2ca ENH: add 'fweights' and 'aweights' arguments to covariance calculations. by tpoole · 10 years ago
  46. 18c89db Merge pull request #5605 from shoyer/stack by Charles Harris · 10 years ago
  47. 93d3b8d ENH: add np.stack by Stephan Hoyer · 10 years ago
  48. 21932fb Merge pull request #5847 from christianbrodbeck/fix/setdiff1d by Jaime · 10 years ago
  49. c05019e BUG: setdiff1d return dtype by Christian Brodbeck · 10 years ago
  50. 682cd97 DOC: note versionadded for broadcast_to by Eric Moore · 10 years ago
  51. 09e38f9 Merge pull request #5805 from jaimefrio/ix_intp by Charles Harris · 10 years ago
  52. c01165f BUG: Fix handling of non-empty ndarrays by Jaime Fernandez · 10 years ago
  53. ba29c7b BUG: fixes segfault in np.place when vals is empty by behzad nouri · 10 years ago
  54. f06b121 TST: Added tests for ix_ by Jaime Fernandez · 10 years ago
  55. 2a8efb1 BUG: make empty inputs to ix_ create an empty int typed output by Jaime Fernandez · 10 years ago
  56. ea1036c Merge pull request #4612 from Nodd/loadtxt_comments by Charles Harris · 10 years ago
  57. 36dbfa5 ENH: Multiple comment tokens in loadtxt by Joseph Martinot-Lagarde · 10 years ago
  58. a2bd3a7 ENH: add options for disabling use of pickle in load/save by Pauli Virtanen · 10 years ago
  59. c1a3fcc DOC, MAINT: fix typo in np.insert docstring by François Magimel · 10 years ago
  60. a5416be DOC: Docstring of gradient() function by Helder Oliveira · 10 years ago
  61. cf2f063 Merge pull request #5751 from helderc/patch-1 by Charles Harris · 10 years ago
  62. 34a40a9 Merge pull request #5713 from cowlicks/bug-5712 by Charles Harris · 10 years ago
  63. b564543 DOC: Return of gradient() function by Helder Cesar · 10 years ago
  64. 475a640 BUG: don't ignore version passed to format.write_array by Blake Griffith · 10 years ago
  65. acbd6a9 BUG: Refactor nan_to_num and make list inputs work in Python > 3.2. by Charles Harris · 10 years ago
  66. 71dea15 TST: Test nan_to_num with integer list input. by Charles Harris · 10 years ago
  67. 61a546d BUG: Integer list passed into nan_to_num results in ValueError. by jmrosen155 · 10 years ago
  68. 4e0cd7b TST: tests for format.read_array_header_* and test read_magic by Blake Griffith · 10 years ago
  69. 0b0c803 BUG: Make read_array_header_* return results by Blake Griffith · 10 years ago
  70. 594c64c ENH: deprecate bias and ddof arguments to corrcoef by Matthew Brett · 10 years ago
  71. fd3b0fc Merge pull request #5585 from Kreiswolke/BugFixTile by Jaime · 10 years ago
  72. e84454a Merge pull request #5519 from jaimefrio/array_interface_dtype by Charles Harris · 10 years ago
  73. f1cfc4f BUG: loadtxt fails with complex data in Python 3. by Charles Harris · 10 years ago
  74. 6eef837 Update shape_base.py by Kreiswolke · 10 years ago
  75. 0808ae8 ENH: PyArray_FromInterface checks descr if typestr is np.void by jaimefrio · 10 years ago
  76. 37740a0 STY: fold long lines by Pauli Virtanen · 10 years ago
  77. 8016a68 BUG: enable working around pickle compatibility issues on Py3 in npy files by Pauli Virtanen · 10 years ago
  78. 2c3ef4c BUG: genfromtxt gave OverflorError for large integers by Thomas Robitaille · 10 years ago
  79. 6ca778d DOC: Reconcile docstrings and function signatures where they disagree by Robert McGibbon · 10 years ago
  80. d5a67b5 BUG: fix broadcast_to for reference types by Stephan Hoyer · 10 years ago
  81. 50e4eb8 Merge pull request #5619 from jaimefrio/unique_docstring by Julian Taylor · 10 years ago
  82. da3c6a2 DOC: Describe return_counts keyword in np.unique docstring by Jaime Fernandez · 10 years ago
  83. ae438c3 BLD: Add mingw-w64 support for the mingw64static option. by carlkl · 10 years ago
  84. 06af991 Merge pull request #5371 from shoyer/broadcast_to by Charles Harris · 10 years ago
  85. 05b5335 ENH: add broadcast_to function by Stephan Hoyer · 10 years ago
  86. aca8260 DOC: fix typos in corrcoef() by Martin Spacek · 10 years ago
  87. a5ea773 BUG: Fixed issue #4679 and added test by Oliver Eberle · 11 years ago
  88. 97c481e MAINT: Fix pmt test in numpy/lib/tests/test_financial.py. by Charles Harris · 11 years ago
  89. a9a80fc MAINT: Simplify fix for rate == 0 in financial.pmt. by Charles Harris · 11 years ago
  90. 97917ac BUG: Fix zero divide warning in financial.pmt. by Fei Liu · 11 years ago
  91. e4e54a0 Merge pull request #5502 from jaimefrio/in1d_unorder by Charles Harris · 11 years ago
  92. 31f5d40 TST: Make loadtxt able to load floats as hex strings. by Charles Harris · 11 years ago
  93. 4aef6a8 ENH: Add support for float hex format to loadtxt. by Chris Laumann · 11 years ago
  94. 40fd50e DOC: Updated docstring for histogram2d as suggested in issue #5538 by Åsmund Hjulstad · 11 years ago
  95. 0a338f7 Fix 'dimensions' typo in numpy.kron() help message by Sandro Tosi · 11 years ago
  96. 704dcc0 ENH: speed-up in1d replacing sorting with fancy indexing by jaimefrio · 11 years ago
  97. e1ff626 Merge pull request #5495 from charris/cleanup-gh-4649 by Charles Harris · 11 years ago
  98. 22f2dc5 Merge pull request #5496 from charris/cleanup-gh-5103 by Charles Harris · 11 years ago
  99. 7a9e3d9 ENH: genfromtxt: Change 'nrows' to 'max_rows'. by Warren Weckesser · 11 years ago
  100. 6bb48b0 MAINT: Make argument determination in NameValidator more precise. by Charles Harris · 11 years ago