Skip to content

DEP: Remove PyArray complex macros and move PyArray_MIN/MAX to npy_math #24259

@lysnikolaou

Description

@lysnikolaou

It was suggested in #24085 that we should remove the PyArray complex macros, namely PyArray_CGT, PyArray_CLT, PyArray_CLE, PyArray_CGE, PyArray_CEQ and PyArray_CNE. They're not used in external packages and we only use them in two places internally that can be easily refactored.

Also, PyArray_MIN and PyArray_MAX should be moved to npy_math.h.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions