NumPy 1.11.3 release.
  1. de0d3d0 DOC: Create 1.11.3 release notes. by Charles Harris · 9 years ago
  2. 7be1ec1 DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  3. f407837 DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  4. ca382ed DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  5. 9388837 DOC: Update 1.11.2 release notes. by Charles Harris · 9 years ago
  6. dd3dd0e DOC: Create 1.11.2 release notes. by Charles Harris · 9 years ago
  7. 82077a9 DOC: Update Numpy 1.11.1 release notes. by Charles Harris · 9 years ago
  8. f2f3750 DOC: Update 1.11.1 release notes. by Charles Harris · 9 years ago
  9. 7e2fb15 DOC: Create Numpy 1.11.1 release notes. by Charles Harris · 9 years ago
  10. 2ddcff2 DOC: Update 1.11.0-notes. by Charles Harris · 9 years ago
  11. dc04f54 Merge pull request #7432 from charris/backport-7363 by Charles Harris · 9 years ago
  12. 2b70e65 ENH: Make no unshare mask future warnings less noisy by Sebastian Berg · 9 years ago
  13. 538593d DOC: Updated documentation to reflect changes to bin estimators. by Joseph Fox-Rabinovitz · 9 years ago
  14. ea7bf57 DOC: Sync 1.11.0-notes with master branch. by Charles Harris · 10 years ago
  15. 545d53b BUG: Backport #7266, Segfault for classes with deceptive __len__ by Charles Harris · 10 years ago
  16. 466d60d Revert #6271 from charris/change-deprecated-indexes-to-error by Charles Harris · 10 years ago
  17. 9ce214f DOC: Update 1.11.0-notes.rst by Charles Harris · 10 years ago
  18. 0fa7644 DOC: Fix broken pandas link in 1.11.0 release notes by gfyoung · 10 years ago
  19. c965a35 DOC: Update the 1.11.0 release notes. by Charles Harris · 10 years ago
  20. d99acf9 DOC: Update the 1.10.0 release notes. by Charles Harris · 10 years ago
  21. 082e1a8 Add release note for polynomial fit deg changes by Jonathan Underwood · 10 years ago
  22. 5be93a2 MAINT: memcpy-based ~4x faster, typed shuffle. by Antony Lee · 10 years ago
  23. 865c3e3 Merge pull request #6453 from shoyer/naive-datetime64 by Charles Harris · 10 years ago
  24. ad4b5b0 Merge pull request #7040 from rgommers/fix-runtests-setuptools by Charles Harris · 10 years ago
  25. da98bbc DOC: document changes to assert_warns by Stephan Hoyer · 10 years ago
  26. c4c4178 DOC: add build system changes to 1.11.0 release notes. by Ralf Gommers · 10 years ago
  27. 22af11f DOC: Fix typo. by John Kirkham · 10 years ago
  28. 1504975 DOC: Update the release notes to state that the `A.T @ A` optimization has been extended to several NumPy operations. by John Kirkham · 10 years ago
  29. 0f72920 Merge pull request #6895 from rgommers/packaging by Charles Harris · 10 years ago
  30. ab5c6d0 DOC/BUG: textual improvements in install docs, and fix a typo in setup.py by Ralf Gommers · 10 years ago
  31. 88ffedf DOC: some tweaks to the install and build info in the user guide. by Ralf Gommers · 10 years ago
  32. 105a498 DOC: add NumpyVersion to the docs, and mention it in version.py by Ralf Gommers · 10 years ago
  33. 4aa9d57 DOC: add Cython to list of dependencies in INSTALL.txt. Closes gh-6682. by Ralf Gommers · 10 years ago
  34. 4b43d20 BUG: fix TravisCI test issues when using setuptools unconditionally. by Ralf Gommers · 10 years ago
  35. 880e323 Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copy by Charles Harris · 10 years ago
  36. 4261148 API: Make datetime64 timezone naive by Stephan Hoyer · 10 years ago
  37. c45f3e7 Merge pull request #7023 from jakirkham/fix_docs_release by Charles Harris · 10 years ago
  38. 4989360 DOC: Explain that `MaskedArray`s will try to consistently return view of their masks when they are also returning views of their data. by John Kirkham · 10 years ago
  39. ef09a84 DOC: Explain the new exception behavior of `np.dot` when its types cannot be cast to a common type. by John Kirkham · 10 years ago
  40. fb41f00 DOC: Fix markdown style inline code to restructured text style inline code. by John Kirkham · 10 years ago
  41. aa6335c Merge pull request #6912 from gfyoung/asarray_order by Charles Harris · 10 years ago
  42. c0f6c37 DOC: Clean up/fix several references to the "future" 1.10 release by Nathaniel J. Smith · 10 years ago
  43. 0104646 BUG: Enforce order param for MaskedArray construction by gfyoung · 10 years ago
  44. b23ec89 DEP: Deprecate random_integers by gfyoung · 10 years ago
  45. 81793fc Merge pull request #6989 from jakirkham/sty_indent_doc_typos_floatint by Charles Harris · 10 years ago
  46. 5fd70ba DOC: Fix typos. by John Kirkham · 10 years ago
  47. 599dee9 STY: Fix indentation in example from docs. by John Kirkham · 10 years ago
  48. 8ffde7f ENH: moveaxis function by Stephan Hoyer · 10 years ago
  49. 8a76291 Merge pull request #6955 from rgommers/distutils-cleanup by Charles Harris · 10 years ago
  50. 881ae91 Merge pull request #6965 from charris/update-master-from-1.10.x by Ralf Gommers · 10 years ago
  51. 04bee1c DOC: mention removal of Pyrex support in 1.11.0 release notes. by Ralf Gommers · 10 years ago
  52. b8f9418 DOC: Sync 1.10.3 and 1.10.4 release notes, update reference doc. by Charles Harris · 10 years ago
  53. 25c8d1c Merge pull request #6932 from jakirkham/opt_dot_trans by Nathaniel J. Smith · 10 years ago
  54. fbdc1ae Release note entry for change in behaviour for np.trace. by Marten van Kerkwijk · 10 years ago
  55. 55b5972 Merge pull request #6905 from kohr-h/issue-6899__broadcast_with_one_arg by Jaime · 10 years ago
  56. 318c243 Merge pull request #6958 from charris/update-1.10.3-notes by Charles Harris · 10 years ago
  57. ee1c555 DOC: update 1.10.3 release notes. by Charles Harris · 10 years ago
  58. 01acef8 DOC: Update the 1.11.0 release notes to mention optimizations of `A.T @ A` and `A @ A.T`. by John Kirkham · 10 years ago
  59. 0bdcd6e DOC: Update 1.10.3 release notes with last minute additions. by Charles Harris · 10 years ago
  60. 816cd49 DOC: Mention single-arg broadcast in release notes by Holger Kohr · 10 years ago
  61. 8d8add2 DOC: Update the 1.10.3 release notes for release. by Charles Harris · 10 years ago
  62. 40e47e0 DOC,BUG: Fix some latex generation problems. by Charles Harris · 10 years ago
  63. 346c700 DOC: Create Numpy 1.10.3 release notes. by Charles Harris · 10 years ago
  64. 2edc202 DEP: deprecate np.testing.rand by Evgeni Burovski · 10 years ago
  65. a1e9bf5 MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation. by Charles Harris · 10 years ago
  66. 9fb9288 Merge pull request #6910 from charris/add-64-bit-random-int by Charles Harris · 10 years ago
  67. bc2a97b DOC: Document new randint dtype parameter in 1.11.0 release notes. by Charles Harris · 10 years ago
  68. a496e11 DOC: add note not to run tests from repo root in devguide. Closes gh-6907. by Ralf Gommers · 10 years ago
  69. a547d0e DOC: fix broken link in user guide. Closes gh-6906. by Ralf Gommers · 10 years ago
  70. f9976c8 Fix carriage return inside commented python code by Vincent Legoll · 10 years ago
  71. f1e4ad4 Fix version number in the document by Ryosuke Okuta · 10 years ago
  72. 25a54d5 Merge pull request #6600 from mgeier/doc-ndarray-subclasses by Charles Harris · 10 years ago
  73. 088e20e DEP: Stricter arg checking for array ordering by gfyoung · 10 years ago
  74. a6c69b0 STY: Break some long lines in numpy-for-matlab-users.rst. by Charles Harris · 10 years ago
  75. d8967ce DOC: Some documentation fixups. by Charles Harris · 10 years ago
  76. eaad7e8 Merge pull request #6851 from charris/rebase-gh-6692 by Charles Harris · 10 years ago
  77. 6835527 DOC: add fallocate use to release notes by Julian Taylor · 10 years ago
  78. 6e4e601 Merge pull request #6841 from matthew-brett/rank-to-dimension by Charles Harris · 10 years ago
  79. a32a786 Merge pull request #6795 from charris/update-1.11.0-notes by Charles Harris · 10 years ago
  80. a9aae5f DOC: change uses of `rank` for `dimension` by Matthew Brett · 10 years ago
  81. 0849525 MAINT: minor spelling and grammar corrections by gfyoung · 10 years ago
  82. 7546bf8 DOC: Update 1.10.2 release notes with fixes for windows i386. by Charles Harris · 10 years ago
  83. c5d8f5c DOC: fix method signatures in "array subclasses" by Matthias Geier · 10 years ago
  84. e914ef2 Merge pull request #6344 from matthew-brett/update-howto-release by Charles Harris · 10 years ago
  85. dafefb2 DOC: Update future changes in the 1.11.0 release notes. by Charles Harris · 10 years ago
  86. dfdd188 Merge pull request #6789 from njsmith/governance-title-tweak by seberg · 10 years ago
  87. 2620f23 [doc] Fix title of governance section in docs by Nathaniel J. Smith · 10 years ago
  88. 1579ba4 Merge pull request #6778 from charris/update-1.10.2-notes by Charles Harris · 10 years ago
  89. 6ddc496 DOC: Update the 1.10.0 release notes. by Charles Harris · 10 years ago
  90. 8a2808a DOC: update the 1.10.2 release notes. by Charles Harris · 10 years ago
  91. 328f89e Merge pull request #6747 from charris/deprecate-fortran-view by Charles Harris · 10 years ago
  92. 16c6a36 DOC: Document fortran order view deprecation in 1.11 release notes. by Charles Harris · 10 years ago
  93. f752d84 DOC: Add changelog for #6734 and #6748. by Simon Conseil · 10 years ago
  94. 70c5052 ENH: testing: add SkipTest and KnownFailureException by Evgeni Burovski · 10 years ago
  95. 4be9ce7 Merge pull request #6668 from charris/fix-make_mask by Charles Harris · 10 years ago
  96. 296b0b7 MAINT: Typo in arrays.indexing.rst Issue#6670 by floatingpointstack · 10 years ago
  97. 628d55c DOC: Update 1.10.2-notes. by Charles Harris · 10 years ago
  98. 1e8e955 DOC: Sync 1.10.2 release notes with maintenance/1.10.x. by Charles Harris · 10 years ago
  99. a2435ae DOC: Update 1.10.2 release notes for gh-6475 fix. by Charles Harris · 10 years ago
  100. cbfd937 BUG: Fix swig make_fortran function. by Charles Harris · 10 years ago