main
ENH: added std::complex support to numpy.i
MAINT: Move doc/swig to tools/swig.
MNT: address warnign in SWIG tests
Fix swig tests resize typemap issue python 3 bytes vs str issue
New typemap for in-place arrays of arbitrary number of dimensions: (DATA_TYPE* INPLACE_ARRAY_FLAT, DIM_TYPE DIM_FLAT) Added unittests, updated documentation.
STY: Remove comments about import order
ENH: Run SWIG unit tests in CI action (#30161)
MAINT: require python >= 3.12