summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/descriptor.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Create new DType class aware converters for `dtype=`Sebastian Berg2023-02-031-0/+23
* API: Fix `np.result_type(structured_dtype)` to "canonicalize" (#19346)Sebastian Berg2022-02-221-0/+12
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* BUG: Fix getter and setter signaturesJoe Marshall2021-06-301-2/+4
* FIXUP: fix misnamingEric Wieser2020-01-101-1/+1
* FIXUP: Clean up the external caller to use the new API tooEric Wieser2020-01-091-2/+2
* MAINT: Improve const-correctness of string argumentsEric Wieser2020-01-061-1/+1
* Merge pull request #13003 from seberg/dtype-attr-recursionMatti Picus2019-07-031-2/+2
|\
| * BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-05-251-2/+2
* | ENH: Allow dtype objects to be indexed with multiple fields at once (#10417)Eric Wieser2019-06-071-0/+12
|/
* MAINT/BUG: Move ctype -> dtype conversion to python, fix issuesEric Wieser2018-10-251-1/+1
* MAINT: Move dtype string functions to pythonEric Wieser2018-08-191-26/+0
* MAINT: improve struct assignment, allow multi fields viewsAllan Haldane2017-09-071-0/+4
* MAINT: Remove single file compilation support.Charles Harris2015-10-081-2/+0
* ENH: missingdata: Change NA repr to use strings like the dtype repr doesMark Wiebe2011-08-271-6/+11
* ENH: dtype: Make handling of struct dtype align= flag more rigorous (also fix...Mark Wiebe2011-07-221-7/+16
* ENH: dtype: Fix repr of structured dtypes (Fixes #1619)Mark Wiebe2011-06-211-0/+12
* BUG: Fix extra declaration of _datetime_strings in descriptor.h when notCharles Harris2009-11-281-2/+0
* BUG: fix wrong declaration of _datetime_strings.David Cournapeau2009-11-251-1/+5
* BUG: declare _datetime_strings and mark its definition as a private symbol so...David Cournapeau2009-11-251-0/+2
* Move arraytypes-related functions declaration into separate file.David Cournapeau2009-04-301-0/+3
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-0/+10