- 13848bd DOC: Add list of authors to 1.8.0 release notes. by Charles Harris · 12 years ago
- 22efec1 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
- 958985a DOC: Tweak the 1.8.0 release notes. by Charles Harris · 12 years ago
- 7d9017a DOC: add highlights to release notes and rewrite and move some sections by Julian Taylor · 12 years ago
- 3e0f71a DOC: minor rewording of partition note by Julian Taylor · 12 years ago
- 9505e18 DOC: move support for large files to features by Julian Taylor · 12 years ago
- 36606ab DOC: mention new comparison runtime warnings in release notes by Julian Taylor · 12 years ago
- 8a0cdc6 ENH: Add build support for openblas. by Charles Harris · 12 years ago
- 577183e DOC: Update 1.8.0-notes.rst by Charles Harris · 12 years ago
- b440929 Update docs by Jay Bourque · 12 years ago
- 04c341d Update documentation for 'at' method by Jay Bourque · 12 years ago
- fb7bfd8 DOC: Update 1.8.0 release notes. by Charles Harris · 12 years ago
- 3c9c31b Merge pull request #3534 from charris/nan-stat-functions by Charles Harris · 12 years ago
- 580a3b6 Merge pull request #3608 from charris/remove-1.8-diagonal-refs by Charles Harris · 12 years ago
- 98e3a6c DOC: Note the new behavior of financial.npv in the 1.8.0 release notes. by Charles Harris · 12 years ago
- dc73e1b DOC: Various fixes. by Charles Harris · 12 years ago
- f8244a6 DOC: Document nanmean, nanvar, and nanstd in the 1.8.0 release notes. by Charles Harris · 12 years ago
- df1aa99 DOC: Remove references to diagonal changes in 1.8. by Charles Harris · 12 years ago
- 4d9cd69 ENH: implement median in terms of partition by Julian Taylor · 12 years ago
- 9c4c1c4 ENH: add quickselect algorithm and expose it via partition by Julian Taylor · 12 years ago
- 4441bdd BUG: Check earlier for higher priority in binary operators, add test by Andreas Kloeckner · 12 years ago
- 29dcc54 Merge pull request #2875 from ahojnnes/array-init by njsmith · 12 years ago
- 70cb9e5 Rename filled, filled_like to full, full_like by Johannes Schönberger · 12 years ago
- 4b4a736 ENH: vectorize boolean logical &&, ||, abs and not by Julian Taylor · 12 years ago
- 7c4e9e1 adjust the optimal IO buffer size for npz files by Bartosz Telenczuk · 12 years ago
- ffa0130 DOC: use full ufunc names by Julian Taylor · 12 years ago
- 6bcba96 ENH: vectorize base math with SSE2 by Julian Taylor · 12 years ago
- eb6cf4b ENH: Vectorize float min/max operation with sse2 by Julian Taylor · 12 years ago
- 558cd20 Merge pull request #3243 from seberg/deprecate-non-integer-arguments-new by Charles Harris · 12 years ago
- 187f128 DOC: Add integer deprecations to release notes by Sebastian Berg · 12 years ago
- 7fb8b71 DOC: document isnan/bswap and SSE2 improvements by Julian Taylor · 12 years ago
- b4b20dc Add filled and filled_like to changelog of 1.8.0 by Johannes Schönberger · 12 years ago
- 7d188bf Merge pull request #3329 from JDWarner/faster_arraypad by Charles Harris · 12 years ago
- 246c06d ENH: improved, faster algorithm for array padding by Josh Warner (Mac) · 12 years ago
- 273225c Merge pull request #3328 from pv/runtests by Charles Harris · 12 years ago
- 19102b0 DOC: mention runtests.py in release notes by Pauli Virtanen · 12 years ago
- 4a1736a Merge pull request #2701 from seberg/indexing by seberg · 12 years ago
- 1a28542 Update c api documentation by Jay Bourque · 12 years ago
- aa0b3cb Add unit test for ufunc with custom type by Jay Bourque · 12 years ago
- ede7dc4 DOC: Document that the 2to3 fixer is no longer used. by Charles Harris · 12 years ago
- f62bc39 Merge pull request #3221 from seberg/document-relaxed-strides by Charles Harris · 12 years ago
- 5b9da00 DOC: Advanced indexing using np.newaxes by Sebastian Berg · 12 years ago
- 5c8b89c DOC: Document NPY_RELAXED_STRIDES_CHECKING changes by Sebastian Berg · 12 years ago
- 0350d5e DOC: Fixup of delete/insert changes in release notes by Sebastian Berg · 12 years ago
- 908e06c ENH: larger fixes for np.delete and np.insert functions by Sebastian Berg · 12 years ago
- a3f2e04 ENH: add `invert` parameter to numpy.in1d(). by Julien Phalip · 12 years ago
- 4a669b1 ENH: Forward port `1.7.1` release notes. by Charles Harris · 12 years ago
- 6869053 MAINT: Fix release notes formatting. by Charles Harris · 12 years ago
- 7394fa6 DOC: Document the new qr modes in the 1.8 release notes. by Charles Harris · 12 years ago
- 20f44ef DOC: mention AdvancedNew iterator change in the release notes. by Sebastian Berg · 13 years ago
- 625f3cd DOC: update 1.7.0-notes.rst from release branch by Ondřej Čertík · 13 years ago
- 4600b2f DOC: mention the change of default for separate compilation. by David Cournapeau · 13 years ago
- dce1018 Merge pull request #2725 from seberg/take_0d by seberg · 13 years ago
- 89c7d59 DOC: Document removal of SCons support in doc/release/1.8-notes.rst. by Charles Harris · 13 years ago
- cde76b4 ENH: Allow 0-d indexes in np.take by Sebastian Berg · 13 years ago
- a8c641f DOC: document the change in .base by Ondřej Čertík · 13 years ago
- b0695a8 Merge pull request #2835 from charris/update-1.8.0-notes by Ralf Gommers · 13 years ago
- 5cd7e76 DOC: Note that Euler's constant is exposed in numpy 1.8.0. by Charles Harris · 13 years ago
- e610b2b MAINT: Cleanup 1.8.0-notes.rst. by Charles Harris · 13 years ago
- 7f1f57d MAINT: Update and cleanup 1.7.0-notes.rst. by Charles Harris · 13 years ago
- 1895b15 FIX: Update release notes. by Travis E. Oliphant · 13 years ago
- cea0a20 FIX: Transition scheme for safer in-place ufunc operations by Nathaniel J. Smith · 13 years ago
- efcb8bf Update release notes. by Travis E. Oliphant · 13 years ago
- a03e8b4 change DeprecationWarning to FutureWarning by Jay Bourque · 13 years ago
- bf58296 update 1.7 release notes by Jay Bourque · 13 years ago
- b798f12 Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings by Nathaniel J. Smith · 13 years ago
- 143fb18 DOC: Forward port 1.7.0 release notes by Charles Harris · 13 years ago
- db1701b BUG: Fix boolean indexing to previous behavior by adding an additional check before using the new code path. Add tests. by Travis E. Oliphant · 13 years ago
- 85b6828 Merge branch 'master' into clean-up-diagonal by Nathaniel J. Smith · 13 years ago
- b081857 MAINT: port release notes and release script changes from 1.6.x. by Ralf Gommers · 13 years ago
- c247305 Typo fix by Nathaniel J. Smith · 13 years ago
- 0812564 Document the PyArray_Diagonal transition scheme. by Nathaniel J. Smith · 13 years ago
- cbce4e6 Consolidate all array writeability checking in new PyArray_RequireWriteable by Nathaniel J. Smith · 13 years ago
- 0b99c90 DOC: Add datetime to the changed items in the release notes. by Charles Harris · 13 years ago
- d73c036 DOC: Update documentation and release notes about C-API deprecations by Mark Wiebe · 13 years ago
- 7270d9e ENH: Add module containing functions for padding n-dimensional arrays. by tim cera · 13 years ago
- 313fe46 ENH: Add 'sorter' argument to searchsorted. by Bryan Van de Ven · 13 years ago
- 0168296 DOC: label datetime support as experimental. Closes #2072. by Ralf Gommers · 13 years ago
- 41f7d21 DOC: label the current NA implementation as experimental in 1.7.x by Ralf Gommers · 13 years ago
- caa0883 MAINT: port few missing changes to 1.6.0 release notes from 1.6.x branch. by Ralf Gommers · 13 years ago
- b9f0f1f ENH: Made "isclose()" NA-aware, added release note and versionadded. by Joe Kington · 14 years ago
- bbf49fc DOC: clarify numpy version for removal, document sed script better. by Charles Harris · 14 years ago
- cceb8f6 STY: Fix up the 2.0 (1.7) release notes. by Charles Harris · 14 years ago
- 8886322 DEP: Deprecate the old_defines.h header and the macros therein. by Charles Harris · 14 years ago
- 7bb277b DOC: Document macro changes in release notes. by Charles Harris · 14 years ago
- 88163cb DOC: Move removing deprecated imports note to deprecation section. by Charles Harris · 14 years ago
- 9e2fbab DOC: Document new polynomial package functionality in the release notes. by Charles Harris · 14 years ago
- 26195cf FIX: Add release notes, use inverse cdf method for non-uniform by Chris Jordan-Squire · 14 years ago
- 900d82e DOC: Add note about <ufunc>.reduce evaluation order by Mark Wiebe · 14 years ago
- 159bfbc DOC: Mention the update to np.all and np.any in the release notes by Mark Wiebe · 14 years ago
- b64ace5 DOC: missingdata: Add introductory documentation for NA-masked arrays by Mark Wiebe · 14 years ago
- e0b8c5c ENH: missingdata: Add maskna= flag to np.eye constructor by Mark Wiebe · 14 years ago
- 64e30a7 ENH: missingdata: Add skipna=, keepdims= parameters to methods by Mark Wiebe · 14 years ago
- 9ca27ae ENH: missingdata: Add wheremask to PyArray_ContainsNA by Mark Wiebe · 14 years ago
- 9764760 DOC: Add info to the release notes about the full boolean indexing change by Mark Wiebe · 14 years ago
- 3941e5a BUG: ufunc: Fix bug in multi-dimensional reduction without a unit by Mark Wiebe · 14 years ago
- e5b2073 DOC: Tweak to the release notes by Mark Wiebe · 14 years ago
- f45fd67 DOC: Small tweak to release notes by Mark Wiebe · 14 years ago
- c873295 TST: missingdata: Finish up NA mask tests for np.std and np.var by Mark Wiebe · 14 years ago
- a1faa1b ENH: missingdata: Move some of the refactored reduction code into the API by Mark Wiebe · 14 years ago