summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Rename to DTypePromotionErrorSebastian Berg2022-12-021-3/+3
* ENH: Add an InvalidPromotion exceptionSebastian Berg2022-12-011-2/+5
* PERF: Eliminate slow check for pypy during numpy import (#22163)Pieter Eendebak2022-08-231-2/+1
* MAINT,ENH: Adjust metadata preservation, preserving it for identical structur...Sebastian Berg2022-05-091-1/+16
* API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-1/+41
* PERF: Avoid using `@recursive`.Antony Lee2021-08-031-31/+0
* DOC: Add documentation for `np.ctypeslib.c_intp`Bas van Beek2021-06-221-5/+4
* DOC: Add the `axis` and `axes` keywords to gufunc signaturesBas van Beek2021-05-201-3/+5
* DEP: Deprecate 4 `ndarray.ctypes` methods (#19031)Bas van Beek2021-05-181-5/+40
* STY: core._internaldanielhrisca2020-08-111-18/+16
* MAINT: Chaining exceptions in numpy/core/_internal.pytabhi07972020-07-041-5/+5
* MAINT: Chaining exceptions in numpy/core/_internal.pytabhi07972020-07-041-6/+7
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-2/+1
* NEP: issue deprecation warning when creating ragged array (NEP 34)Matti Picus2020-01-211-1/+1
* Merge pull request #15307 from sethtroisi/sys_version_preMatti Picus2020-01-161-1/+0
|\
| * MAINT: cleanup sys.version dependant codeSeth Troisi2020-01-121-1/+0
* | MAINT: Eliminate some calls to `eval`Eric Wieser2020-01-111-1/+2
|/
* MAINT: Work with unicode strings in `dtype('i8,i8')`Eric Wieser2020-01-111-14/+14
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-6/+6
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-181-1/+1
|\
| * DOC: no `data_as` reference is availablemattip2019-10-151-1/+1
* | MAINT: Refer numpy issue #13808 to upstream CPython bug https://bugs.python.o...Qiming Sun2019-10-051-1/+2
* | TEST: Fix broken pypy ctypes testQiming Sun2019-09-191-24/+0
* | MAINT: Remove _get_void_ptr functionQiming Sun2019-09-151-17/+4
* | 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 remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-191-41/+98
|\
| * BUG: test and fix np.dtype('i,L')kirienko2019-04-291-1/+1
| * MAINT: use openblas, gfortran, tweak azure and comment mro (from review)mattip2019-04-211-0/+2
| * TEST: update for PyPymattip2019-04-171-1/+7
| * MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-131-24/+0
| * ENH: port __array_function__ overrides to CStephan Hoyer2018-12-191-0/+7
| * Merge commit '7ce7382d5eacbc3da026289483a841184a609928' into fix-9647Eric Wieser2018-12-161-0/+14
| |\
| | * Merge pull request #11721 from eric-wieser/fix-9647Charles Harris2018-12-161-15/+58
| | |\
| * | | BUG: Fix regression in _missing_ctypes.cast that is not tested in CIEric Wieser2018-12-161-1/+1
| * | | BUG: Ensure that arr.ctypes works on arrays with overlapping fieldsEric Wieser2018-12-161-8/+31
| | |/ | |/|
| * | MAINT: Use property decorators for clarityEric Wieser2018-11-041-8/+18
| * | BUG: Make `arr.ctypes.data` hold onto a reference to the underlying arrayEric Wieser2018-10-301-7/+40
* | | MAINT: Test names against None for consistencyEric Wieser2019-08-191-1/+1
| |/ |/|
* | Merge pull request #12382 from shoyer/finish-set-moduleCharles Harris2018-11-141-0/+3
|\ \
| * | ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+3
| |/
* | MAINT: Improve error message for legal but unsupported PEP3118 typesEric Wieser2018-11-131-0/+11
|/
* MAINT: Extract `_is_from_ctypes` to a header so that it can be sharedEric Wieser2018-10-251-3/+3
* MAINT: remove unused importsEmil Hessman2018-09-291-2/+1
* MAINT: refactor design of recursive closures (#11910)Matti Picus2018-09-161-1/+33
* Merge pull request #11765 from eric-wieser/ctypes-docsMatti Picus2018-08-181-3/+42
|\
| * DOC: Move documentation from `help(ndarray.ctypes)` to `help(some_array.ctypes)`Eric Wieser2018-08-171-3/+42
* | BUG: Fixes for unicode field names in Python 2 (#11642)Chris Billington2018-08-161-2/+2
|/