summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-292-2/+24
* Merge pull request #4913 from juliantaylor/fix-cont-constrCharles Harris2014-07-282-2/+13
|\
| * BUG: fix ineffective as ascontiguousarrayJulian Taylor2014-07-282-2/+13
* | 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 #4902 from juliantaylor/asarray-improveCharles Harris2014-07-274-2/+144
|\ \
| * | ENH: add a ndarray super-fast path to _array_from_objectJulian Taylor2014-07-272-0/+93
| * | ENH: intern some commonly used strings in the multiarray moduleJulian Taylor2014-07-253-2/+51
* | | Merge pull request #4905 from juliantaylor/doc-updateCharles Harris2014-07-274-18/+89
|\ \ \ | | |/ | |/|
| * | 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: 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
* | | Merge pull request #4907 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 #4877 from juliantaylor/reduce-float-axisCharles Harris2014-07-172-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 #4873 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 #4870 from juliantaylor/linspace-version-docJulian Taylor2014-07-161-0/+2
|\ \ \
| * | | DOC: add version added tag to new linspace dtype argumentJulian Taylor2014-07-161-0/+2
| |/ /
* | | Merge pull request #4850 from notsimon/osx_endiannessJulian Taylor2014-07-151-4/+16
|\ \ \
| * | | reorder endianness checksSimon Guillot2014-07-091-8/+8
| * | | fall back to the cpu branch if no endianness defines are foundSimon Guillot2014-07-071-3/+3
| * | | fix endianness detection with clang on osx 10.9Simon Guillot2014-07-071-3/+15
* | | | Merge pull request #4861 from jaimefrio/tri_with_infJulian Taylor2014-07-112-3/+18
|\ \ \ \
| * | | | BUG: Use `np.where` in np.triu/np.tril, fixes #4859jaimefrio2014-07-102-3/+18
* | | | | Merge pull request #4852 from ewmoore/gen_frexpCharles Harris2014-07-107-211/+91
|\ \ \ \ \
| * | | | | MAINT: Add frexp and ldexp to npymath and generate their ufuncsEric Moore2014-07-097-207/+91
| * | | | | MAINT: npy_a(exp,log,sqrt,fabs) don't really exist.Eric Moore2014-07-071-4/+0
* | | | | | Merge pull request #4856 from juliantaylor/elide-testcasesCharles Harris2014-07-102-0/+102
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | TST: add temporary elision testcasesJulian Taylor2014-07-092-0/+102
| |/ / / /