summaryrefslogtreecommitdiff
path: root/numpy
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
* | | | | DOC: Replace PyFITS reference with Astropy and PyTables with h5pyMichael Seifert2017-10-161-2/+2
* | | | | Merge pull request #9863 from serhiy-storchaka/savez-no-tmpfileCharles Harris2017-10-151-22/+33
|\ \ \ \ \
| * | | | | ENH: Save to ZIP files without using temporary files.Serhiy Storchaka2017-10-151-22/+33
| |/ / / /
* | | | | BUG: Restore the environment variables when import multiarray fails.Serhiy Storchaka2017-10-151-3/+3
|/ / / /
* | | | Merge pull request #9835 from kenogo/masterCharles Harris2017-10-142-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: Raise TypeError instead of ValueError for ufunc isnat if operand is not ...Keno Goertz2017-10-112-2/+2
* | | | Merge pull request #9856 from eric-wieser/fix-void-bool-2Charles Harris2017-10-142-4/+34
|\ \ \ \
| * | | | BUG: Make bool(void_scalar) and void_scalar.astype(bool) consistentEric Wieser2017-10-132-4/+34
| | |_|/ | |/| |
* | | | 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-103-1/+20
|\ \ \
| * | | DEP: Deprecate truth testing on empty arrayshemildesai2017-09-283-1/+20
* | | | 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
| |/ /
* | | BUG: fix stray comma in _array2stringStefan Winkler2017-10-033-7/+7
|/ /
* | BUG: Free dtype and dim objects correctly.Eric Wieser2017-10-011-28/+17
* | MAINT: Remove dead codeEric Wieser2017-10-011-5/+0
* | BUG: Allow array with 0 dims to be resizedEric Wieser2017-10-012-0/+9
* | MAINT: Pre-emptively handle the case when elsize == 0Eric Wieser2017-10-012-5/+15
* | BUG: Allow empty strings to be pickledEric Wieser2017-10-012-8/+22
* | BUG: Allow empty strings to be viewed as themselvesEric Wieser2017-10-012-15/+22
* | BUG: Prevent ValueError when resizing V0 arraysEric Wieser2017-10-012-25/+29
* | BUG: Prevent hang when sorting dtype=S0 arraysEric Wieser2017-10-013-4/+87
* | Merge pull request #9645 from xoviat/appveyorCharles Harris2017-09-307-17/+30
|\ \