summaryrefslogtreecommitdiff
path: root/doc/release
Commit message (Expand)AuthorAgeFilesLines
* BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-191-0/+7
* BUG Ensure masked object arrays can always return single items.Marten van Kerkwijk2015-06-171-0/+5
* MAINT: document change to bytestring index behaviorAllan Haldane2015-06-171-0/+5
* Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methodsCharles Harris2015-06-151-2/+3
|\
| * ENH: allow subclass overrides by removing explicit ndarray methodsMarten van Kerkwijk2015-06-101-2/+3
* | MAINT: Remove NotImplemented handling from ufuncs (almost)Nathaniel J. Smith2015-06-131-4/+43
|/
* DOC: Mention support for the '@' operator in the 1.10 release notes.Charles Harris2015-06-041-0/+10
* Merge pull request #4586 from mhvk/ma/subclass-item-setting-gettingCharles Harris2015-06-031-0/+6
|\
| * ENH: Let MaskedArray getter, setter respect baseclass overridesMarten van Kerkwijk2015-04-221-0/+6
* | Merge pull request #4960 from tpoole/weighted_covCharles Harris2015-05-131-2/+10
|\ \
| * | ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-131-2/+10
* | | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-121-0/+3
|\ \ \ | |/ / |/| |
| * | ENH: add np.stackStephan Hoyer2015-05-111-0/+3
* | | DOC: Document changes in #5840 and #5841 in release notesJaime Fernandez2015-05-061-1/+17
* | | Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-241-0/+17
|\ \ \ | |_|/ |/| |
| * | ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-261-1/+1
| * | BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-251-5/+7
| * | ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+15
| |/
* | ENH: cache dtype.__hash__Antoine Pitrou2015-04-041-0/+3
* | ENH sync ndarray methods doc/args with numpy function doc/argsAllan Haldane2015-04-021-0/+6
* | ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-0/+15
* | DOC: `clear_and_catch_warnings` release noteMatthew Brett2015-03-141-0/+12
* | DOC: update release notes vs np.load, np.save pickle kwargsPauli Virtanen2015-03-081-0/+8
* | Merge pull request #5621 from jaimefrio/ufunc_out_tupleCharles Harris2015-03-081-0/+9
|\ \
| * | ENH: ufuncs can take a tuple of arrays as 'out' kwargJaime Fernandez2015-03-081-0/+9
* | | BUG: genfromtxt gave OverflorError for large integersThomas Robitaille2015-03-061-0/+6
|/ /
* | ENH: add broadcast_to functionStephan Hoyer2015-02-261-0/+6
|/
* DOC: Update release notes on allclose/isclose changes.chebee7i2015-02-211-0/+12
* DOC: Document loadtxt support for float.hex float representation.Charles Harris2015-02-131-0/+5
* DOC: Document changes in npymath library.Charles Harris2015-02-131-0/+13
* BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-261-0/+9
* DOC: Document new genfromtxt max_rows argument in release notes.Charles Harris2015-01-241-1/+8
* ENH: Make swapaxes always return a viewjaimefrio2015-01-201-2/+7
* ENH: Make rollaxis always return a view.Charles Harris2015-01-191-0/+6
* Merge pull request #5361 from JDWarner/arraypad_fixesCharles Harris2015-01-131-0/+6
|\
| * ENH: Improve arg handling & enhance test suite for np.padJosh Warner (Mac)2015-01-061-0/+6
* | Merge pull request #5421 from charris/special-case-matrixCharles Harris2015-01-061-5/+7
|\ \
| * | DOC: Document changes to diag, diagonal, ravel in 1.10-notes.rst.Charles Harris2015-01-061-5/+7
* | | Merge pull request #5418 from shoyer/nanprodCharles Harris2015-01-051-0/+1
|\ \ \ | |/ / |/| |
| * | ENH: add np.nanprodStephan Hoyer2015-01-051-0/+1
| |/
* | Merge pull request #5398 from Garrett-R/fix_5376Charles Harris2015-01-021-5/+8
|\ \
| * | BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-021-5/+8
* | | DOC: Add note about writeable views from einsum to 1.10.0 release notes.Ian Henriksen2015-01-011-0/+5
|/ /
* | DOC: add change to dev-version string (gh-5387) to 1.10.0 release notes.Ralf Gommers2014-12-291-0/+6
* | REL: Update the 1.10 release notes.Charles Harris2014-12-121-0/+8
|/
* DOC: sync 1.9.1 release notesJulian Taylor2014-11-171-0/+33
* DOC: fix documentation build removing single backticksJulian Taylor2014-11-171-14/+14
* ENH: add `multi_dot`: dot with multiple arguments.Stefan Otte2014-11-101-0/+3
* Merge pull request #5161 from juliantaylor/parallel-distutilsJulian Taylor2014-11-021-0/+9
|\
| * ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-0/+9