This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.
2023-06-02 16:52:14 +02:00

10 lines
229 B
C

#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION
#define PY_SSIZE_T_CLEAN
#include <Python.h>
#include <numpy/arrayobject.h>
PyArray_Descr* cluster_dt();
PyArray_Descr* cluster_analysis_dt();
PyArray_Descr *frame_header_dt();