summaryrefslogtreecommitdiff
path: root/numpy/core/code_generators/genapi.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-281-8/+44
|\
| * MAINT,DOC: Update based on Ralf's reviewSebastian Berg2023-04-201-7/+1
| * TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtestsSebastian Berg2023-04-041-1/+1
| * ENH: Allow compiling compatibly to old NumPy versionsSebastian Berg2023-04-041-8/+50
* | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-1/+1
|\ \ | |/ |/|
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* | MAINT: remove unused API documentation generationmattip2022-12-151-16/+0
* | BLD: enable building NumPy with MesonRalf Gommers2022-11-251-2/+20
|/
* MAINT: refactor NotNull in API functionsmattip2022-02-021-11/+0
* move dlpack functions to a new filemattip2021-11-021-0/+1
* MAINT: Implement new style promotion for `np.result_type`, etc.Sebastian Berg2021-05-121-0/+1
* shortened length of line 287 in genapi.pymdubravski2021-04-081-2/+2
* shortened length of line 287 in genapi.pymdubravski2021-04-081-4/+0
* shortened length of line 287 in genapi.pymdubravski2021-04-081-0/+4
|\
| * Update numpy/core/code_generators/genapi.pymdubravski2021-04-071-1/+3
* | shortened length of line 287 in genapi.pymdubravski2021-04-081-1/+4
|/
* added exception chaining in genapi.pymdubravski2021-04-071-3/+2
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
* MAINT: Rewrite can-cast logic in terms of NEP 42Sebastian Berg2020-11-241-0/+1
* Use new mechanism for np.asarray, and hopefully get void right, harSebastian Berg2020-07-081-0/+1
* Close to the first working setupSebastian Berg2020-07-081-0/+1
* API: Create Preliminary DTypeMeta class and np.dtype subclassesSebastian Berg2020-03-181-4/+17
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-2/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-7/+7
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Use templating to merge float loopsEric Wieser2019-11-011-1/+7
* MAINT: Add NPY_UNUSED in many places where it was missingSebastian Berg2019-09-111-1/+2
* MAINT: Use a with statement instead of try / finallyEric Wieser2019-06-041-4/+1
* ENH: port __array_function__ overrides to CStephan Hoyer2018-12-191-0/+1
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-2/+0
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-7/+2
* MAINT: Use new-style classes on 2.7Eric Wieser2017-07-241-2/+2
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Move string functions to their own fileEric Wieser2017-06-011-0/+1
* Merge pull request #8911 from eric-wieser/fix-check_api_dictCharles Harris2017-05-051-10/+14
|\
| * STY: Change string formatting line-wrappingEric Wieser2017-04-131-6/+5
| * MAINT: Improve error message formatEric Wieser2017-04-131-4/+6
| * BUG: check_api_dict does not correctly handle tuple valuesEric Wieser2017-04-131-5/+8
* | MAINT: remove hashlib fallback for python < 2.5Julian Taylor2017-04-101-9/+4
* | MAINT: don't rewrite api headers unnecessarilyJulian Taylor2017-04-101-0/+14
|/
* MAINT: Fix use of Python 2.6 deprecated escape sequences.Charles Harris2017-02-241-1/+1
* MAINT: Remove single file compilation support.Charles Harris2015-10-081-14/+2
* BLD: fix random API hash due to memory references of annotationsJulian Taylor2014-06-261-2/+2
* MAINT: move memory allocator functions to own file alloc.cJulian Taylor2014-05-051-1/+2
* MAINT: replace multiarray_global_vars_types by using tuplesJulian Taylor2014-05-011-3/+1
* MAINT: always use tuples for api index valuesJulian Taylor2014-04-261-15/+4
* MAINT: annotate reference stealing and burrowed refs in multiarrayJulian Taylor2014-04-241-13/+50
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-2/+1
* MAINT: Fixup more dictionary fixer fixes.Charles Harris2013-04-071-1/+1