- :code:`wait_for_all_extensions` - Bug fixes - :code:`mocked_modules` argument for functions making AOT Pythran files
0.1.0
------------------
- Compatibility PyPy3.5 - Fix bug script importing local script - Command line option "clear-cache"
0.0.9
------------------
- :code:`PYTHRANIZE_AT_IMPORT` mode for ahead-of-time and just-in-time compilation (works also in IPython) - By default, the fluidpythran commandline uses Pythran
0.0.8
------------------
- Fix cachedjit when calling with new types - :code:`cachedjit` in IPython / Jupyter
0.0.7
------------------
- :code:`cachedjit` decorator (supports also type hints)
0.0.6
------------------
- Type annotations to define Pythran functions and blocks