summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: np.full defaults to the filler's dtype.Antony Lee2016-03-203-47/+32
* Merge pull request #7363 from seberg/masked-silence-2Charles Harris2016-03-192-19/+20
|\
| * ENH: Make no unshare mask future warnings less noisySebastian Berg2016-03-012-19/+20
* | Merge pull request #7341 from inesw/bug-fix-6469Charles Harris2016-03-171-0/+6
|\ \
| * | TST: test for #6469Ines Wichert2016-02-291-0/+6
* | | Merge pull request #7198 from seberg/unlock_gil_gufuncsNathaniel J. Smith2016-03-171-0/+19
|\ \ \
| * | | ENH: Unlock the GIL for gufuncsSebastian Berg2016-03-171-0/+19
* | | | BUG: Ongoing fixes to PR#7416Joseph Fox-Rabinovitz2016-03-162-2/+2
* | | | DOC: Updated documentation to reflect changes to bin estimators.Joseph Fox-Rabinovitz2016-03-161-26/+40
* | | | BUG: Incorrect handling of range in `histogram` with automatic bins.Joseph Fox-Rabinovitz2016-03-162-77/+82
|/ / /
* | | BUG: Fix string copying for np.placegfyoung2016-03-153-154/+78
* | | DOC: Minor typo fix, hermefik -> hermefit.Jeremy Tuloup2016-03-141-1/+1
* | | Merge pull request #7414 from charris/tweak-corrcoefCharles Harris2016-03-142-8/+37
|\ \ \
| * | | TST: Check that result of corrcoef are clipped.Charles Harris2016-03-131-3/+12
| * | | MAINT/BUG: Clip real and imag parts of corrcoef return to [-1, 1].Charles Harris2016-03-131-5/+19
| * | | ENH: Check array dimensionality in cov function.Charles Harris2016-03-131-0/+6
* | | | MAINT: Wrapped some docstrings and fixed typoJoseph Fox-Rabinovitz2016-03-141-58/+61
* | | | BUG: Fix binary_repr for negative numbersgfyoung2016-03-133-51/+92
* | | | Merge pull request #7328 from emilienkofman/masterCharles Harris2016-03-132-1/+32
|\ \ \ \
| * | | | DEP: Deprecated using a float index in linspaceEmilien Kofman2016-03-092-4/+2
| * | | | DEP: Deprecated using a float index in linspaceEmilien Kofman2016-03-083-2/+35
* | | | | Merge pull request #7346 from erensezener/generalized_flipCharles Harris2016-03-123-5/+160
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ENH: Add generalized flip function and its testsEren Sezener2016-03-123-5/+160
| | |/ / | |/| |
* | | | Merge pull request #7407 from seberg/gh-7402Charles Harris2016-03-122-3/+30
|\ \ \ \
| * | | | BUG: Fix decref before incref for in-place accumulateSebastian Berg2016-03-122-3/+30
* | | | | Merge pull request #7397 from ahaldane/fix_failed_lenNathaniel J. Smith2016-03-092-0/+17
|\ \ \ \ \
| * | | | | BUG: incorrect type for objects whose __len__ failsAllan Haldane2016-03-092-0/+17
| | |_|/ / | |/| | |
* | | | | DOC: fix typoSamuel St-Jean2016-03-091-1/+1
|/ / / /
* | | | ENH: platform-specific install hook to change initMatthew Brett2016-03-072-0/+13
* | | | MAINT: cleanup np.averageAllan Haldane2016-03-072-8/+36
* | | | Merge pull request #7359 from charris/update-7314seberg2016-03-051-6/+6
|\ \ \ \
| * | | | DOC: Clarify the valid range of integers passed to random.seed.Charles Harris2016-02-271-6/+6
| * | | | DOC: Update random.seed in mtrand.pyx.Oren Amsalem2016-02-271-1/+1
* | | | | Merge pull request #7373 from charris/add-bitwise_and-identityseberg2016-03-054-5/+130
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | TST: Add tests for the bitwise ufuncs.Charles Harris2016-03-031-0/+85
| * | | | ENH: Add identity for bitwise_and.Charles Harris2016-03-033-4/+44
| * | | | BUG: Give bitwise_xor an identity.Charles Harris2016-03-021-1/+1
* | | | | Merge pull request #7366 from gkBCCN/bug-fix-6542-reloadedCharles Harris2016-03-022-1/+37
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: Fix #6542: Add tests for non-iterable input...gkBCCN2016-02-292-1/+37
* | | | | Merge pull request #7294 from rgommers/blis-supportNathaniel J. Smith2016-03-011-14/+55
|\ \ \ \ \
| * | | | | ENH: add support for BLIS to numpy.distutilsRalf Gommers2016-02-201-14/+55
* | | | | | BUG: np.irr should return NaN if there are no real solutionsSimon Gibbons2016-02-292-2/+7
| |/ / / / |/| | | |
* | | | | Merge pull request #7275 from gfyoung/dep_array_data_setCharles Harris2016-02-282-4/+26
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DEP: Warn about assigning 'data' attribute of ndarraygfyoung2016-02-282-4/+26
* | | | | Fix copy and paste oversight.golnazir2016-02-281-1/+1
|/ / / /
* | | | BUG: constant padding expected wrong type in constant_valueschiffa2016-02-271-1/+1
* | | | TST: added a test for constant padding on 4 sides of a 2d arraychiffa2016-02-271-0/+13
* | | | Merge pull request #7349 from ahaldane/ma_fix_3_ignorenanCharles Harris2016-02-272-15/+52
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Hide nan warnings for internal ma computationsAllan Haldane2016-02-262-15/+52
* | | | Merge pull request #7351 from ahaldane/ma_fix_1_datatestCharles Harris2016-02-261-9/+9
|\ \ \ \