- Introduce env var ``INSTANT_SYSTEM_CALL_METHOD`` for switching method for calling external programs and introduce possibly OFED-fork safe implementation
1.3.0
------------------
- Add ``file_lock`` which can be used within a ``with`` statement - Introduce ``set_log_level`` and deprecate ``set_logging_level``
1.2.0
------------------
- Allow to use CMake instead of distutils/pkg-config
1.1.0
------------------
- Converting python2 syntax to python3 (run 2to3) - Patch to make instant work with python2 - Cache dir is now created if not existing
1.0.0
------------------
- Copy all files to ``~/.instant/error/module_name`` when Instant fails - If environment variable ``INSTANT_DISPLAY_COMPILE_LOG`` is set the content of ``compile.log`` will be displayed - Removed copying of ``compile.log`` to ``~/.instant/error/``
1.0beta2
----------------------
- Added support for flufl.lock for NFS safe file locking