NumPy 1.14.1 release.
  1. 7b49658 REL: Prepare for 1.14.1 release. by Charles Harris · 8 years ago
  2. 0fb3a89 DOC: Update sphinxext submodule hash. by Charles Harris · 8 years ago
  3. 08469bb BUG: 1.14 multifield-indexing adds padding bytes by Allan Haldane · 8 years ago
  4. 1239026 BUG: repr of negative zeros sometimes has an extra space by Allan Haldane · 8 years ago
  5. ee55fce BUG: complex repr has extra spaces, missing + by Allan Haldane · 8 years ago
  6. da42ade Merge pull request #10431 from eric-wieser/1.14.1-notes by Allan Haldane · 8 years ago
  7. c1cf40d REL: Add 1.14.1 release notes template by Eric Wieser · 8 years ago
  8. e207bec DOC: add documentation about how to handle new array printing by Jarrod Millman · 8 years ago
  9. 1adca6e Merge pull request #10368 from eric-wieser/fix-10364 by Marten van Kerkwijk · 8 years ago
  10. 04896b0 BUG: Avoid unintentional promotion to `float`, and do ops in place for speed by Eric Wieser · 8 years ago
  11. af5a056 DOC: NumPy 1.14.0 release prep. by Charles Harris · 8 years ago
  12. c9052f0 BUG: Extra space is inserted on first line for long elements by Eric Wieser · 8 years ago
  13. 4b49e99 DOC: another small tweak to 1.14 docs by Allan Haldane · 8 years ago
  14. 91005ef DOC: fixup `...` description in 1.14 notes by Allan Haldane · 8 years ago
  15. b6feaaa DOC: Fix rendering of notes, and tweak wording by Eric Wieser · 8 years ago
  16. 54d142b BUG: Fix line wrapping and remove trailing space for recarray by Eric Wieser · 8 years ago
  17. c64b278 DOC: Update release notes regarding formatting changes by Eric Wieser · 8 years ago
  18. 8daad29 Merge pull request #10159 from charris/update-1.14-notes by Charles Harris · 8 years ago
  19. 14913ed DOC: Update 1.14.0 release notes. by Charles Harris · 8 years ago
  20. 605cf1f DOC: Document the NumPy 1.13.3 release. by Charles Harris · 8 years ago
  21. 3a76ffc DOC: Update macro names. by Charles Harris · 8 years ago
  22. 1649929 make example backward compatable by mattip · 8 years ago
  23. ae08584 make example backward compatable by mattip · 8 years ago
  24. 5b636c4 return values by mattip · 8 years ago
  25. 1ab78a5 document new API function by mattip · 8 years ago
  26. 92fadf4 tweak docs to reflect exactly when DeprecationWarnings will be displayed by mattip · 8 years ago
  27. e43c1e1 DOC: Summarize printing changes in release notes by Allan Haldane · 8 years ago
  28. 0128827 DOC: Add documentation for datetime_data by Eric Wieser · 8 years ago
  29. ddb61c2 DOC: Add documentation for datetime_as_string by Eric Wieser · 8 years ago
  30. f977d00 Merge pull request #10079 from mhvk/ufunc-doc-include-generalized by Charles Harris · 8 years ago
  31. 05b6505 DOC:: Clarify the two ufunc signature types. by Charles Harris · 8 years ago
  32. f7347ab MAINT: Fix use of parenthesis. by Charles Harris · 8 years ago
  33. 8c441fa Merge pull request #10054 from charris/gh-4208 by Charles Harris · 8 years ago
  34. b13c705 Merge pull request #10044 from ahaldane/futurewarn_voiditem by Charles Harris · 8 years ago
  35. 1f78eab DEP: FutureWarning for void.item(): Will return bytes by Allan Haldane · 8 years ago
  36. ebc8aef DOC: Update ufunc documentation to mention generalized ufuncs. by Marten van Kerkwijk · 8 years ago
  37. 59f041a Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath. by Kexuan Sun · 8 years ago
  38. 72ba6f1 Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath. by Kexuan Sun · 8 years ago
  39. d8edc62 ENH: Add encoding option to numpy text IO. by Julian Taylor · 8 years ago
  40. 8bac6ee ENH: Improve MaskedArray.__repr__ by Eric Wieser · 8 years ago
  41. 365fc9d Merge pull request #10021 from eric-wieser/no-dtype-bool-repr by Allan Haldane · 8 years ago
  42. c419613 Merge pull request #10049 from charris/fix-none-in-docs by Pauli Virtanen · 8 years ago
  43. c9fad87 DOC: Add copy of deprecated defindex.html template. by Charles Harris · 8 years ago
  44. dd31f13 MAINT: make legacy option support future legacy modes by Allan Haldane · 8 years ago
  45. 26dd6b8 Merge pull request #10006 from charris/drop-python2.7-support by Charles Harris · 8 years ago
  46. ac6b1a9 ENH: don't show boolean dtype, as it is implied by Eric Wieser · 8 years ago
  47. a943f58 MAINT: Backcompat fixes for dragon4 changes by Allan Haldane · 8 years ago
  48. 87349f6 DOC: Add NEP to drop Python2.7 to documentation. by Charles Harris · 8 years ago
  49. 2889bea NEP: Drop Python2 support. by Charles Harris · 8 years ago
  50. 7fdfdd6 ENH: print void repr/str using hex notation by Allan Haldane · 8 years ago
  51. 32a58fc Merge pull request #9332 from ahaldane/fix_0d_strrepr by Charles Harris · 8 years ago
  52. 2890b94 Merge pull request #9966 from ahaldane/dragon4_scalarstr_fix by Charles Harris · 8 years ago
  53. 8d3c5e1 ENH: add Decimal support to numpy.lib.financial (#9952) by Garry Polley · 8 years ago
  54. e7dd2b1 MAINT: Improve wording of documentation. by Charles Harris · 8 years ago
  55. 88f78ab DOC: reword PyArray_DiscardWritebackIfCopy description by mattip · 8 years ago
  56. bbf5438 DOC: Update release notes about legacy mode and 0d arrays by Allan Haldane · 8 years ago
  57. 734b907 MAINT: create a "legacy" print mode to account for whitespace and 0d changes by Allan Haldane · 8 years ago
  58. 2461bc9 ENH: fix 0d array printing using `str` or `formatter`. by Allan Haldane · 8 years ago
  59. 1368cbb DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639) by Matti Picus · 8 years ago
  60. dfc914b DOC: Update note on dragon4 str of float-scalars by Allan Haldane · 8 years ago
  61. a2bddfa Merge pull request #9953 from eric-wieser/add-unsized by Charles Harris · 8 years ago
  62. 4439469 Merge pull request #9941 from ahaldane/dragon4 by Charles Harris · 8 years ago
  63. a50f472 DOC: update documentation for dragon4 by Allan Haldane · 8 years ago
  64. 8b9195b Merge pull request #9950 from eric-wieser/dtype-index-TypeError by Charles Harris · 8 years ago
  65. c2c9a2b DOC: update asv url by Jarrod Millman · 8 years ago
  66. 7cfbaf6 MAINT: Add a PyDataType_ISUNSIZED macro by Eric Wieser · 8 years ago
  67. 2bc1549 BUG: Passing an incorrect type to dtype.__getitem__ should raise TypeError by Eric Wieser · 8 years ago
  68. 5d54ba0 Merge pull request #9487 from eric-wieser/fromstring-bytes by Charles Harris · 8 years ago
  69. a95c552 Merge branch 'master' into bool-__index__ by Charles Harris · 8 years ago
  70. 6bc01b4 DEP: Letting fromstring pretend to be frombuffer is a bad idea by Eric Wieser · 8 years ago
  71. c0b2aba Merge pull request #9842 from bashtage/protect-empty-init by Charles Harris · 8 years ago
  72. 47a8fbb DOC: Refine SVD documentation (#9845) by Toon Verstraelen · 8 years ago
  73. 0984465 Merge pull request #9065 from eric-wieser/deprecate-bincount by Charles Harris · 8 years ago
  74. ad8a4c7 BUG: Prevent invalid array shapes in seed by Kevin Sheppard · 8 years ago
  75. 3856a73 BUG: count_nonzero treats empty axis tuples strangely by Eric Wieser · 8 years ago
  76. e1584ca DEP: 0 should be passed to bincount, not None by Eric Wieser · 8 years ago
  77. 52c1ef6 ENH: Save to ZIP files without using temporary files. by Serhiy Storchaka · 8 years ago
  78. 56a29d2 Merge pull request #9835 from kenogo/master by Charles Harris · 8 years ago
  79. d4afa3e Merge pull request #9856 from eric-wieser/fix-void-bool-2 by Charles Harris · 8 years ago
  80. 931758e BUG: Make bool(void_scalar) and void_scalar.astype(bool) consistent by Eric Wieser · 8 years ago
  81. 56a7c29 DOC: Some minor fixes regarding import_array by Michael Seifert · 8 years ago
  82. 3ed10bd BUG: Raise TypeError instead of ValueError for ufunc isnat if operand is not of type datetime or timedelta by Keno Goertz · 8 years ago
  83. e64699d Merge pull request #9718 from hemildesai/deprecate_truth_testing_on_empty_arrays by Eric Wieser · 8 years ago
  84. 6979040 DOC: update other MATLAB ode recommendation by xoviat · 8 years ago
  85. ff93d4d DOC: update scipy.integrate recommendation by xoviat · 8 years ago
  86. b6d2cd3 DOC: Add release notes for 0-size dtypes by Eric Wieser · 8 years ago
  87. 13fbb84 DOC: add missing underscore in set_printoptions by Loïc Estève · 8 years ago
  88. 6fbbadb DEP: Deprecate truth testing on empty arrays by hemildesai · 8 years ago
  89. cea77c2 Merge pull request #9784 from eric-wieser/fix-void-recursion by Allan Haldane · 8 years ago
  90. aa7c336 DOC: Update after NumPy 1.13.2 release. by Charles Harris · 8 years ago
  91. 0f63efa BUG: remove voidtype-repr recursion in scalartypes.c/arrayprint.py by Allan Haldane · 8 years ago
  92. 710e032 MAINT: fixups to legacy spacing in FloatFormat by Allan Haldane · 8 years ago
  93. 95e9bfa ENH: Simplify some code in arrayprint.py by Allan Haldane · 8 years ago
  94. b2d709a ENH: "pad_sign" option, also threshold and edgeitems by Allan Haldane · 8 years ago
  95. 8943851 ENH: remove unneeded spaces in float/bool reprs by Allan Haldane · 8 years ago
  96. 125572e Merge pull request #9683 from MSeifert04/doc_add_polyutils by Charles Harris · 8 years ago
  97. 5b10de7 DOC: Add polyutils subpackage to reference documentation [skip ci] by Michael Seifert · 8 years ago
  98. 1ccfa62 Merge pull request #9336 from eric-wieser/masked-constant by Charles Harris · 8 years ago
  99. 0d5d722 Fixing typo "Porland" -> "Portland" in `building` doc. by Danny Hermes · 8 years ago
  100. 83ed2ca Merge branch 'master' into concatenate-out by Eric Wieser · 8 years ago