- 9f829ac DOC: add 1.7.1-notes.rst notes by Ondrej Certik · 12 years ago
- 13371fd DOC: document the casting rules changes by Ondřej Čertík · 13 years ago
- 3fe7bf0 DOC: remove parentheses around "experimental" by Ondřej Čertík · 13 years ago
- 0be2faa DOC: Move the news entry in release notes by Ondřej Čertík · 13 years ago
- c7b17b3 DOC: update release notes about AArch64 by Ondřej Čertík · 13 years ago
- a757cb5 DOC: document the change in .base by Ondřej Čertík · 13 years ago
- eb730a5 MAINT: Update and cleanup 1.7.0-notes.rst. by Ondřej Čertík · 13 years ago
- 06973ed DOC: Deprecate NPY_CHAR in release notes by Ondřej Čertík · 13 years ago
- 900d2e5 DOC: Mention deprecation warning in release notes by Ondřej Čertík · 13 years ago
- 2397c9d FIX: Transition scheme for safer in-place ufunc operations by Nathaniel J. Smith · 13 years ago
- f93774d Update release notes and version number. by Travis E. Oliphant · 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 · 13 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
- 965e4cf ENH: missingdata: trying some more functions to see how they treat NAs by Mark Wiebe · 14 years ago
- ba4d116 BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it by Mark Wiebe · 14 years ago
- 9194b3a ENH: missingdata: Rewrite PyArray_Concatenate to work with NA masks by Mark Wiebe · 14 years ago
- 99a21ef ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always return a view by Mark Wiebe · 14 years ago
- 7fc4021 BUG: missingdata: Fleshing things out, tracking down a memory corruption by Mark Wiebe · 14 years ago
- 5e8b9ac WIP: fixing reduce NA bug by Mark Wiebe · 14 years ago
- d54c93d ENH: missingdata: Adding NA support to various methods by Mark Wiebe · 14 years ago
- 1f2e751 DOC: Updated f2py size support note. by Pearu Peterson · 14 years ago
- d8de71d ENH: Ticket #1218, allow use of custom formatters in array2string and by Ralf Gommers · 14 years ago
- f04bacb DOC: Document the changed default error handling for the 1.6.x release. by Charles Harris · 14 years ago
- 3ebc348 DEP: deprecate normed kw in histogram and restore its old behavior. Introduce by Ralf Gommers · 14 years ago
- d1506b4 DOC: slogdet was added in 1.5.0. by Charles Harris · 14 years ago
- 7ee96bd API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API by Mark Wiebe · 14 years ago
- f089476 DOC: Document the addition of the new polynomials in the release notes. by Charles Harris · 14 years ago
- 52edb94 DOC: Add info about iterator, new functions, and C API additions to release notes by Mark Wiebe · 14 years ago
- c3f4e89 DOC: Updated f2py related release notes. by Pearu Peterson · 14 years ago
- 30ee1d3 DOC: update 1.6.0 release notes. Add headers for items to still be filled in. by rgommers · 14 years ago
- 7bb54ef REL: add 1.6.0 release notes. by rgommers · 14 years ago
- 9e8bf66 DOC: Add release note mention of float16 type by Mark Wiebe · 15 years ago
- e5387aa DOC: some more details on release process, and blank 2.0.0 notes. by rgommers · 15 years ago
- 3c3d423 REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. by rgommers · 15 years ago
- e7c59e6 Mention functions for Chebyshev points in release notes. by Charles Harris · 15 years ago
- cc5d131 Merge branch 'poly' by Charles Harris · 15 years ago
- 50db7ff DOC: Complete 1.5.0 release notes. by rgommers · 15 years ago
- 4cff2fe Merge branch 'wgt' by Charles Harris · 15 years ago
- 0db7671 CHG: Rename reduce method in polytemplate to cutdeg. Reduce is just too by Charles Harris · 15 years ago
- bc9cb91 DOC: Add removal of histogram 'new' keyword to release notes. Closes #797. by rgommers · 15 years ago
- 88e683b Update 2.0.0 release documentation to reflect changes in the Chebyshev and by Charles Harris · 15 years ago
- 6e77005 REV: Revert the changes to the truncate method of Polynomial and Chebyshev. by Charles Harris · 15 years ago
- 59fd4c3 Add some more info to the release notes for 2.0.0. by Charles Harris · 15 years ago
- 894665b Note the changes in polynomial.polynomial and polynomial.chebyshev in by Charles Harris · 15 years ago
- e3cea87 DOC: Fix typo in 2.0.0 release notes. by Stefan van der Walt · 15 years ago
- 7d5a455 Add better summary of ndarraytype.h to release notes. by Charles Harris · 15 years ago
- b943351 ENH: Break out parts of ndarrayobject.h that don't reference the ndarray by Charles Harris · 15 years ago
- 2c275d4 Add slogdet to the release notes for 2.0.0. by Charles Harris · 15 years ago
- 6dc315f ENH: core: add .dot() method to ndarrays; a.dot(b) == np.dot(a, b) by Pauli Virtanen · 15 years ago
- 5664796 Move 1.5.0 release notes to 2.0.0. by Charles Harris · 15 years ago
- 794a6c4 ENH: emit ComplexWarning when casting complex to real (addresses #1319) by Pauli Virtanen · 16 years ago
- b860d14 doc: add stub release notes by Pauli Virtanen · 16 years ago
- e2fbec1 DOC: point out the documention for neighborhood iterator in the 1.4.0 release notes. by David Cournapeau · 16 years ago
- 7277495 ENH: add an assert_warns testing utility. by David Cournapeau · 16 years ago
- 9e082de Mention the new polynomial and chebyshev modules in the release notes. by Charles Harris · 16 years ago
- 869b208 doc/release: add information about arraysetops changes (from Neil Crighton) by Pauli Virtanen · 16 years ago
- ba4fd56 docs: document r7697 in release notes by Pauli Virtanen · 16 years ago
- 5d3f592 Mention npymath reuse in release notes. by David Cournapeau · 16 years ago
- 0dc618c Mention C99 complex support in release notes. by David Cournapeau · 16 years ago
- 6a665e0 Add highlights for 1.4.0 release notes. by David Cournapeau · 16 years ago
- 047c625 Mention neighborhood iterator in release notes. by David Cournapeau · 16 years ago
- da7e19c DOC: mention new spacing-based testing functions in the release notes. by David Cournapeau · 16 years ago
- 92d3b83 DOC: mention nextafter ufunc in the release notes and reference. by David Cournapeau · 16 years ago
- 64ac086 DOC: mention speed improvement at import time in release notes. by David Cournapeau · 16 years ago