Skip to content

v0.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 29 Apr 18:36
· 2732 commits to master since this release

0.2.4 (2018-04-30)

Features:

  • Foreign Function Interface: call C/Fortran functions that are compiled into shared libraries.

    • dlopen: loads an dynamic library.
    • dlclose: removes/unload dllib object.
    • dlsym: loads a C/Fortran symbol for an dynamic library.
    • dlcall: C or Fortran Foreign function call.
    • dllibinfo: returns list of available symbols in an shared library.
    • dllibisloaded: checks if shared library is loaded.
    • libpointer: creates an C pointer object usuable in Nelson.
    • getdynlibext : returns the extension of dynamic libraries.
  • #101: allows cell_vertcat_generic & cell_horzcat_generic.

Bug Fixes:

#106: update slicot url references.

#104: mpiexec did not work on some linux.