NumPy 1.14.1 release.
  1. a696334 BUG: break cyclic refs in recursive closures by Allan Haldane · 8 years ago
  2. c9d4e6e BUG: Revert sort optimization in np.unique. by Charles Harris · 8 years ago
  3. 55cc8fd BUG: arrays not being flattened in `union1d` (#10563) by Charles Harris · 8 years ago
  4. 08469bb BUG: 1.14 multifield-indexing adds padding bytes by Allan Haldane · 8 years ago
  5. 9bd132f minor fix for python3 compatibility by Dennis Weyland · 8 years ago
  6. 659a0a7 python 2.7.5 bugfix by Dennis Weyland · 8 years ago
  7. 0a87861 BUG: Resize bytes_ columns in genfromtxt by Eric Wieser · 8 years ago
  8. c08d264 DOC: Add missing np. prefix to expand_dims docs (#10109) by Hidehiro NAGAOKA · 8 years ago
  9. ce140e8 Merge pull request #9946 from eric-wieser/improve-take-docs by Allan Haldane · 8 years ago
  10. 8c441fa Merge pull request #10054 from charris/gh-4208 by Charles Harris · 8 years ago
  11. 1d97b3a MAINT: Various minor code cleanups. by Charles Harris · 8 years ago
  12. 21ef138 DOC: describe the expansion of take and apply_along_axis in detail by Eric Wieser · 8 years ago
  13. e1811e1 DOC: v/h/dstack docstr shouldn't imply deprecation by Allan Haldane · 8 years ago
  14. d9ca111 MAINT: Refactor some code in npyio.py. by Charles Harris · 8 years ago
  15. 55273d2 DOC: Add some docstrings and edit others. by Charles Harris · 8 years ago
  16. d8edc62 ENH: Add encoding option to numpy text IO. by Julian Taylor · 8 years ago
  17. 365fc9d Merge pull request #10021 from eric-wieser/no-dtype-bool-repr by Allan Haldane · 8 years ago
  18. 2d140f1 ENH: Make `np.in1d()` work for unorderable object arrays (#9999) by Jörg Döpfert · 8 years ago
  19. ac6b1a9 ENH: don't show boolean dtype, as it is implied by Eric Wieser · 8 years ago
  20. a4e47e0 ENH: Add `order=` keyword to `np.eye()` (#9996) by Danny Hermes · 8 years ago
  21. 8d3c5e1 ENH: add Decimal support to numpy.lib.financial (#9952) by Garry Polley · 8 years ago
  22. 21de6c1 Clarify docstring for numpy.array_split by David Linke · 8 years ago
  23. c745515 Merge pull request #9916 from dfreese/fix/genfromtxt_names_doc by Charles Harris · 8 years ago
  24. 24f1b3b Merge pull request #9900 from eric-wieser/simplify-piecewise by Charles Harris · 8 years ago
  25. 0efac01 DOC: Clarify behavior of genfromtxt names field by David Freese · 8 years ago
  26. c875b13 BUG: Throw an error if too many functions are given to piecewise by Eric Wieser · 8 years ago
  27. 0b7fe8a Make warnings for nanmin and nanmax consistent by Erik Quaeghebeur · 8 years ago
  28. 303941c TST: Add test for 0d conditions in np.piecewise by Eric Wieser · 8 years ago
  29. 4729550 DOC: piecewise callables take 1d arrays by Eric Wieser · 8 years ago
  30. 4712875 MAINT/BUG: Remove special-casing for 0d arrays, now that indexing with a single boolean is ok by Eric Wieser · 8 years ago
  31. d22a71b MAINT: Remove unused isscalar import by Eric Wieser · 8 years ago
  32. 97d29b0 DOC: Unindent enumeration in savetxt docstring by Andras Deak · 8 years ago
  33. 5b7b87e MAINT: rename mn and mx to first_edge and last_edge by Eric Wieser · 8 years ago
  34. 57d225c MAINT: Tidy np.histogram, and improve error messages by Eric Wieser · 8 years ago
  35. 0984465 Merge pull request #9065 from eric-wieser/deprecate-bincount by Charles Harris · 8 years ago
  36. 39a7681 BUG: Allow `unravel_index(0, ())` to return () by Eric Wieser · 8 years ago
  37. f9b9971 MAINT: improve wording of error messages by Eric Wieser · 8 years ago
  38. 30aff21 Merge pull request #9868 from CatEars/update-docs by Charles Harris · 8 years ago
  39. ce1a3b7 DOC: Update arraypad to use np.pad in examples by Henke Adolfsson · 8 years ago
  40. 52c1ef6 ENH: Save to ZIP files without using temporary files. by Serhiy Storchaka · 8 years ago
  41. bac743b Merge pull request #9294 from b-carter/fix_histogram_monotonicity_check by Eric Wieser · 8 years ago
  42. fb8d809 MAINT: Use zip, not enumerate by Eric Wieser · 8 years ago
  43. 92d08db Merge pull request #9408 from eric-wieser/gradient-fix by Charles Harris · 8 years ago
  44. 2f4a965 ENH Better error message for savetxt when X.ndim > 2 by Nelle Varoquaux · 8 years ago
  45. fa54e44 DOX: Fix mistaken word in nanprod docstring (#9703) by Robert T. McGibbon · 8 years ago
  46. 03f3789 ENH: Align data in np.save() at 64 bytes (#9025) by John Zwinck · 8 years ago
  47. 5cfbd8f DOC: Correct the signature in pad doc for callable mode. by Michael Seifert · 8 years ago
  48. 68a58e0 Merge pull request #6053 from ahaldane/multifield_structassign by Charles Harris · 8 years ago
  49. f217318 Merge pull request #9649 from MSeifert04/doc_apply_along_axis_doctest by Eric Wieser · 8 years ago
  50. 50f4d0d TST: Fix/Remove old unit tests for structure assignment by Allan Haldane · 8 years ago
  51. 60d1d6d DOC: Fixed doctest of apply along axis with 3D return by Michael Seifert · 8 years ago
  52. b6bbd74 BUG: fix padding an empty array in reflect mode. by Iryna Shcherbina · 8 years ago
  53. d8bf05c Updates order of parameters in save docstring to match function parameter order by James Bourbeau · 8 years ago
  54. 67f27be Merge pull request #9601 from MSeifert04/doc_rot90_added_directive by Charles Harris · 8 years ago
  55. 9fdf660 DOC: rot90 wrongly positioned versionadded directive. [skip ci] by Michael Seifert · 8 years ago
  56. 6f9ea0a BUG: fix infinite loop when creating np.pad on an empty array by Iryna Shcherbina · 8 years ago
  57. 1a1db29 allow non-strictly increasing bins by Brandon Carter · 8 years ago
  58. 965890d Merge pull request #9524 from charris/add_init_to_test_directories by Charles Harris · 8 years ago
  59. 029863e MAINT: Use moveaxis instead of rollaxis internally (#9475) by Nico Schlömer · 8 years ago
  60. 62a12d2 TST, MAINT: Add `__init__.py` files to tests directories. by Charles Harris · 8 years ago
  61. 91b06c0 Merge pull request #9522 from eric-wieser/stop-using-obj2sctype by Charles Harris · 8 years ago
  62. 917700c BUG: Don't allow an array to be passed as the dtype argument by Eric Wieser · 8 years ago
  63. f307cec Merge pull request #9505 from eric-wieser/fix-issubdtype by Charles Harris · 8 years ago
  64. fb004f8 MAINT: Stop using the undocumented coercion-then-downcast feature of subdtype by Eric Wieser · 8 years ago
  65. 6a2bc5e MAINT: Remove `level=` keyword from test arguments. by Charles Harris · 8 years ago
  66. 2b781f8 MAINT/DOC: Use builtin when np.{x} is builtins.{x}. by Eric Wieser · 8 years ago
  67. 01fd010 MAINT: Changed diff to use iterative instead of recursive approach by Joseph Fox-Rabinovitz · 8 years ago
  68. 5c213e9 MAINT: Make `setxor1d' a bit clearer and speed it up by wufangjie · 8 years ago
  69. cba15d5 make `setxor1d' a bit clear and speed up by wufangjie · 8 years ago
  70. f842741 Merge pull request #9434 from charris/remove-unittest-dependencies by Charles Harris · 8 years ago
  71. 8eee1b0 TST: Remove unittest dependencies in numpy/lib/tests. by Charles Harris · 8 years ago
  72. e7c83f0 MAINT: Use dtypes, not typecodes, and remove special casing for timedelta by Eric Wieser · 8 years ago
  73. 575a48e BUG: float16 is promoted to float64 by gradient by Eric Wieser · 8 years ago
  74. 1f4ba5b MAINT: Use clearer variable by Eric Wieser · 8 years ago
  75. 24508c1 BUG: Use np.ndim not asarray, to allow duck-types by Eric Wieser · 8 years ago
  76. 2bfec2c BUG: Only allow 1d distance arrays by Eric Wieser · 8 years ago
  77. d86e3fe BUG: Allow 0d arrays instead of scalars in gradient by Eric Wieser · 8 years ago
  78. 698ddea Merge pull request #9362 from charris/rearrange-testing-module by Charles Harris · 8 years ago
  79. ae84af3 MAINT: Rearrange files in numpy/testing module. by Charles Harris · 8 years ago
  80. 7e81231 DOC: Add examples for complex dtypes by Eric Wieser · 8 years ago
  81. 14cd918 Merge pull request #9343 from eric-wieser/recfunction-join-dtype by Allan Haldane · 8 years ago
  82. ae14f15 MAINT: Avoid one more use of descr by Eric Wieser · 8 years ago
  83. 908cd98 MAINT: remove tuple<->list conversion dance by Eric Wieser · 8 years ago
  84. 34855a5 TST: join_by now works for dtypes with padding too by Eric Wieser · 8 years ago
  85. 1a45aef DOC: Improve documentation of common_type (#9344) by Gunjan · 8 years ago
  86. 1c76fed MAINT: Shortcut for flat dtypes wasn't used for scalar dtypes by Eric Wieser · 8 years ago
  87. 87c1b1f BUG: flatten_descr returns string not dtype for scalar dtype by Eric Wieser · 8 years ago
  88. b3d9ec7 MAINT: Stop using .descr in recfunctions by Eric Wieser · 8 years ago
  89. e6e0de2 TST: Add failing test for mismatch of key type by Eric Wieser · 8 years ago
  90. 5722548 BUG: stack_arrays fails for subdtypes by Eric Wieser · 8 years ago
  91. bdbac02 BUG: recfunctions.join_by fails when key is a subdtype by Eric Wieser · 8 years ago
  92. cd761d8 BUG: recfunctions.join_by fails for colliding values with different dtypes by Eric Wieser · 8 years ago
  93. 49e1073 MAINT: use set operators for brevity by Eric Wieser · 8 years ago
  94. 64b0e54 TST: Verify that join_by doesn't choke on subdtypes by Eric Wieser · 8 years ago
  95. c6533b6 MAINT: Fix alerts from http://lgtm.com (#9292) by Jean Helie · 8 years ago
  96. e12f16d minor change to the logic by Brandon Carter · 8 years ago
  97. ea7fac9 BUG: fixes unsigned bins monotonicity check, see #9222 by Brandon Carter · 8 years ago
  98. 23c1db8 TST: add test for unsigned bins monotonicity check, see #9222 by Brandon Carter · 8 years ago
  99. 518e074 Merge pull request #9220 from eric-wieser/simplify-nanfuncs by Charles Harris · 8 years ago
  100. bbe994f MAINT: Factor out code duplicated by nanmedian and nanpercentile by Eric Wieser · 8 years ago