Skip to content

Releases: stfc/dl_py2f

v1.4.0

Choose a tag to compare

@chemsh chemsh released this 29 Apr 08:59
7b96026

What's Changed

  • Added a first version of Intel Fortran-to-Python support

v1.3.0

Choose a tag to compare

@chemsh chemsh released this 31 Mar 12:48
181dd8b

Has fully supported the Fortran-to-Python path with LLVM compilers (Flang/Clang++)!

v1.2.0

Choose a tag to compare

@chemsh chemsh released this 27 Mar 10:56

What's Changed

  • Added NV support for the Fortran-to-Python path!

v1.1.9

Choose a tag to compare

@chemsh chemsh released this 22 Feb 22:07
0c08fa9
  • Cached subclasses created from CStructure to increase performance and reduce memory use
  • Bypassed unsupported Python objects
  • Inserted %finalise to the code snippet in paper.md

v1.1.8

Choose a tag to compare

@chemsh chemsh released this 03 Feb 04:06
1d414fb

We have essentially supported NVIDIA HPC compilers (nvfortran/nvc++). For arrays %get('foo', bar, readonly=.true.) and %set('foo', bar) are necessary due to a compiler bug in nvfortran.

v1.1.4

Choose a tag to compare

@chemsh chemsh released this 22 Jan 10:16
f40aeda

Added description for Flang/Clang++ which has been verified to work (Python-to-Fortran only)

v1.1.3

Choose a tag to compare

@chemsh chemsh released this 19 Jan 00:46
7d2a0cf

Release v1.1.3

  • Added support for more complicated scenarios for Fortran-to-Python interoperability including complex numbers

v1.1.1

Choose a tag to compare

@chemsh chemsh released this 08 Dec 16:52
  • Enabled fully duplication-free mode for reading/writing NumPy array in Fortran
  • Greatly enhanced the performance of Fortran-to-Python interoperability
  • Added more NumPy-style array indexing
  • Deployed on PyPI (for gfortran only)

v1.0

Choose a tag to compare

@chemsh chemsh released this 08 May 21:27
245f40d
Merge pull request #5 from stfc/4-to-complement-the-readmemd-file

4 to complement the readmemd file