summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #10741 from eric-wieser/as_integer_ratioTyler Reddy2019-04-183-0/+233
|\ \ \ \
| * | | | TST: use smaller tests for PR 10741.Tyler Reddy2019-04-181-46/+76
| * | | | ENH: Implement `np.floating.as_integer_ratio`Eric Wieser2019-04-103-0/+203
| | |_|/ | |/| |
* | | | Merge pull request #13218 from debsankha/isfinite-datetimeCharles Harris2019-04-186-2/+62
|\ \ \ \
| * \ \ \ Merge branch 'master' into isfinite-datetimeMatti Picus2019-04-1010-113/+126
| |\ \ \ \
| * | | | | MAINT: Changed ufunc type description for `isfinite`Debsankha Manik2019-04-071-1/+1
| * | | | | TST: testing isfinite on datetime and timedelta objects.Debsankha Manik2019-03-301-0/+21
| * | | | | MAINT: added missing return in PyUFunc_IsFiniteTypeResolverDebsankha Manik2019-03-301-1/+1
| * | | | | ENH: allow datettimes in isfiniteSebastian Berg2019-03-305-2/+41
* | | | | | Merge pull request #11684 from mattip/unravel_index-emptyMatti Picus2019-04-181-33/+68
|\ \ \ \ \ \
| * | | | | | BUG: fix from reviewmattip2019-03-301-1/+1
| * | | | | | BUG: fixes from reviewmattip2019-03-291-45/+40
| * | | | | | BUG: raise on empty sequence input to unravel_index, ravel_index_multi; clari...mattip2019-03-291-23/+63
* | | | | | | Merge pull request #13293 from mattip/errmsgMatti Picus2019-04-181-13/+12
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | DOC: add more info to failure messagemattip2019-04-111-13/+12
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #12889 from ivanov/no-pickles-for-youCharles Harris2019-04-161-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BUG: load fails when using pickle without allow_pickle=TruePaul Ivanov2019-04-161-1/+1
* | | | | | Merge pull request #13337 from kritisingh1/conjMatti Picus2019-04-161-0/+8
|\ \ \ \ \ \
| * | | | | | DOC: Add docstrings for consistency in aliaseskritisingh12019-04-161-0/+8
* | | | | | | Merge pull request #13346 from eric-wieser/tidy-typeinfoCharles Harris2019-04-163-21/+46
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | BUG/MAINT: Tidy typeinfo.h and .cEric Wieser2019-04-163-21/+46
* | | | | | | Merge pull request #13331 from rgommers/fix-docsMatti Picus2019-04-153-158/+54
|\ \ \ \ \ \ \
| * | | | | | | DOC: fix doc formatting issues exposed by numpydoc 0.9.0rc1Ralf Gommers2019-04-142-2/+2
| * | | | | | | DOC: fix issues with See Also sections of generic.Ralf Gommers2019-04-141-156/+52
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #13316 from AnderUstarroz/added-antidiagonal-examplesMatti Picus2019-04-151-5/+20
|\ \ \ \ \ \ \
| * | | | | | | DOC: Added anti-diagonal examples to np.diagonal and np.fill_diagonalAnder Ustarroz2019-04-131-5/+20
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | MAINT: Tidy up error message for accumulate and reduceatEric Wieser2019-04-141-25/+27
* | | | | | | Merge pull request #13322 from eric-wieser/cyclic-importCharles Harris2019-04-134-447/+469
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Move umath error helpers into their own moduleEric Wieser2019-04-134-447/+469
* | | | | | | | Merge pull request #13324 from eric-wieser/move-asarrayCharles Harris2019-04-134-311/+328
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-134-311/+328
* | | | | | | | Merge pull request #13323 from seberg/ufunc-at-large-iterationEric Wieser2019-04-131-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | BUG: ufunc.at iteration variable size fixSebastian Berg2019-04-131-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-135-27/+28
|/ / / / / /
* | | | | | BUG: Fix bad error message in np.memmapEric Wieser2019-04-112-1/+11
|/ / / / /
* | | | | MAINT: fix unused variable warning in npy_math_complex.c.srcRalf Gommers2019-04-091-5/+0
| |/ / / |/| | |
* | | | BUG: Fix null pointer dereference in PyArray_DTypeFromObjectHelperJakub Wilk2019-04-062-1/+7
* | | | ENH: vectorize np.abs for unsigned ints and half, improving performance up to...Christopher Whelan2019-04-051-10/+4
* | | | Merge pull request #13243 from adeak/maint_flat_nosetref_refactorCharles Harris2019-04-021-2/+3
|\ \ \ \
| * | | | MAINT: replace SETREF with assignment to ret array in ndarray.flatAndras Deak2019-04-021-2/+3
* | | | | DOC: fix docstring for floor_divide (#13242)Assem2019-04-021-2/+2
|/ / / /
* | | | BUG/MAINT: fix reference count error on invalid input to ndarray.flat (#13176)adeak2019-04-012-25/+41
* | | | BUG: Fix of `var` method for complex object arraysChirag Nighut2019-04-012-3/+7
* | | | Merge pull request #13208 from qwhelan/charris_followupMatti Picus2019-03-312-71/+62
|\ \ \ \
| * | | | MAINT: remove OUTPUT_LOOP_FAST macro and use UNARY_LOOP_FAST insteadChristopher Whelan2019-03-292-27/+10
| * | | | MAINT: cleanup of fast_loop_macros.hChristopher Whelan2019-03-292-59/+67
| | |_|/ | |/| |
* | | | Merge pull request #13224 from esc/better_error_for_repeatsMatti Picus2019-03-311-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Improve error message for np.repeatValentin Haenel2019-03-301-1/+2
| | |/ | |/|
* | | TST: add tests for the existence and round-tripping of datetime limitsEric Wieser2019-03-281-0/+38
* | | MAINT: Simplify logic in convert_datetime_to_datetimestructEric Wieser2019-03-281-133/+78
|/ /