1.8.1 Release
  1. c03a660 DOC: add size 1 object reduction to release notes by Julian Taylor · 11 years ago
  2. 88cf65c DOC: reset scipy-sphinx-theme back to master by Julian Taylor · 11 years ago
  3. 06f9694 REL: set version to 1.8.1-rc2-dev for distutils and 1.8.1 for Bento. by Ralf Gommers · 11 years ago
  4. 3bce2ea DOC: Update 1.8.1 release notes for gh-4533 backport. by Charles Harris · 11 years ago
  5. 072259d DOC: Document fix for gh-4486. by Charles Harris · 11 years ago
  6. dfc7c5a DOC: add byte_bounds issue to release notes by Julian Taylor · 11 years ago
  7. 938a5ee DOC: Document new ability to silence get_atlas_info in release notes. by Charles Harris · 11 years ago
  8. e4d360b DOC: Update 1.8.1 release notes. by Charles Harris · 11 years ago
  9. fbde895 DOC: Add gh-4502 to the 1.8.1 release notes. by Charles Harris · 11 years ago
  10. e4a8034 DOC: Document backport of gh-4466 in 1.8.1 release notes. by Charles Harris · 11 years ago
  11. c22185c DOC: Add backport of gh-4483 to release notes. by Charles Harris · 11 years ago
  12. 0bfcb0e BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupClose by Julian Taylor · 12 years ago
  13. 43f7ff7 DOC: add fixed issue 4145 to release notes by Julian Taylor · 12 years ago
  14. 812d3a9 DOC: Update 1.8.1 release note issues with gh-4359. by Charles Harris · 12 years ago
  15. f53ab41 BUG: fix non-c99 fallback for np.inf input to log1p/expm1 by Julian Taylor · 12 years ago
  16. c0f1021 DOC: Use tp_basicsize, not NPY_SIZEOF_PYARRAYOBJECT, for allocation by Bradley M. Froehle · 12 years ago
  17. 9d1356d DOC: add object as_stride fix to release notes by Julian Taylor · 12 years ago
  18. f75cd3f DOC: add histogram fix to release notes by Julian Taylor · 12 years ago
  19. b098379 DOC: add 1.8.1 release notes by Julian Taylor · 12 years ago
  20. df3d529 DOC: sync release notes with master by Julian Taylor · 12 years ago
  21. e0a8a09 MAINT: update scipy-sphinx-theme by Pauli Virtanen · 12 years ago
  22. 73f3762 BUG: fix native-only long long check by Julian Taylor · 12 years ago
  23. 13848bd DOC: Add list of authors to 1.8.0 release notes. by Charles Harris · 12 years ago
  24. 22efec1 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
  25. 958985a DOC: Tweak the 1.8.0 release notes. by Charles Harris · 12 years ago
  26. 7d9017a DOC: add highlights to release notes and rewrite and move some sections by Julian Taylor · 12 years ago
  27. c2fc934 DOC: fix signature of NpyIter_GetIterNext in capi doc by Julian Taylor · 12 years ago
  28. 3e0f71a DOC: minor rewording of partition note by Julian Taylor · 12 years ago
  29. 9505e18 DOC: move support for large files to features by Julian Taylor · 12 years ago
  30. 36606ab DOC: mention new comparison runtime warnings in release notes by Julian Taylor · 12 years ago
  31. 481bf95 Merge pull request #3744 from juliantaylor/doc-update-1.8.x by Charles Harris · 12 years ago
  32. 1816fa0 DOC: add isclose and partition to reference and link some docs by Julian Taylor · 12 years ago
  33. 2863c82 DOC: Make savez_compressed show up in the documentation. by Charles Harris · 12 years ago
  34. 8a0cdc6 ENH: Add build support for openblas. by Charles Harris · 12 years ago
  35. fbd6510 STY: Giant comma spacing fixup. by Charles Harris · 12 years ago
  36. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  37. 577183e DOC: Update 1.8.0-notes.rst by Charles Harris · 12 years ago
  38. b440929 Update docs by Jay Bourque · 12 years ago
  39. f63eb17 Add documentation for new 'at' ufunc method by Jay Bourque · 12 years ago
  40. 04c341d Update documentation for 'at' method by Jay Bourque · 12 years ago
  41. fb7bfd8 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
  42. 37b6baa Merge pull request #3625 from charris/update-howtorelease by Ralf Gommers · 12 years ago
  43. 73db716 DOC: Update HOWTO_RELEASE.rst.txt. by Charles Harris · 12 years ago
  44. 871d079 BUG: Use io.open instead of open for compatibility. by Charles Harris · 12 years ago
  45. 3c9c31b Merge pull request #3534 from charris/nan-stat-functions by Charles Harris · 12 years ago
  46. 580a3b6 Merge pull request #3608 from charris/remove-1.8-diagonal-refs by Charles Harris · 12 years ago
  47. 98e3a6c DOC: Note the new behavior of financial.npv in the 1.8.0 release notes. by Charles Harris · 12 years ago
  48. dc73e1b DOC: Various fixes. by Charles Harris · 12 years ago
  49. 5864961 Explicitly set encoding to UTF-8 in postprocess.py by Sascha Peilicke · 12 years ago
  50. f8244a6 DOC: Document nanmean, nanvar, and nanstd in the 1.8.0 release notes. by Charles Harris · 12 years ago
  51. c7dd1e5 MAINT: Refactor nanfunctions. by Charles Harris · 12 years ago
  52. df1aa99 DOC: Remove references to diagonal changes in 1.8. by Charles Harris · 12 years ago
  53. 4d9cd69 ENH: implement median in terms of partition by Julian Taylor · 12 years ago
  54. 9c4c1c4 ENH: add quickselect algorithm and expose it via partition by Julian Taylor · 12 years ago
  55. 83a3daf BUG: Document that numpy.int_ doesn't inherit from int on Py3k by Yury V. Zaytsev · 12 years ago
  56. b2de377 Fix documentation description of loop spam in interactive interpreter by Eric Price · 12 years ago
  57. 75ac90e Merge pull request #3565 from charris/documentation-fixes by Charles Harris · 12 years ago
  58. d03cd89 MAINT: fix typo in npy-format.txt by Martin Spacek · 12 years ago
  59. fb416a0 MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst. by Charles Harris · 12 years ago
  60. eacca11 DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst. by Jesús Gómez · 12 years ago
  61. b307a8a Merge branch 'numpy-swig' into gh-3451 by Charles Harris · 12 years ago
  62. 895866d Merge pull request #3550 from endolith/patch-1 by njsmith · 12 years ago
  63. 4259c4e DOC:Revert ``assert()`` back to ``assert`` (statement) by endolith · 12 years ago
  64. fab4c0e DOC: fix HOWTO_BUILD_DOCS.rst.txt by Pauli Virtanen · 12 years ago
  65. 3903928 Add Numpydoc as a git submodule by Pauli Virtanen · 12 years ago
  66. f4f7c53 Move numpydoc to a separate repository by Pauli Virtanen · 12 years ago
  67. 1eea247 DOC:Some minor proofreading of Tests introduction by endolith · 12 years ago
  68. bf0134d DOC: put release notes in inverse order by Pauli Virtanen · 12 years ago
  69. 41eeed7 DOC: update scipy.org doc build Makefile targets by Pauli Virtanen · 12 years ago
  70. df21983 DOC: use the new scipy-sphinx-theme in the documentation by Pauli Virtanen · 12 years ago
  71. 28eadc0 MAINT: Remove outdated version checks. by Charles Harris · 12 years ago
  72. 4441bdd BUG: Check earlier for higher priority in binary operators, add test by Andreas Kloeckner · 12 years ago
  73. cb7c7be Corrected typos in documentation for PyArray_GETPTR1. by Daniel · 12 years ago
  74. 29dcc54 Merge pull request #2875 from ahojnnes/array-init by njsmith · 12 years ago
  75. 70cb9e5 Rename filled, filled_like to full, full_like by Johannes Schönberger · 12 years ago
  76. 2241e6c ENH: Allow unnamed return values in Returns section of doc string by Rob Ruana · 12 years ago
  77. f70632f Added more mentions of the SuperTensor tests and corrected the number of typemaps and tests (currently 1427 unit tests passed with 'make test': 372+324+324+324+40+19+24) by Egor Zindy · 12 years ago
  78. f56411b Added mention of the SuperTensor tests in the README file by Egor Zindy · 12 years ago
  79. 1ed31cd Removed 'static' keyword from pyfragments.swg altoghether. I've had the following errors In function ‘SWIG_AsVal_long’: error: initialiser element is not constant In function ‘SWIG_AsVal_unsigned_SS_long’: error: initialiser element is not constant, BOTH in Windows/MinGW and Linux when compiling with gcc by Egor Zindy · 12 years ago
  80. 2a5c2c8 Merge pull request #3436 from juliantaylor/vectorize-bool by Charles Harris · 12 years ago
  81. 3e95144 Fix minor typos in Polynomial class documentation by Kumar Appaiah · 12 years ago
  82. 4b4a736 ENH: vectorize boolean logical &&, ||, abs and not by Julian Taylor · 12 years ago
  83. c6e4020 Updated info about sphinx.ext.autosummary. by Robert Costa · 12 years ago
  84. 7c4e9e1 adjust the optimal IO buffer size for npz files by Bartosz Telenczuk · 12 years ago
  85. ffa0130 DOC: use full ufunc names by Julian Taylor · 12 years ago
  86. 6bcba96 ENH: vectorize base math with SSE2 by Julian Taylor · 12 years ago
  87. eb6cf4b ENH: Vectorize float min/max operation with sse2 by Julian Taylor · 12 years ago
  88. 558cd20 Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new by Charles Harris · 12 years ago
  89. 187f128 DOC: Add integer deprecations to release notes by Sebastian Berg · 12 years ago
  90. a2bac9d Added tests for 4D tensors. Now using a consistant cubes,slices,rows,columns index order everywhere. by Egor Zindy · 12 years ago
  91. a21d825 cleaned-up loop indexes in Tensor.cxx by Egor Zindy · 12 years ago
  92. 3e47130 Merge pull request #3411 from juliantaylor/vectorize-fabs by Charles Harris · 12 years ago
  93. 938f586 cosmetic changes to numpy.i by Egor Zindy · 12 years ago
  94. 7720373 Merge branch 'numpy-swig' of https://github.com/zindy/numpy into numpy-swig by Egor Zindy · 12 years ago
  95. 0caf9d70 Fixed the capsule / cobject memory destructor. Added types to deal with lists of arrays and lists of tensors as input and inplace types. by zindy · 12 years ago
  96. 7fb8b71 DOC: document isnan/bswap and SSE2 improvements by Julian Taylor · 12 years ago
  97. 7af95b0 A minor cleanup by Joon Ro · 12 years ago
  98. b4b20dc Add filled and filled_like to changelog of 1.8.0 by Johannes Schönberger · 12 years ago
  99. 0155f8d DOC: add missing release notes to the reference guide. by Ralf Gommers · 12 years ago
  100. ab2741a DOC: remove module index from reference guide. by Ralf Gommers · 12 years ago