summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Release 1.9.0b2v1.9.0b2Julian Taylor2014-07-301-1/+1
* Merge pull request #4925 from juliantaylor/ufunc-disable2Julian Taylor2014-07-301-0/+2
|\
| * MAINT: also disable has_ufunc_attrJulian Taylor2014-07-301-0/+2
|/
* Merge pull request #4920 from juliantaylor/ufunc-disableCharles Harris2014-07-298-81/+37
|\
| * MAINT: disable ufunc override for 1.9 releaseJulian Taylor2014-07-296-79/+13
| * BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-292-2/+24
|/
* Merge pull request #4919 from juliantaylor/zeros_like_stringJulian Taylor2014-07-293-1/+42
|\
| * BUG: fix string type inconsistency between zeros and zeros_likeJulian Taylor2014-07-293-1/+42
* | Merge pull request #4910 from seberg/scalar-none-cmpJulian Taylor2014-07-282-1/+39
|\ \
| * | BUG: None comparison deprecation does not affect scalarsSebastian Berg2014-07-282-1/+39
* | | Merge pull request #4906 from juliantaylor/doc-updateCharles Harris2014-07-2712-39/+117
|\ \ \ | |/ /
| * | DOC: numpy.testing documentation clarification of "Raise an assertion"Austin Godber2014-07-271-7/+12
| * | TST: test reduction argument parsingJulian Taylor2014-07-271-1/+59
| * | DOC: add a note on the potential string dtype changeJulian Taylor2014-07-271-0/+2
| * | DOC: fix PEP links in HOWTO_DOCUMENT.rst.txtTalha Oz2014-07-271-6/+6
| * | DOC: NPY_ITEM_LISTPICKLE -> NPY_LIST_PICKLEKirill Smelkov2014-07-271-1/+1
| * | MAINT: .gitignore += generated umath/loops.hKirill Smelkov2014-07-271-1/+1
| * | DOC: remove obsolete NA documentation pageJulian Taylor2014-07-271-11/+0
| * | DOC: add some missing ma functions to referenceJulian Taylor2014-07-271-0/+3
| * | DOC: document behavior of ma.sort(endswith=) for unmasked min/max valuesJulian Taylor2014-07-271-0/+4
| * | DOC: add version added tag to reduction keepdims argumentJulian Taylor2014-07-271-0/+2
| * | DOC: fix documented return value of tostring/tobytesJulian Taylor2014-07-271-10/+12
| * | MAINT: add common source indexer files to .gitignoreJulian Taylor2014-07-271-0/+6
| * | DOC: add ascontiguousarray and asarray_chkfinite to appropriate sectionJulian Taylor2014-07-271-0/+2
| * | DOC: document non-integer reduce axis argument deprecationJulian Taylor2014-07-271-0/+5
| * | DOC: clarify that umfpack, fftw and djbfft are not used by numpyJulian Taylor2014-07-271-2/+2
* | | Merge pull request #4908 from juliantaylor/win-alignmentCharles Harris2014-07-272-4/+5
|\ \ \
| * | | TST: win32 also does not provide 16 byte alignmentJulian Taylor2014-07-272-4/+5
* | | | Merge pull request #4887 from ewmoore/conj_objJulian Taylor2014-07-232-1/+38
|\ \ \ \ | | |/ / | |/| |
| * | | BUG: object array np.conjugate, ndarray.conjugate inconsistentEric Moore2014-07-232-1/+38
* | | | Merge pull request #4866 from mhvk/ma/mvoid-initialisationJulian Taylor2014-07-232-5/+11
|\ \ \ \
| * | | | BUG Make ma[row][rec] setter work by avoiding copy in mvoid.__new__Marten van Kerkwijk2014-07-172-5/+11
| |/ / /
* | | | Merge pull request #4889 from juliantaylor/object-array-initJulian Taylor2014-07-233-4/+24
|\ \ \ \ | | |_|/ | |/| |
| * | | BUG: initialize object array of array on resize and zerosJulian Taylor2014-07-183-4/+24
| |/ /
* | | Merge pull request #4888 from pv/fix-bytes-encoding-unpickleJulian Taylor2014-07-232-50/+166
|\ \ \
| * | | BUG: core: ensure unpickled dtype fields and names have correct types + coerc...Pauli Virtanen2014-07-222-8/+101
| * | | ENH: core: make unpickling with encoding='bytes' workPauli Virtanen2014-07-222-42/+65
* | | | Merge pull request #4892 from rgommers/msvc10-fixJulian Taylor2014-07-201-5/+16
|\ \ \ \ | |/ / /
| * | | BLD: fix build issues with MSVC10 on Windows. Closes gh-4245.Ralf Gommers2014-07-201-5/+16
* | | | Merge pull request #4883 from pv/fix-scalar-unpickle-py3Julian Taylor2014-07-192-1/+64
|\ \ \ \ | |/ / /
| * | | ENH: core: add hack enabling unpickling Py2 pickled scalars on Py3 under enco...Pauli Virtanen2014-07-192-1/+64
* | | | Merge pull request #4882 from pv/fix-unpickle-latin1-crashJulian Taylor2014-07-192-0/+23
|\ \ \ \ | |/ / /
| * | | BUG: core: fix crash when unpickling data on Py3 under non-latin1 encodingPauli Virtanen2014-07-182-0/+23
| |/ /
* | | Merge pull request #4891 from juliantaylor/reduce-float-axisJulian Taylor2014-07-182-2/+10
|\ \ \
| * | | DEP: deprecate float as axis argument to reductionsJulian Taylor2014-07-172-2/+10
* | | | Merge pull request #4878 from nouiz:docJulian Taylor2014-07-171-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | DOC: fix return shape of tensorinv docFrederic2014-07-171-1/+1
| |/ /
* | | Merge pull request #4874 from juliantaylor/masked-sort-memoryCharles Harris2014-07-161-8/+20
|\ \ \ | |/ /
| * | ENH: avoid meshgrid and fancy indexing for 1d masked sortJulian Taylor2014-07-161-8/+20
* | | Merge pull request #4872 from juliantaylor/backports-1.9Charles Harris2014-07-166-7/+54
|\ \ \