summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9294 from b-carter/fix_histogram_monotonicity_checkEric Wieser2017-09-242-1/+9
|\
| * allow non-strictly increasing binsBrandon Carter2017-08-191-1/+1
| * minor change to the logicBrandon Carter2017-06-251-1/+1
| * BUG: fixes unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-1/+1
| * TST: add test for unsigned bins monotonicity check, see #9222Brandon Carter2017-06-241-0/+8
* | Merge pull request #9300 from ahaldane/fix_obj_nonzeroCharles Harris2017-09-244-39/+53
|\ \
| * | ENH: release GIL in CountNonzero trivial loopAllan Haldane2017-09-141-6/+18
| * | MAINT: Simplify array_contains using PyArray_AnyAllan Haldane2017-09-142-76/+9
| * | MAINT: array_any_nonzero now uses new iterator APIAllan Haldane2017-09-132-21/+59
| * | BUG: PyArray_CountNonzero does not check for exceptionsAllan Haldane2017-09-133-2/+33
* | | Merge pull request #9762 from eric-wieser/PyArray_GETITEMCharles Harris2017-09-2410-32/+28
|\ \ \
| * | | MAINT: Use the PyArray_(GET|SET)_ITEM functions where possibleEric Wieser2017-09-2310-32/+28
* | | | Merge pull request #9740 from charris/fix-_npy_scaled_cexp-buildEric Wieser2017-09-241-1/+7
|\ \ \ \
| * | | | BUG: Ensure `_npy_scaled_cexp{,f,l}` is defined when needed.Charles Harris2017-09-211-1/+7
* | | | | Merge pull request #9752 from eric-wieser/workaround-numeric-setitemCharles Harris2017-09-242-5/+37
|\ \ \ \ \
| * | | | | BUG: Errors thrown by 0d arrays in setitem are silenced and replacedEric Wieser2017-09-232-5/+37
| | |/ / / | |/| | |
* | | | | Merge pull request #9756 from eric-wieser/longcomplex_precision_lossCharles Harris2017-09-242-39/+31
|\ \ \ \ \
| * | | | | BUG: Fix silent loss of clongdouble precisionEric Wieser2017-09-231-20/+9
| * | | | | TST: Check if precision is lost in longcomplexEric Wieser2017-09-231-19/+22
| |/ / / /
* | | | | Merge pull request #8722 from wirawan0/masterCharles Harris2017-09-231-2/+5
|\ \ \ \ \
| * | | | | MAINT: Clarify of the suppress print option more.Charles Harris2017-09-231-4/+5
| * | | | | DOC: Clarifying the meaning of small values for `suppress` print option.Wirawan Purwanto2017-03-011-0/+2
* | | | | | Merge pull request #9709 from spencerahill/spencerahill-allclose-docstringCharles Harris2017-09-231-2/+7
|\ \ \ \ \ \
| * | | | | | MAINT: Use single backticks when link needed.Charles Harris2017-09-231-1/+1
| * | | | | | [ci skip] requested updatesSpencer Hill2017-09-191-6/+7
| * | | | | | Add equals to See Also; remove 'np.'Spencer Hill2017-09-181-2/+2
| * | | | | | DOC allclose doesn't require matching shapesSpencer Hill2017-09-181-0/+4
* | | | | | | Merge pull request #9683 from MSeifert04/doc_add_polyutilsCharles Harris2017-09-231-14/+23
|\ \ \ \ \ \ \
| * | | | | | | DOC: Add polyutils subpackage to reference documentation [skip ci]Michael Seifert2017-09-231-14/+23
* | | | | | | | Merge pull request #9749 from eric-wieser/divmod-longdoubleCharles Harris2017-09-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Fix loss of precision for large values in long double divmodEric Wieser2017-09-221-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | DOC: Fix ndarray.__setstate__ documentation, it only takes one argument.Michael Seifert2017-09-231-1/+4
|/ / / / / / /
* | | | | | | MAINT: Use PyArray_CHKFLAGS in more places.Charles Harris2017-09-221-2/+2
* | | | | | | BUG: core: use npy_cabs for abs() for np.complex* scalar typesPauli Virtanen2017-09-222-4/+13
* | | | | | | MAINT: Use zip, not enumerateEric Wieser2017-09-211-17/+18
* | | | | | | Merge pull request #9336 from eric-wieser/masked-constantCharles Harris2017-09-212-12/+92
|\ \ \ \ \ \ \
| * | | | | | | TST: Add test for direct writing of `masked`Eric Wieser2017-07-181-2/+4
| * | | | | | | BUG: change fix for gh-9328 to make masked.copy() a noopEric Wieser2017-07-182-24/+15
| * | | | | | | MAINT: Improve comments and tests, in response to reviewEric Wieser2017-07-162-13/+29
| * | | | | | | BUG: np.ma.masked is mutableEric Wieser2017-06-302-1/+27
| * | | | | | | BUG: Prevent copies of np.ma.MaskedConstant from being created by .view.Eric Wieser2017-06-302-15/+36
| * | | | | | | BUG: np.ma.masked does not preserve identity through pickleEric Wieser2017-06-302-1/+15
| * | | | | | | ENH: Make duplicated masked constants obviousEric Wieser2017-06-302-1/+11
* | | | | | | | Merge pull request #9408 from eric-wieser/gradient-fixCharles Harris2017-09-212-8/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Use clearer variableEric Wieser2017-07-131-1/+1
| * | | | | | | | BUG: Use np.ndim not asarray, to allow duck-typesEric Wieser2017-07-131-7/+6
| * | | | | | | | BUG: Only allow 1d distance arraysEric Wieser2017-07-132-1/+7
| * | | | | | | | BUG: Allow 0d arrays instead of scalars in gradientEric Wieser2017-07-132-8/+15
* | | | | | | | | Merge pull request #9711 from charris/fix-scalar-elisionCharles Harris2017-09-212-0/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG: Make scalar function elision check writeable.Charles Harris2017-09-182-0/+11
| | |_|_|_|_|/ / / | |/| | | | | | |