Version 1.0.2
This patch updates the interface files for compatibility with SWIG 4.1.0+fortran (dropping {}
parsing support in typemap attributes). The only change to the interface is that size_t
for containers previously (incorrectly) returned c_long
and now returns c_size_t
. On gfortran 10 mac/linux these integer types are identical so for most cases no interface changes will be required.
Full Changelog: v1.0.1...v1.0.2