Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@sethrj sethrj released this 09 Jun 13:46
· 5 commits to master since this release
0ada9ff

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