summaryrefslogtreecommitdiff
path: root/numpy/core/code_generators/generate_numpy_api.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove unused API documentation generationmattip2022-12-151-16/+1
* BLD: enable building NumPy with MesonRalf Gommers2022-11-251-1/+29
* Fixing formatting problemjoaopfg2022-07-071-3/+3
* Fixing too long linesjoaopfg2022-07-071-2/+4
* Adding docs about the C-API incompatibility error and pointing to the docs in...joaopfg2022-07-071-1/+1
* Adding docs about the C-API incompatibility error and pointing to the docs in...joaopfg2022-07-071-1/+4
* MAINT: use PyErr_SetString in _import_array where possibleKarl Otness2022-06-201-5/+8
* MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-3/+0
* API: Create Preliminary DTypeMeta class and np.dtype subclassesSebastian Berg2020-03-181-1/+3
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-041-9/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-9/+0
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-031-2/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-7/+1
|/
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+3
* BUG: do not override exception on import failuremattip2018-11-131-1/+0
* MAINT: merge umath, multiarray into _multiarray, add python wrappersmattip2018-08-211-2/+2
* MAINT: Improve error message for missing API entryEric Wieser2017-06-011-2/+7
* MAINT: don't rewrite api headers unnecessarilyJulian Taylor2017-04-101-11/+6
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-1/+1
* MAINT: Add '0x' to API version error for clarity.Stuart Berg2016-01-171-2/+2
* MAINT: Remove single file compilation support.Charles Harris2015-10-081-6/+0
* MAINT: enable external api use when running cpycheckerJulian Taylor2014-06-261-1/+2
* MAINT: replace multiarray_global_vars_types by using tuplesJulian Taylor2014-05-011-8/+5
* MAINT: always use tuples for api index valuesJulian Taylor2014-04-261-10/+9
* MAINT: annotate reference stealing and burrowed refs in multiarrayJulian Taylor2014-04-241-2/+8
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-2/+2
* ENH: core: Deprecating direct access to the PyArrayObject fieldsMark Wiebe2011-07-191-1/+3
* BUG: core: use PyCapsule objects only on Python >= 3.0, stay with PyCObjects ...Pauli Virtanen2010-07-171-1/+1
* STY: core: reduce code duplication in _import_umath and _import_arrayPauli Virtanen2010-05-131-7/+3
* ENH, BUG: PyCObject will be deprecated in python 2.7. So use the NpyCapsuleCharles Harris2010-05-031-1/+1
* 3K: core: fix import_array to return NULL on failure -- according to the Py3 ...Pauli Virtanen2010-03-061-1/+7
* ENH: Cleanup numpy and ufunc apis for Python >= 3.1. Make sure that an error isCharles Harris2010-02-251-31/+48
* BUG: Replace deprecated PyCObject by PyCapsule for Python >= 3.1.Charles Harris2010-02-231-7/+18
* ENH: merge genapi2 and genapi.David Cournapeau2009-10-081-7/+6
* ENH: do not use *_order.txt inputs anymore.David Cournapeau2009-10-081-10/+17
* ENH: make the API array name customizable so that it can be reused for other ...David Cournapeau2009-10-081-4/+6
* ENH: move *Api classes into genapi2, as we will use them for ufunc.David Cournapeau2009-10-081-110/+3
* ENH: remove unused and obsolete code.David Cournapeau2009-10-081-109/+0
* ENH: __multiarray_api.h is now entirely generated from api dicts.David Cournapeau2009-10-081-21/+38
* ENH: __multiarray_api.c is now entirely generated from api dicts.David Cournapeau2009-10-081-9/+14
* ENH: extension_list is now fully generated from api dicts.David Cournapeau2009-10-081-10/+6
* ENH: create a name -> *Api item dict.David Cournapeau2009-10-081-2/+21
* ENH: Add a FunctionApi class to handle functions when generating multiarray a...David Cournapeau2009-10-081-0/+25
* ENH: handle bool values variable as other items of the API.David Cournapeau2009-10-081-4/+22
* ENH: rename classes to output strings to avoid confusion with similarly name ...David Cournapeau2009-10-081-5/+6
* ENH: use our own generate_api_func - we will simplify it later.David Cournapeau2009-10-081-1/+12
* ENH: rename decl_str to a more meaningful name.David Cournapeau2009-10-081-5/+6