summaryrefslogtreecommitdiff
path: root/numpy/core/code_generators/cversions.txt
Commit message (Expand)AuthorAgeFilesLines
* ENH: Allow compiling compatibly to old NumPy versionsSebastian Berg2023-04-041-1/+3
* REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-221-0/+1
* REL: Prepare main for NumPy 1.24.0 developmentCharles Harris2022-05-231-0/+1
* MAINT: Update the cversion hash.Charles Harris2022-05-231-2/+6
* REL: Prepare main for NumPy 1.23.0 developmentCharles Harris2021-11-161-0/+1
* MAINT: Prepare for branching maintenace/1.22.xCharles Harris2021-11-151-1/+3
* Export globally the default handler capsule singletonElias Koromilas2021-11-101-1/+1
* ENH: Configurable allocator (#17582)Matti Picus2021-10-251-1/+3
* MAINT: Update cversions.Charles Harris2021-05-221-0/+2
* MAINT: Prepare for the NumPy 1.20.x branch.Charles Harris2020-11-261-2/+3
* Merge pull request #15508 from seberg/dtypemeta-newMatti Picus2020-05-271-0/+3
|\
| * Possible initialization safety fixups and fix API hash.Sebastian Berg2020-03-181-0/+3
* | REL: Update master after 1.19.x branch.Charles Harris2020-05-171-0/+1
|/
* REL: Update master after 1.18.x branch.Charles Harris2019-12-031-0/+1
* REL: Update cversion and numpyconfig.hCharles Harris2019-12-021-0/+2
* MAINT: Update cversion hash.Charles Harris2018-11-181-4/+5
* DEP: deprecate np.set_numeric_ops and friendsmattip2018-10-211-2/+4
* DOC: tweak docs from reviewmattip2018-10-121-1/+1
* ENH: increment and use NPY_API_VERSION in PyUFuncObject->versionmattip2018-10-071-0/+2
* ENH: Remove NpyIter_Closemattip2018-06-181-2/+1
* ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-201-0/+3
* MAINT: Update c-api version and hash for NumPy 1.14.Charles Harris2017-11-141-2/+4
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-1/+2
* MAINT: Update master branch for 1.14.0 development.Charles Harris2017-05-101-0/+1
* DOC: fix typo in commentPauli Virtanen2017-01-191-1/+1
* MAINT: bump API versionPauli Virtanen2017-01-191-0/+3
* REL: Updates for C-ABI and C-API.Charles Harris2016-11-051-0/+1
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* REL: Prepare for 1.10.x branch.Charles Harris2016-01-191-0/+1
* MAINT: Update version info for Numpy 1.10.Charles Harris2015-06-221-0/+3
* BLD: fix random API hash due to memory references of annotationsJulian Taylor2014-06-261-1/+1
* MAINT: Update the C-API hash in cversions.txt.Charles Harris2014-05-041-2/+14
* ENH: add PyDataMem_NEW_ZEROED which allocates memory with callocJulian Taylor2013-08-161-2/+2
* MAINT: Update API version and API hash.Charles Harris2013-08-141-0/+2
* BUG: fix NPY_NO_DEPRECATED_API mechanism.Ralf Gommers2013-03-021-1/+3
* changed the name of _swap_axesJohn Salvatier2012-10-081-1/+1
* gave MapIter an APIJohn Salvatier2012-10-081-0/+2
* Update C-API version hashThouis (Ray) Jones2012-07-061-1/+1
* Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-161-2/+2
* Rename PyArray_RequireWriteable to PyArray_FailUnlessWriteableNathaniel J. Smith2012-05-221-2/+2
* Funnel all assignments to PyArrayObject->base through a single pointNathaniel J. Smith2012-05-151-1/+1
* API: Update c_api_version hash.Charles Harris2012-04-061-1/+1
* VER: Bump up NPY_API_VERSION from 6 (Used by 1.6) to 7Mark Wiebe2012-04-061-1/+3
* API: update C API version hash after rename of nditer.niter -> nditer.nopRalf Gommers2011-03-221-1/+1
* BLD: update C API version again after Mark's renaming of functions.rgommers2011-03-111-1/+1
* BLD: Increase C API version. Necessary because new C API functions were added.rgommers2011-03-101-0/+3
* API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (an...Travis Oliphant2010-02-151-0/+1
* ENH: add version 4 checksum of the C API (numpy 1.4.0).David Cournapeau2009-11-261-0/+2
* DOC: document at which version we changed the way to checksum the API.David Cournapeau2009-10-081-0/+2