summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/convert.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23505 from cbrt64/fix-2256Matti Picus2023-05-171-6/+13
|\
| * MAINT: Use fwrite chunking generally on Windows 64 and size_t as typeSebastian Berg2023-05-161-6/+9
| * BUG: Use 2GiB chunking code for fwrite() on mingw32/64Edward E2023-03-311-3/+7
* | MAINT: fix signed/unsigned int comparison warningsNathan Goldbaum2023-05-151-1/+1
* | Merge pull request #18053 from Iamsoto/adding_object_to_einsumSebastian Berg2023-04-281-13/+20
|\ \
| * | MAINT: expand PyArray_AssignZero to handle object dtypemattip2023-03-301-13/+20
* | | MAINT: Refactor internal array creation to also allow dtype preservationSebastian Berg2023-04-261-1/+1
| |/ |/|
* | MAINT: use PyArray_ClearBuffer in PyArray_FillWithScalarNathan Goldbaum2023-03-291-1/+2
|/
* TEST: remove very slow test, add it as a comment to the code snippet it testsmattip2023-02-151-1/+18
* Bug: Fix fill violating read-only flag. (#22959)Panagiotis Zestanakis2023-01-081-0/+5
* BUG: Fix refcounting errors found using pytest-leaksSebastian Berg2022-12-141-0/+3
* Fix conversion from bool to enumjuztamau52022-11-071-1/+1
* MAINT: Simplify element setting and use it for fillingSebastian Berg2022-06-121-137/+29
* MAINT: refactor NotNull in API functionsmattip2022-02-021-0/+6
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+3
* Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-031-2/+2
|\
| * MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+2
* | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-6/+6
|/
* MAINT: Remove redundant headers (#17163)Chunlin2020-09-011-3/+0
* Merge branch 'master' into cleanup-LongEric Wieser2020-08-241-2/+2
|\
| * MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-2/+2
* | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-1/+1
|/
* MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-071-6/+0
* MAINT: Delete some unused functionsSebastian Berg2019-09-111-29/+0
* ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-16/+0
* MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-111-3/+5
* BUG: Set ndarray.base before calling __array_finalize__Eric Wieser2018-06-071-9/+1
* MAINT/STY: Line wrap PyArray_NewFromDescr consistentlyEric Wieser2018-06-051-7/+6
* MAINT: Use the PyArray_(GET|SET)_ITEM functions where possibleEric Wieser2017-09-231-2/+2
* MAINT: Use the error_converting macro where possibleEric Wieser2017-08-111-4/+5
* BUG: numpy.ndarray.tofile creates a corrupt file for large arrays in append f...Pavel Potocek2016-12-041-1/+12
* MAINT: Add deprecation warning to multi-field views/assignmentAllan Haldane2016-09-241-0/+14
* BUG: Fixes to reading and writing of empty arrays, and in particular arrays w...Erik M. Bray2016-05-311-0/+4
* BUG: Fix numerous bugs related to zero-width string arrays (#473, #1901, #219...Erik M. Bray2016-05-311-2/+3
* STY: Minor C style fixups for convert.c.Charles Harris2015-12-171-2/+4
* ENH: use linux fallocate to reserve diskspace in array.tofileJulian Taylor2015-12-171-0/+41
* BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-281-1/+1
* MAINT: missing decref in PyArray_ViewAllan Haldane2015-07-181-1/+2
* BUG: arr.fill() should accept the max uint64 valueJohn Tyree2015-02-281-8/+25
* MAINT: #2312, Make all tofile failures raise IOError.Charles Harris2014-02-201-10/+7
* BUG: Fix to allow x.fill(tuple) where x is a struct arrayMark Wiebe2013-08-121-1/+8
* BUG: Replace ISFORTRAN by IS_F_CONTIGUOUS.Sebastian Berg2012-10-211-2/+2
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-1/+1
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-56/+10
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-3/+3
* UPD: Make multiarray *.c files use prefixed macros.Charles Harris2012-02-041-2/+1
* STY: core/src - replace macros in old_defines.h with new versions.Charles Harris2012-02-041-1/+1
* WRN: Remove many warnings when building at a higher warning levelMark Wiebe2011-10-011-4/+4
* ENH: core: Rename PyArrayObject_fieldaccess to PyArrayObject_fieldsMark Wiebe2011-08-271-1/+1