NumPy 1.18.0 release
  1. efadd57 TST: fix up issues in requires_memory decorator by Pauli Virtanen · 6 years ago
  2. 6866cc8 REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl" by Charles Harris · 6 years ago
  3. b03fab8 Merge pull request #15023 from qwhelan/nan_perf by Matti Picus · 6 years ago
  4. f0c6e41 MAINT: Cleaned up mintypecode for Py3 by Joseph R. Fox-Rabinovitz · 6 years ago
  5. 2b51aa2 PERF: only copy input array in _replace_nan() if there are nans to replace by Christopher Whelan · 6 years ago
  6. 3a9a63f Merge pull request #14794 from mattip/nep-0034-impl by Ralf Gommers · 6 years ago
  7. 03d4897 ENH,DEP: Allow multiple axes in expand_dims (#14051) by Larry Bradley · 6 years ago
  8. 7b2d968 BUG: warn when saving dtype with metadata (#14994) by Matti Picus · 6 years ago
  9. 2ae28b0 TST: add pytest machinery to specify memory requirements for tests by Pauli Virtanen · 6 years ago
  10. e6d1cc2 DOC: lib: Use a clearer example of ddof in the notes of the cov docstring. by Warren Weckesser · 6 years ago
  11. 1e623f8 DOC: Fix typo in loadtxt and genfromtxt by Anis Ladram · 6 years ago
  12. 905dd9a DOC: Fix typo in numpy.loadtxt documentation by Anis Ladram · 6 years ago
  13. 2fb8540 MAINT: Cleaned up mintypecode for Py3 (#14967) by Joseph Fox-Rabinovitz · 6 years ago
  14. 6dfe331 MAINT: Remove uses of scalar aliases by Eric Wieser · 6 years ago
  15. e6a9c11 MAINT: revert gh-14800, which gave precedence to OO->O over OO->? by mattip · 6 years ago
  16. 4393e0c Merge pull request #14800 from mattip/reorder-obj-comparison-loop by Charles Harris · 6 years ago
  17. 7bc36c2 TST: fix failing test by mattip · 6 years ago
  18. 61bd4c2 DEP: issue deprecation warning when creating ragged array (NEP 34) by mattip · 6 years ago
  19. d863484 TST: Don't construct Fraction instances from numpy scalars by Eric Wieser · 6 years ago
  20. 5c77895 ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments by mattip · 6 years ago
  21. 647ea19 WIP, DEP, ENH: finish richcompare changes from 1.10 by mattip · 6 years ago
  22. 6777e05 DOC: lib: Fix deprecation markup in financial function docstrings. by Warren Weckesser · 6 years ago
  23. 49deaff Merge pull request #14629 from sethtroisi/polyfit_doc by Ralf Gommers · 6 years ago
  24. 143d713 Merge pull request #14699 from mattip/doc-warnings by Ralf Gommers · 6 years ago
  25. 9c856a9 MAINT: deprecate financial functions. by Warren Weckesser · 6 years ago
  26. 3ff4924 BUG: lib: Fix histogram problem with signed integer arrays. by Warren Weckesser · 6 years ago
  27. f8b9ba9 Merge pull request #9301 from GuyInALabCoat/doc_edit by Matti Picus · 6 years ago
  28. 83da5fa DOC: Add to doc that interp cannot contain NaN (#14598) by Zijie (ZJ) Poh · 6 years ago
  29. 15ff4fd Use filename (vs file name) consistently by Stefan van der Walt · 6 years ago
  30. 2cecdd7 Tidy up savez keys-as-file-names language by Stefan van der Walt · 6 years ago
  31. 38a2456 DOC: edited numpy.savez docstring note to be more specific by Dmytro · 6 years ago
  32. 2c0b42b DOC: added note to docstring of numpy.savez by Dmytro · 6 years ago
  33. b89caf6 Merge pull request #14368 from jdufresne/byteswarning by Sebastian Berg · 6 years ago
  34. efaaa96 DOC: convert `None` to bare None or ``None`` by mattip · 6 years ago
  35. 4bc65bf DOC: fix output argument reference by mattip · 6 years ago
  36. 5b4eee0 DOC: clarify residual in np.polyfit by Seth Troisi · 6 years ago
  37. 35adc7d DOC misleading np.sinc() documentation by Samesh Lakhotia · 6 years ago
  38. cb89f88 Merge pull request #14583 from mattip/select-deprecation by Sebastian Berg · 6 years ago
  39. 7f1293f MAINT: Avoid all BytesWarning by Jon Dufresne · 6 years ago
  40. be0ec67 Merge pull request #14573 from rgommers/remove-info-files by Matti Picus · 6 years ago
  41. 65e91e4 DEP: remove expired deprecation in select by mattip · 6 years ago
  42. 7aee2ef BUG: Add missing check for 0-sized array in ravel_multi_index by Sebastian Berg · 6 years ago
  43. 192060f DOC: clean up numpy.lib docstring, remove numpy/lib/info.py by Ralf Gommers · 6 years ago
  44. 69bd801 TST: make xfailed test for modules in public API pass. by Ralf Gommers · 6 years ago
  45. d072f12 MAINT: add missing 'Arrayterator' to `numpy.lib.__all__` by Ralf Gommers · 6 years ago
  46. 9996fb3 MAINT: fix issue with `np.lib.mixins.__all__` and import of mixins by Ralf Gommers · 6 years ago
  47. 0a293a3 DOC: Added missing versionadded to diff(prepend) by Joseph R. Fox-Rabinovitz · 6 years ago
  48. 07a7eb5 Merge pull request #14520 from felixdivo/patch-1 by Matti Picus · 6 years ago
  49. 41fe89b Merge pull request #14521 from alexhenrie/lookfor by Matti Picus · 6 years ago
  50. 5e74e9d Merge pull request #14511 from eric-wieser/fix-flatten_dtype by Matti Picus · 6 years ago
  51. 0b12f51 MAINT: Simplify lookfor function by Alex Henrie · 6 years ago
  52. 805e245 Mention that split() returns views into the original array by Felix Divo · 6 years ago
  53. 96103d7 Merge pull request #14510 from eric-wieser/fix-drop_fields by Matti Picus · 6 years ago
  54. 53adf81 Merge pull request #14508 from Kai-Striega/financial_review by Sebastian Berg · 6 years ago
  55. 003bdc2 BUG: Fix flatten_dtype so that nested 0-field structs are flattened correctly by Eric Wieser · 6 years ago
  56. 49916f6 API: Do not return None from recfunctions.drop_fields by Eric Wieser · 6 years ago
  57. 594d0c3 TST: Move NPV-IRR congruence check to tests by kai-striega · 6 years ago
  58. 58dc455 DOC: Add warning message to np.npv docs by kai-striega · 6 years ago
  59. e97975a Merge pull request #14255 from hgt312/fix_unique by Sebastian Berg · 6 years ago
  60. 4da9256 Merge pull request #14209 from lagru/fix-linear-ramp by Charles Harris · 6 years ago
  61. 5c55d2b BUG: Replace _linear_ramp with linspace by Lars Grueter · 6 years ago
  62. 17ff82a Merge pull request #14365 from WarrenWeckesser/doc-average by Matti Picus · 6 years ago
  63. 123db90 Merge pull request #14370 from ivirshup/var-dtype-docfix by Matti Picus · 6 years ago
  64. 8c0bb22 DOC: Fixed dtype docs for var, nanvar. by Isaac Virshup · 6 years ago
  65. ad49532 DOC: lib: Add more explanation of the weighted average calculation. by Warren Weckesser · 6 years ago
  66. 989efb8 DEP: Deprecate class `SafeEval` (#14335) by Maxwell Aladago · 6 years ago
  67. f7f8759 Merge pull request #14310 from ahaldane/fix_struct_to_unstruct_nesting by Charles Harris · 6 years ago
  68. 63ecfb8 MAINT: fix behavior of structured_to_unstructured on non-trivial dtypes by Allan Haldane · 6 years ago
  69. 0df5751 add description in docstring by Huang, Guangtai · 6 years ago
  70. 0f5e376 Merge remote-tracking branch 'upstream/master' into fix-if-fields by Eric Wieser · 6 years ago
  71. 483f565 MAINT: Fix remaining misuses of bool(dt.names) by Eric Wieser · 6 years ago
  72. 8187c9e BUG: Don't construct masked arrays with the wrong mask type in genfromtxt by Eric Wieser · 6 years ago
  73. b11468e BUG: Don't allow extra fields to be added in genfromtxt by Eric Wieser · 6 years ago
  74. 18eb652 MAINT: Remove incorrect comment about flattening by Eric Wieser · 6 years ago
  75. b7a9378 BUG: recfunctions: Don't return None in place of empty sequences by Eric Wieser · 6 years ago
  76. 7311273 BUG: Fix crash on genfromtxt with nested empty structured array by Eric Wieser · 6 years ago
  77. 37e3f60 DOC:Add example to clarify "numpy.save" behavior on already open file #10445 (#14070) by Omar Merghany · 6 years ago
  78. 0a13331 Merge pull request #14101 from lagru/zero_stat_length by Sebastian Berg · 6 years ago
  79. 3b3eaa6 fix unique by Huang, Guangtai · 6 years ago
  80. 99acd16 fixes StopIteration error for empty file with skip_header > 0 by Maxwell Aladago · 6 years ago
  81. 6f009fc MAINT: Clearer error while padding stat_length=0 by Lars Grueter · 6 years ago
  82. 5096930 DOC: new nan_to_num keywords are from 1.17 onwards (#14219) by Géraud Le Falher · 6 years ago
  83. a3ca52f DOC: fix documentation of i and j for tri. by hvy · 6 years ago
  84. 7329c8c Add blank line above doctest for intersect1d by Jackie Leng · 6 years ago
  85. 1f58413 Merge pull request #14063 from luispedro/fix_save_duck_check by Charles Harris · 6 years ago
  86. a06c949 Merge pull request #13964 from colinsnyder/add-recfunctions by Charles Harris · 6 years ago
  87. 82bc011 fixed unstructured_to_structured in recfunctions by Colin Snyder · 6 years ago
  88. 71a8252 TST Test file-like object detection in save/load by Luis Pedro Coelho · 6 years ago
  89. c4b0b51 BUG: Fix file-like object check when saving arrays by Luis Pedro Coelho · 6 years ago
  90. 81cfd47 DEP: Speed up WarnOnWrite deprecation in buffer interface by Sebastian Berg · 6 years ago
  91. 4f070d9 Removed unnecessary decorators and dispatcher functions by Colin Snyder · 6 years ago
  92. f160626 exported correct functions and made private the rest by Colin Snyder · 6 years ago
  93. f8aee9a DOC: Change (old) range() to np.arange() by Dieter Werthmüller · 6 years ago
  94. e28cd9e add new recfunctions to __all__ by Colin Snyder · 6 years ago
  95. b8c885d DOC: add space between words across lines by mattip · 6 years ago
  96. 5911fea BUG: i0 Bessel function regression on array-likes supporting ufuncs by Sebastian Berg · 6 years ago
  97. deea498 BUG: Refcount fixes (#13860) by Sebastian Berg · 6 years ago
  98. 94d6a37 MAINT: Replace integers in places where booleans are expected by MSeifert04 · 6 years ago
  99. 59ebfbb ENH: Deprecate writeable broadcast_array (#12609) by Matti Picus · 6 years ago
  100. df096f8 Merge branch 'master' into force-zip64 by Charles Harris · 6 years ago