Fmodpy

Latest version: v1.7.3

Safety actively analyzes 620978 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.6.0

This release includes many of the features built over the last few minor version. Most notably:
- Fortran strings are now supported (in addition to character arrays).
- System libraries for things like OpenMP (`libgomp.so`), BLAS (`libblas.so`), LAPACK (`liblapack.so`), and the like are all automatically located in standard system paths and included in the generated wrapper when compilation with associated flags (`-fopenmp`, `-lblas`, `-llapack`) are used in the wrapper.
- Large arrays with more than 2^32 elements now transmit correctly because all `SIZE`s of arrays passed through the wrappers have been upgraded to 64-bit integers.

1.4.1

Having now used derived types in my own Fortran code being wrapped with `fmodpy` for some time, I have reasonable confidence that this functionality is stable and ready for general use.

0.0.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.