Remove Numpy C-API from the build mechanism (Major change)
The Numpy C-API is removed from the build mechanism. Numpy Python package is needed only for tests.
- Removed the references to the Numpy C-API from the
PyCoremodule. - Removed SWIG include file
Wrap/Swig/numpy.iand updatedWrap/Swig/commons.i. - Updated the tests.
- Updated SWIG-produced C++ wrappers.