summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ENH: Implement ndarray.__format__ for 0d arraysEric Wieser2017-10-174-0/+66
* Merge pull request #9869 from charris/qr-doc-fixEric Wieser2017-10-161-7/+7
|\
| * DOC: Make qr options render correctly as list.Charles Harris2017-10-161-7/+7
* | Merge pull request #9849 from eric-wieser/cleanup-count_nonzeroCharles Harris2017-10-161-26/+6
|\ \
| * | MAINT: Fix all special-casing of dtypes in `count_nonzero`Eric Wieser2017-10-121-26/+6
* | | Merge pull request #9854 from xoviat/distutils-vcpkgCharles Harris2017-10-161-0/+28
|\ \ \
| * | | MAINT: make vcpkg include directories more clearxoviat2017-10-141-3/+13
| * | | BLD: distutils: auto-find vcpkg include and library directoriesxoviat2017-10-111-0/+18
* | | | Merge pull request #9868 from CatEars/update-docsCharles Harris2017-10-161-14/+14
|\ \ \ \
| * | | | DOC: Update arraypad to use np.pad in examplesHenke Adolfsson2017-10-161-14/+14
* | | | | Merge pull request #9865 from MSeifert04/remove-pyfits-add-astropyCharles Harris2017-10-151-2/+2
|\ \ \ \ \
| * | | | | DOC: Replace PyFITS reference with Astropy and PyTables with h5pyMichael Seifert2017-10-161-2/+2
* | | | | | Merge pull request #9866 from eric-wieser/fix-runtests-benchmark-compareCharles Harris2017-10-151-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: Fix runtests --benchmark-compare in python 3Eric Wieser2017-10-151-2/+2
* | | | | | Merge pull request #9863 from serhiy-storchaka/savez-no-tmpfileCharles Harris2017-10-152-22/+38
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ENH: Save to ZIP files without using temporary files.Serhiy Storchaka2017-10-152-22/+38
| |/ / / /
* | | | | Merge pull request #9862 from serhiy-storchaka/restore-environ-finallyCharles Harris2017-10-151-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Restore the environment variables when import multiarray fails.Serhiy Storchaka2017-10-151-3/+3
|/ / / /
* | | | Merge pull request #9835 from kenogo/masterCharles Harris2017-10-144-18/+22
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: Raise TypeError instead of ValueError for ufunc isnat if operand is not ...Keno Goertz2017-10-113-2/+8
| * | | BENCH: Added missing ufunc benchmarksKeno Goertz2017-10-111-16/+14
* | | | Merge pull request #9856 from eric-wieser/fix-void-bool-2Charles Harris2017-10-143-4/+42
|\ \ \ \
| * | | | BUG: Make bool(void_scalar) and void_scalar.astype(bool) consistentEric Wieser2017-10-133-4/+42
| | |_|/ | |/| |
* | | | Merge pull request #9858 from MSeifert04/import_array_docCharles Harris2017-10-132-5/+5
|\ \ \ \
| * | | | DOC: Some minor fixes regarding import_arrayMichael Seifert2017-10-132-5/+5
| |/ / /
* | | | Merge pull request #9840 from MSeifert04/copy_signatureCharles Harris2017-10-131-11/+5
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: ndarray.__copy__ takes no arguments [skip ci]Michael Seifert2017-10-131-11/+5
| |/ /
* | | Merge pull request #9718 from hemildesai/deprecate_truth_testing_on_empty_arraysEric Wieser2017-10-104-1/+22
|\ \ \
| * | | DEP: Deprecate truth testing on empty arrayshemildesai2017-09-284-1/+22
* | | | Merge pull request #9824 from charris/gh-9680Eric Wieser2017-10-093-18/+30
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Check for NaN parameter in random.zipf.Charles Harris2017-10-062-6/+12
| * | | MAINT: Refactor rk_zipf to be more efficient.Charles Harris2017-10-051-12/+12
| * | | BUG: Fix possibly undefined cast of double -> long.Yang Li2017-10-041-9/+15
* | | | DOC: Improve documentation of axis parameter in numpy.unpackbits (#9828)Oleg Zabluda2017-10-051-2/+3
* | | | Merge pull request #9826 from charris/gh-9333Eric Wieser2017-10-051-5/+29
|\ \ \ \
| * | | | DOC: Redo some examples of np.arg(sort|max|min)Charles Harris2017-10-051-15/+21
| * | | | DOC: Add examples for np.arg[min|max|sort]Élie Gouzien2017-10-051-0/+18
| |/ / /
* | | | Merge pull request #9810 from charris/gh-9571Charles Harris2017-10-051-4/+15
|\ \ \ \
| * | | | DOC: Update ndarray.shape property documention.Charles Harris2017-10-041-10/+14
| * | | | DOC: Improve ndarray.shape property documentation.solarjoe2017-10-021-1/+8
| |/ / /
* | | | Merge pull request #9817 from kenogo/masterEric Wieser2017-10-042-1/+17
|\ \ \ \
| * | | | BUG: Added exception for casting numpy.ma.masked to longKeno Goertz2017-10-052-1/+17
| | |_|/ | |/| |
* | | | Merge pull request #9822 from eric-wieser/MaskedConstant-subclassCharles Harris2017-10-042-3/+18
|\ \ \ \
| * | | | BUG: Allow subclasses of MaskedConstant to behave as unique singletonsEric Wieser2017-10-042-3/+18
* | | | | Merge pull request #9814 from eric-wieser/datetime-256Charles Harris2017-10-043-15/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TST: Use fresh state between testsEric Wieser2017-10-031-10/+13
| * | | | BUG: Fix datetime->string conversionEric Wieser2017-10-033-5/+10
| |/ / /
* | | | Merge pull request #9815 from nafest/remove_stray_commaEric Wieser2017-10-033-7/+7
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix stray comma in _array2stringStefan Winkler2017-10-033-7/+7
| |/ /
* | | Merge pull request #9812 from xoviat/patch-1Charles Harris2017-10-021-2/+2
|\ \ \ | |/ / |/| |