summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/conversion_utils.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-1/+1
* DEP: Deprecate use of `axis=MAXDIMS` instead of `axis=None` (#20920)Saswat Das2022-05-191-0/+9
* ENH: Optimize `np.empty` for scalar arguments (#20175)Francesco Andreuzzi2022-05-061-83/+142
* ENH: Move npreadtext into NumPy for faster text readingSebastian Berg2022-01-141-0/+11
* BUG: Fix issues (mainly) found using pytest-leaks (#20583)Sebastian Berg2021-12-151-1/+2
* STY: Small style fixups for never-copy changesSebastian Berg2021-11-121-6/+6
* Apply suggestions from code reviewGagandeep Singh2021-11-101-1/+1
* Addressed reviews and increased code coverageGagandeep Singh2021-11-041-3/+3
* Fixed type checkGagandeep Singh2021-11-021-1/+1
* Addressed reviewsGagandeep Singh2021-11-021-19/+6
* resolved conflictsGagandeep Singh2021-11-021-3/+4
|\
| * STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+3
| * MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* | Made _CopyMode privateczgdp18072021-08-181-6/+6
* | Shifted to CopyMode to np.array_apiczgdp18072021-08-071-3/+6
* | resolved conflictsczgdp18072021-08-061-5/+1
|\ \ | |/
| * MAINT: Introduce `PyArray_PyIntFromIntp` to remove ifdef'sSebastian Berg2021-06-181-5/+1
* | removed complicated checks for copy_modeczgdp18072021-06-101-38/+5
* | fixed failures due to Python 3.8.2czgdp18072021-06-091-11/+41
* | renaming completeczgdp18072021-06-091-5/+5
* | Apply suggestions from code reviewGagandeep Singh2021-06-091-5/+11
* | enum.IntEnum -> enum.Enumczgdp18072021-06-081-5/+19
* | Added tests for np.arrayczgdp18072021-06-071-4/+4
* | Updated API ready for formal testingczgdp18072021-06-071-3/+3
* | Addressed reviews and PyArray_CopyConverter definedczgdp18072021-06-071-1/+24
* | initial work for supporting never_copyczgdp18072021-06-051-0/+5
|/
* Update numpy/core/src/multiarray/conversion_utils.cEric Wieser2021-03-181-0/+1
* DEP: Deprecate inexact matches of mode, shift parameter parsing to CAitik Gupta2021-03-181-0/+71
* MAINT: Remove redundant headers (#17163)Chunlin2020-09-011-1/+0
* MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-1/+1
* DEP: Deprecate inexact matches for mode, searchside (gh-16056)Anirudh Subramanian2020-06-081-7/+41
* Merge pull request #16389 from seberg/hardcode-scalar-buffersMatti Picus2020-06-041-1/+0
|\
| * ENH: Hardcode buffer handling for simple scalarsSebastian Berg2020-05-311-1/+0
* | DEP: Deprecate passing shape=None to mean shape=()Eric Wieser2020-05-311-0/+12
|/
* BUG: Unify handling of string enum convertersEric Wieser2020-04-271-259/+230
* MAINT: Introduce PyArray_OptionalIntpConverter for shape arguments which can ...Eric Wieser2020-03-311-0/+14
* MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-071-21/+0
* MAINT: Remove final NPY_PY3K (gh-15283)Seth Troisi2020-01-071-12/+0
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* MAINT: move buffer.h -> npy_buffer.h to avoid conflictsmattip2019-11-041-1/+1
* Fix other incorrect narrowing for format stringsEric Wieser2019-10-171-2/+2
* DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-261-33/+11
* ENH: Radix sortHameer Abbasi2019-05-111-1/+8
* ENH: err msg for too large sequences. See #13450Andrew Naguib2019-05-041-2/+2
* BUG: Add timsort without breaking the API.Charles Harris2019-02-071-7/+14
* DOC: update docstring of timsortwtli2019-01-301-4/+6
* ENH: preliminary numeric timsortwtli2019-01-211-0/+3
* BUG: Dealloc cached buffer info (#12249)Matti Picus2018-10-301-0/+2
* Remove NPY_STABLESORT enumLakshay Garg2018-03-291-1/+2
* add stablesort in np.sort and point to mergesortLakshay Garg2018-03-231-0/+3