summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update artful to bionic for i386 testingmattip2018-05-281-1/+3
* Merge pull request #10938 from eric-wieser/linalg-lstsq-ufuncMarten van Kerkwijk2018-05-282-9/+9
|\
| * MAINT: Always spell "get the last two dims" the same wayEric Wieser2018-04-211-4/+5
| * MAINT: Prepare lstsq for vectorization, by using the last indices in shape, n...Eric Wieser2018-04-211-4/+3
| * MAINT: Fix typoEric Wieser2018-04-211-1/+1
* | Merge pull request #11180 from seberg/sparc-void-fixCharles Harris2018-05-281-17/+18
|\ \
| * | BUG: void dtype setup checked offset not actual pointer for alignmentSebastian Berg2018-05-291-17/+18
* | | Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-287-36/+356
|\ \ \ | |/ / |/| |
| * | MAINT: rewrite np.ma.(median|sort) to use take_along_axisEric Wieser2018-05-252-33/+13
| * | ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-255-3/+343
* | | Merge pull request #11163 from bmwiedemann/sortEric Wieser2018-05-281-4/+9
|\ \ \
| * | | Sort input file listBernhard M. Wiedemann2018-05-271-4/+9
* | | | Merge pull request #10898 from EricCousineau-TRI/prefer-user-copyswapnEric Wieser2018-05-282-3/+12
|\ \ \ \
| * | | | ENH: Have dtype transfer for equivalent user dtypes prefer user-defined `copy...Eric Cousineau2018-05-182-3/+12
* | | | | Merge pull request #9686 from eric-wieser/force-tupleCharles Harris2018-05-274-8/+49
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into force-tupleEric Wieser2018-05-25369-10679/+15747
| |\ \ \ \ \
| * | | | | | DEP: Deprecate non-tuple multidimensional indicesSebastian Berg2018-05-254-8/+48
* | | | | | | Merge pull request #11145 from mattip/nep-tweakCharles Harris2018-05-272-1/+14
|\ \ \ \ \ \ \
| * | | | | | | setting version confuses circlecimattip2018-05-241-2/+1
| * | | | | | | DOC: cleanup NEP creationmattip2018-05-243-2/+16
* | | | | | | | Merge pull request #11169 from pv/import-sanitycheckCharles Harris2018-05-271-0/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: add sanity-checks to be run at import timePauli Virtanen2018-05-271-0/+25
|/ / / / / / / /
* | | | | | | | Merge pull request #11168 from pv/sdot-regrcheckCharles Harris2018-05-271-0/+36
|\ \ \ \ \ \ \ \
| * | | | | | | | TST: linalg: add regression test for gh-8577Pauli Virtanen2018-05-271-0/+36
|/ / / / / / / /
* | | | | | | | Merge pull request #11120 from eric-wieser/simplify-ma-ctorMarten van Kerkwijk2018-05-261-11/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | STY: Add blank lineEric Wieser2018-05-261-0/+1
| * | | | | | | MAINT: remove redundant code in MaskedArray.__new__Eric Wieser2018-05-181-11/+3
* | | | | | | | Merge pull request #11097 from shoyer/timedelta-unitsEric Wieser2018-05-262-2/+23
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | TST: Add extra regression tests for gh-11096Eric Wieser2018-05-241-0/+6
| * | | | | | | TST: test for timedelta coersionStephan Hoyer2018-05-241-1/+4
| * | | | | | | BUG: fix datetime.timedelta->timedelta64 unit detection logicStephan Hoyer2018-05-231-1/+4
| * | | | | | | TST: regression test for gh-6452Stephan Hoyer2018-05-231-1/+10
* | | | | | | | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)Kritika Jalan2018-05-253-0/+21
* | | | | | | | ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-253-9/+103
* | | | | | | | Merge pull request #11159 from mattip/skip-ctypes-issueCharles Harris2018-05-251-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | TST: skip ctypes memoryview issue on old pythonmattip2018-05-241-0/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #11160 from mattip/windows-exceptionsEric Wieser2018-05-251-1/+0
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | TST: windows builds now properly support floating error statesmattip2018-05-241-1/+0
| |/ / / / / /
* | | | | | | BUG: time is lost from datetime.datetime when converting to datetime64 (#11149)Matti Picus2018-05-242-11/+18
* | | | | | | Merge pull request #11152 from lagru/pad-benchmarksEric Wieser2018-05-241-0/+25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BENCH: Add basic benchmarks for numpy.padLars G2018-05-241-0/+25
| |/ / / / /
* | | | | | TST: disable gc in refcount test (#11158)Matti Picus2018-05-241-5/+9
|/ / / / /
* | | | | Merge pull request #11134 from bashtage/doc-tofileCharles Harris2018-05-231-0/+5
|\ \ \ \ \
| * | | | | DOC: Clarify tofile requirementKevin Sheppard2018-05-221-0/+5
* | | | | | Merge pull request #11141 from eric-wieser/refactor-padCharles Harris2018-05-231-26/+25
|\ \ \ \ \ \
| * | | | | | MAINT: Extract a helper function for prepending and appendingEric Wieser2018-05-221-26/+25
* | | | | | | Merge pull request #11139 from mattip/warnings-as-errorsCharles Harris2018-05-231-3/+9
|\ \ \ \ \ \ \
| * | | | | | | TST: turn some build warnings into errorsmattip2018-05-221-3/+9
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11012 from eric-wieser/pad-slice-helpersMarten van Kerkwijk2018-05-221-60/+43
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | MAINT: np.pad: Generalize the helper function to be used in more placesEric Wieser2018-05-221-12/+15