summaryrefslogtreecommitdiff
path: root/numpy/core/_internal.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* MAINT: Improve memory usage in PEP3118 format parsingEric Wieser2018-07-231-33/+33
* BUG: Work around bugs in pep3118 ctypes by falling back on np.dtype(type(ctyp...Eric Wieser2018-06-081-0/+13
* BUG: Instead of returning garbage, make dtype.descr error for out-of-order fi...Eric Wieser2018-01-131-0/+4
* BUG: add `__ne__` method to dummy_ctype class.Srinivas Reddy Thatiparthy2017-08-261-0/+2
* Merge pull request #9083 from eric-wieser/fix-duplicate-order-errorahaldane2017-05-101-4/+10
|\
| * MAINT: Improve error message from sorting with duplicate keyEric Wieser2017-05-101-4/+10
* | MAINT: refine error message for __array_ufunc__ not implementedStephan Hoyer2017-05-101-2/+3
* | BUG: Fix inconsistent lookup of __array_ufunc__.Eric Wieser2017-05-101-1/+1
|/
* Merge pull request #9054 from eric-wieser/fix-pep3118ahaldane2017-05-091-106/+134
|\
| * BUG: Prevent autogenerated names clashing with given namesEric Wieser2017-05-051-27/+20
| * BUG: Fix non-determinism in order of fields created from pep3118 formatsEric Wieser2017-05-051-20/+28
| * ENH: Pad with itemsize, not padding fieldsEric Wieser2017-05-051-27/+18
| * MAINT: refactor _dtype_from_pep3118 in terms of a streamEric Wieser2017-05-051-43/+79
* | Merge pull request #9026 from eric-wieser/ufunc_docstringsCharles Harris2017-05-091-0/+45
|\ \
| * | DOC: Show full argument lists for ufuncsEric Wieser2017-05-081-0/+45
* | | ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
|/ /
* | BUG: Move ctypes ImportError catching to appropriate place (#8898)davidjn2017-05-081-17/+30
|/
* ENH: Better error message for __array_ufunc__ not implementedStephan Hoyer2017-04-271-0/+12
* ENH: Allow AxisErrors to have a prefix on the messageEric Wieser2017-03-281-1/+14
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-16/+15
* ENH: For compatibility, use an exception type that subclasses both original t...Eric Wieser2017-02-201-0/+3
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* BUG: interpret 'c' PEP3118/struct type as 'S1'.John Zwinck2016-07-051-0/+2
* BUG: Fix numerous bugs related to zero-width string arrays (#473, #1901, #219...Erik M. Bray2016-05-311-2/+0
* BUG: revert view safety checksAllan Haldane2015-10-261-124/+13
* MAINT: Speedup field access by removing unneeded safety checks (1/3)Allan Haldane2015-10-181-40/+14
* BUG: Add void field at end of dtype.descr to match itemsizeSebastian Berg2015-09-251-0/+4
* ENH: add shares_memory, implement may_share_memory using itPauli Virtanen2015-08-291-0/+4