The CEFLIB is delivered as a source package, CEFLIB-x.y.tar.gz.

The package is organized in several directories, than can be builded separately :

  • LIB : general purpose library (madatory)

  • C : CEFLIF core library (mandatory)

  • IDL : IDL library API (optional)

  • MATLAB : MATLAB library API (optional)

  • PYTHON : Python language API (optional)

You can choose to build the IDL and/or MATLAB and/or Python libraries, depending on the softwares installed in your computer.

Latest releases

  • CEFLIB-1.8.4.tar.gz (2025/04/14)

    Note

    Added functions to manipulate CEF time variables :

    • timestamp () → Unix timestamps

    • datetime () → datetime.datetime objects

    • datetime64 () → numpy datetime64[ms]

  • CEFLIB-1.8.3.tar.gz (2025/04/01)

    Note
    Bug fix

    Uppdated CEFLIB python API

    Needed when using numpy > 2.x

Older releases

CEFLIB python for Windows (Beta release)

You can find here binaries for Windows, for x86_64 architecture (64 bits).

This delivery contains Windows binaries :

  • ceflib.pyd : Python library

  • CEFLIB.dll : C langage API used by Python library

  • zlib1.dll : C langage gzip API

Extract files from zip in a given directory, then run python and try using it.

CEFLIB IDL for Windows (Beta release)

You can find here binaries for Windows, for x86_64 architecture (64 bits).

Please follow notes in README file for installation.

Comments are welcome !