summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/conversion_utils.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-1/+1
* ENH: Move npreadtext into NumPy for faster text readingSebastian Berg2022-01-141-0/+3
* MAINT: Remove private CopyMode enum to private headerSebastian Berg2021-11-121-0/+6
* Addressed reviewsGagandeep Singh2021-11-021-1/+1
* resolved conflictsGagandeep Singh2021-11-021-4/+4
|\
| * MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-4/+4
* | resolved conflictsczgdp18072021-08-061-0/+11
|\ \ | |/
| * MAINT: Introduce `PyArray_PyIntFromIntp` to remove ifdef'sSebastian Berg2021-06-181-0/+11
* | renaming completeczgdp18072021-06-091-1/+1
* | initial work for supporting never_copyczgdp18072021-06-051-0/+3
|/
* DEP: Deprecate inexact matches of mode, shift parameter parsing to CAitik Gupta2021-03-181-0/+3
* MAINT: Introduce PyArray_OptionalIntpConverter for shape arguments which can ...Eric Wieser2020-03-311-0/+3
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* MAINT: Remove single file compilation support.Charles Harris2015-10-081-4/+0
* BUG: PyArray_SelectkindConverter should be in conversion_utils.h.Charles Harris2013-09-091-0/+5
* MAINT: Create new function PyArray_IntpFromIndexSequenceSebastian Berg2013-05-311-0/+3
* Merge branch 'replace-noprefix'Charles Harris2012-02-091-4/+4
|\
| * UPD: Use prefixed macros in *.h files except in numpy/numarray.Charles Harris2012-02-041-4/+4
* | DEP: Fix up handling of the O4/O8 deprecationMark Wiebe2012-02-051-0/+16
|/
* ENH: missingdata: Make PyArray_Converter and PyArray_OutputConverter safer fo...Mark Wiebe2011-08-271-6/+0
* ENH: missingdata: Towards making count_nonzero a full-featured reduction oper...Mark Wiebe2011-08-271-0/+11
* Put misc conversion into conversion_utils module.David Cournapeau2009-05-051-0/+15
* Put conversion utilities for PyArg_ParseTuple into separate file.David Cournapeau2009-05-051-0/+28