summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix skip condition for test_loss_of_precision[complex256]Alexander Grund2022-08-101-5/+10
* Merge pull request #22038 from charris/backport-21996Charles Harris2022-07-242-10/+47
|\
| * BUG: Avoid errors on NULL during deepcopy (#21996)Jon Cusick2022-07-242-10/+47
* | BUG: Fix subarray to object cast ownership detailsSebastian Berg2022-07-243-1/+34
|/
* TYP,MAINT: Allow `einsum` subscripts to be passed via integer array-likesBas van Beek2022-07-231-9/+9
* Merge pull request #21949 from charris/backport-21896Charles Harris2022-07-081-4/+5
|\
| * numpy/core/setup.py (can_link_svml): Return False for 32bit builds on x86_64Matthias Koeppe2022-07-081-4/+5
* | Reorder extern "C" to only apply to function declarations in npy_math.hserge-sans-paille2022-07-081-4/+4
|/
* Merge pull request #21866 from charris/backport-21815Charles Harris2022-06-282-2/+5
|\
| * BUG: Fix discovered MachAr (still used within valgrind)Sebastian Berg2022-06-282-2/+5
* | remove unusued importpostmalloc2022-06-281-1/+0
* | parameterize and split testspostmalloc2022-06-281-39/+20
* | Handle NaNs correctly for half-precision floatsSrimukh Sripada2022-06-282-5/+38
|/
* Merge pull request #21810 from charris/backport-21794Charles Harris2022-06-211-5/+5
|\
| * BUG: lib: A loadtxt error message had two values reversed.warren2022-06-211-5/+5
* | MAINT: Add a check of the return value of PyMem_Calloc().warren2022-06-211-0/+4
|/
* Revert "ENH: Implement string comparison ufuncs (or almost) "Charles Harris2022-06-1618-671/+434
* Merge pull request #21761 from charris/backport-21759Charles Harris2022-06-142-3/+13
|\
| * BUG: Decref `loadtxt` converters when doneSebastian Berg2022-06-141-2/+12
| * BUG: Fix DECREF when `__array_priority__` is None (or similar)Sebastian Berg2022-06-141-1/+1
* | BUG: Do not skip value-based promotion path for large Python integersSebastian Berg2022-06-142-1/+15
|/
* Merge pull request #21719 from charris/backport-21691Charles Harris2022-06-102-2/+6
|\
| * BUG: Fix line skipping invalid read/use of invalid valueSebastian Berg2022-06-101-2/+3
| * BUG: Add error return for structured resolverSebastian Berg2022-06-101-0/+3
* | Merge pull request #21718 from charris/backport-21639Charles Harris2022-06-102-4/+42
|\ \
| * | BUG: use explicit einsum_path whenever it is given (#21639)Toshiki Kataoka2022-06-102-4/+42
| |/
* | ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-1018-434/+671
|/
* TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-091-0/+6
* BUG: Prevent attempted broadcasting of 0-D output operands in ufuncsSebastian Berg2022-06-082-2/+16
* DOC: Update the loadtxt int-via-float deprecation warning messageSebastian Berg2022-06-072-3/+27
* DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxtSebastian Berg2022-06-073-4/+48
* BUG: Fix TestConversion.test_to_int_scalar() on Python.Mariusz Felisiak2022-06-031-5/+10
* API: Retain `arr.base` more strictly in `np.frombuffer`Sebastian Berg2022-05-292-14/+16
* MAINT: back out conversion of npymath component to c++mattip2022-05-292-1/+844
* REL: Prepare for 1.23.0rc1 release, second version.Charles Harris2022-05-261-1/+1
* MAINT: Update C-API version in setup_common.pyCharles Harris2022-05-251-2/+2
* Merge pull request #21580 from charris/update-cversion-hashCharles Harris2022-05-232-3/+7
|\
| * MAINT: Update the cversion hash.Charles Harris2022-05-232-3/+7
* | MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-231-2/+0
* | MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-233-20/+3
|/
* Merge pull request #21553 from eendebakpt/MyPyFloat_AsDoubleSebastian Berg2022-05-211-1/+1
|\
| * use direct call to convert python float to doublePieter Eendebak2022-05-201-1/+1
* | Merge pull request #21545 from EwoutH/cython-0.29.30Charles Harris2022-05-211-2/+2
|\ \
| * | Tests/Docs: Update tests to Cython 0.29.30, mention in docsEwout ter Hoeven2022-05-201-2/+2
| |/
* | BLD: Sort svml objects to keep builds reproducibleJeremy Volkman2022-05-201-0/+4
|/
* DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920)Saswat Das2022-05-192-0/+17
* Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-1913-196/+468
|\
| * DOC: Fixup test and general doc stringsSebastian Berg2022-05-185-9/+8
| * TST: Fix byte-swap test for big-endian machinesSebastian Berg2022-05-111-1/+2
| * BUG: Failed comparison should be TypeError and fix title mismatch testSebastian Berg2022-05-112-4/+5