summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update tests for _ctypes classQiming Sun2019-09-151-14/+0
* MAINT: Remove _get_void_ptr functionQiming Sun2019-09-151-17/+4
* TEST: Add tests for .ctypes.data_asQiming Sun2019-09-141-0/+29
* BUG: typo in _ctypes classQiming Sun2019-09-101-1/+1
* BUG: _ctypes._as_parameter_ did not hold the array objectQiming Sun2019-09-101-1/+1
* BUG: Fix _ctypes class cirular reference. (#13808)Qiming Sun2019-09-101-3/+4
* Merge pull request #14459 from eric-wieser/MemoryError-sizeAllan Haldane2019-09-092-2/+92
|\
| * ENH: Print the amount of memory that would be used by a failed allocationEric Wieser2019-09-082-2/+92
* | Merge pull request #14393 from ahaldane/fix_fieldless_view_itemsizeMatti Picus2019-09-085-9/+54
|\ \
| * | BUG: Fix fieldless comparison broadcastingAllan Haldane2019-09-052-6/+16
| * | BUG: Fix comparison of fieldless structured arraysAllan Haldane2019-08-312-5/+13
| * | BUG: PyDataType_ISUNSIZED should be False for structured typesAllan Haldane2019-08-314-4/+25
| * | BUG: view with fieldless dtype should raise if itemsize != 0Allan Haldane2019-08-282-1/+7
* | | Merge pull request #13610 from eric-wieser/argwhereSebastian Berg2019-09-063-9/+43
|\ \ \
| * | | ENH: Always produce a consistent shape in the result of `argwhere`Eric Wieser2019-09-053-9/+43
| | |/ | |/|
* | | Merge pull request #14426 from espdev/see-also-printoptionsMatti Picus2019-09-061-2/+2
|\ \ \
| * | | DOC: add the reference to 'printoptions'Eugene Prilepin2019-09-051-2/+2
* | | | Merge pull request #14429 from seberg/exception-moduleCharles Harris2019-09-051-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Override module in private error classes displayed as baseSebastian Berg2019-09-051-0/+1
* | | | Merge pull request #14387 from mattip/dtype-overflowCharles Harris2019-09-041-0/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Apply suggestions from code reviewMatti Picus2019-09-041-2/+3
| * | | BUG: skip new test on windows, 32-bitmattip2019-08-281-0/+2
| * | | BUG: test, fix regression in converting to ctypesmattip2019-08-281-0/+7
| | |/ | |/|
* | | BUG: Fix lexsort + radix sort.Hameer Abbasi2019-09-042-9/+17
| |/ |/|
* | Merge pull request #14392 from ahaldane/around_docstring_inexactMatti Picus2019-09-011-4/+29
|\ \
| * | DOC: update np.around docstring with note about floating-point errorAllan Haldane2019-08-311-4/+29
| |/
* | Merge pull request #14364 from hugovk/fix-flake8-2020Charles Harris2019-08-281-1/+1
|\ \ | |/ |/|
| * BUG: Fix for Python 4Hugo2019-08-261-1/+1
* | Merge pull request #14370 from ivirshup/var-dtype-docfixMatti Picus2019-08-271-1/+1
|\ \ | |/ |/|
| * DOC: Fixed dtype docs for var, nanvar.Isaac Virshup2019-08-271-1/+1
* | BUG: revert detecting and raising error on ragged arraysmattip2019-08-232-11/+1
* | Merge pull request #14240 from batterseapower/lexsortSebastian Berg2019-08-222-9/+46
|\ \
| * | BUG: don't fail when lexsorting some empty arrays (#14228)Max Bolingbroke2019-08-222-9/+46
* | | Merge pull request #14290 from eric-wieser/fix-if-fieldsCharles Harris2019-08-225-12/+54
|\ \ \
| * \ \ Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-19154-5623/+16070
| |\ \ \
| * | | | MAINT: Use the `.names is None` idiom to detect structured array in arrayprintEric Wieser2019-08-191-1/+1
| * | | | MAINT: Test names against None for consistencyEric Wieser2019-08-192-2/+2
| * | | | BUG: Fix crash in recarray if nested structured dtypes contain paddingEric Wieser2019-08-192-2/+17
| * | | | BUG: Make np.record work on structured fields with no fieldsEric Wieser2019-08-192-7/+34
* | | | | Merge pull request #14216 from pentschev/enable-hugepages-in-all-buildsCharles Harris2019-08-201-4/+12
|\ \ \ \ \
| * | | | | MAINT: comment on lack of error checks for madvise()Peter Andreas Entschev2019-08-071-0/+4
| * | | | | MAINT: define MADV_HUGEPAGE if not definedPeter Andreas Entschev2019-08-071-7/+7
| * | | | | ENH, REL: Enable huge pages in all Linux buildsPeter Andreas Entschev2019-08-071-5/+9
* | | | | | Merge pull request #14259 from kritisingh1/dep7Matti Picus2019-08-202-44/+0
|\ \ \ \ \ \
| * | | | | | DEP: Deprecate arrayprint formatting functionskritisingh12019-08-192-44/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #14256 from kritisingh1/dep6Matti Picus2019-08-201-33/+1
|\ \ \ \ \ \
| * | | | | | DEP: Deprecate load/dump functions in favour of pickle methodskritisingh12019-08-191-33/+1
| |/ / / / /
* | | | | | BUG: core: Handle large negative np.int64 args in binary_repr.Warren Weckesser2019-08-182-0/+9
|/ / / / /
* | | | | Merge pull request #13368 from r-devulap/sincos-simdMatti Picus2019-08-189-52/+410
|\ \ \ \ \
| * | | | | BUG: rename avx2_scalef_ps to fma_scalef_psRaghuveer Devulapalli2019-08-031-1/+1