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