Patch to fix incompatibilities with Swig 4.3.0, and Python 3.13
Patch for SWIG 4.3.0.
Patch to make PLplot work with Numpy-2.0.0
Patch to make PLplot work with Numpy-2.0.0.
I think, the change would probably change ABI. The reason I submitted this patch was, that the current behaviour introduces a whole bunch of deprecation warnings when using modern compilers (such as gcc-12.X). And though I agree that patch updates should not break ABI, I do not see a reason why a minor update should keep ABI compatibiliy under all circumstances. YMMV, of course. So probably this should be considered for the next minor release to reduce noise when compiling other software against...
Patch: use std::function instead of std::unary_function if C++11 is available