summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* BUG: Added missing error check in `ndarray.__contains__` (gh-15553)Ganesh Kathiresan2020-03-011-0/+5
* TST: move _no_tracing to testing._privatemattip2020-03-012-22/+3
* MAINT: refactor function out of test modulemattip2020-01-051-7/+26
* BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdotPauli Virtanen2019-12-154-38/+53
* ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalgPauli Virtanen2019-12-154-59/+31
* ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix)Pauli Virtanen2019-12-151-7/+4
* ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068)Tirth Patel2019-12-152-15/+35
* API, DOC: change names to multivariate_hypergeometric, improve docsmattip2019-12-051-2/+2
* REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl"Charles Harris2019-12-046-83/+26
* Merge pull request #15007 from mattip/random-c-api2Ralf Gommers2019-12-031-4/+2
|\
| * API: revert changes to standard_t, cauchymattip2019-11-301-2/+2
| * API: rename functions in distributions.c,hmattip2019-11-291-6/+4
* | Merge pull request #15039 from eric-wieser/fix-weird-reraiseSebastian Berg2019-12-031-2/+1
|\ \
| * | BUG: Exceptions tracebacks are droppedEric Wieser2019-12-031-2/+1
| |/
* | Merge pull request #15036 from eric-wieser/fix-leakMatti Picus2019-12-031-1/+5
|\ \
| * | BUG: Fix refcounting in ufunc object loopsEric Wieser2019-12-031-1/+6
* | | Merge pull request #14794 from mattip/nep-0034-implRalf Gommers2019-12-026-26/+83
|\ \ \
| * | | MAINT: changes from reviewmattip2019-11-291-2/+4
| * | | MAINT: add test to test_deprecationsmattip2019-11-291-1/+9
| * | | MAINT: fixes from reviewmattip2019-11-251-4/+3
| * | | MAINT: fixes from reviewmattip2019-11-071-6/+7
| * | | MAINT: revert change to assert_array_equal, adjust testsmattip2019-10-311-1/+2
| * | | DEP: issue deprecation warning when creating ragged array (NEP 34)mattip2019-10-315-25/+71
* | | | REL: Update cversion and numpyconfig.hCharles Harris2019-12-022-0/+5
* | | | Merge pull request #15027 from charris/revert-71fc59dCharles Harris2019-12-022-145/+62
|\ \ \ \
| * | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-12-022-145/+62
| | |_|/ | |/| |
* | | | ENH: core: link only against blas64_/lapack64_ when BLAS64_ setPauli Virtanen2019-11-291-9/+5
* | | | ENH: core: add LAPACK64_ support in numpy.linalgPauli Virtanen2019-11-291-0/+9
* | | | ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when availablePauli Virtanen2019-11-291-36/+50
* | | | ENH: core: add 64_ suffixed cblas headerPauli Virtanen2019-11-293-550/+594
* | | | MAINT: core: optionally use symbol-suffixed 64-bit cblasPauli Virtanen2019-11-291-2/+15
|/ / /
* | | Merge pull request #14954 from mattip/test-extending-cffiCharles Harris2019-11-271-1/+1
|\ \ \
| * | | API, MAINT: export symbols on MSVC, fix typosmattip2019-11-211-1/+1
* | | | Merge pull request #14983 from charris/revert-71fc59dCharles Harris2019-11-271-20/+0
|\ \ \ \
| * | | | REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-11-251-20/+0
* | | | | Merge pull request #14982 from bwignall/typoCharles Harris2019-11-251-1/+1
|\ \ \ \ \
| * | | | | Fix typosBrian Wignall2019-11-251-1/+1
* | | | | | Merge pull request #12658 from tylerjereddy/NaT_sort_orderCharles Harris2019-11-253-0/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | BUG: NaT now sorts to end of arraysTyler Reddy2019-11-223-0/+44
| |/ / / /
* | | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-254-4/+32
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-162-2/+8
| * | | | API: Forbid Q<->m safe castingEric Wieser2019-10-163-3/+25
* | | | | Merge pull request #14932 from mproszewska/doc-tolistMatti Picus2019-11-211-6/+13
|\ \ \ \ \
| * | | | | Add changes to run tests againmpro2019-11-191-1/+1
| * | | | | Apply proposed changesmpro2019-11-181-6/+3
| * | | | | Doc: Compare 'tolist' function to 'list' in examplempro2019-11-181-4/+14
* | | | | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-214-23/+63
* | | | | | BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929)David Zwicker2019-11-212-9/+16
| |_|/ / / |/| | | |
* | | | | API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-192-0/+222
* | | | | TST: turn off tracing for np.resize testsmattip2019-11-162-0/+10