Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Latest commit

 

History

History
98 lines (68 loc) · 2.2 KB

CHANGES.rst

File metadata and controls

98 lines (68 loc) · 2.2 KB

Future

  • No need for include and # pythran import ...
  • Alternative syntax for blocks (see issue #29)

Next release

  • Environment variable FLUIDPYTHRAN_NO_REPLACE

0.1.7 (2018-12-18)

  • Bugfix: keep OMP comments!

0.1.6 (2018-12-14)

  • Better logging and commandline (no compilation if the extension is up-to-date)

0.1.5 (2018-12-12)

  • cachedjit for simple methods (without assignation to attributes and call of other methods)
  • Union for annotations
  • include decorator

0.1.4 (2018-12-06)

  • boost decorator for functions, simple methods (without assignation to attributes and call of other methods) and classes
  • Bugfixes
  • FLUIDPYTHRAN_DIR

0.1.3 (2018-12-04)

  • Lock file during Pythran compilation
  • __name__ and __doc__ preserved by decorators

0.1.2 (2018-12-03)

  • Private command line _pythran-fluid to call Pythran
  • MPI aware (only process rank == 0 doing IO and compilation)
  • Fix bug C-style [][]
  • Array[float, "2d"] supported
  • NDim(0) supported
  • Function set_compile_cachedjit() to disable compilation of cachedjit functions

0.1.1 (2018-11-28)

  • wait_for_all_extensions
  • Bug fixes
  • mocked_modules argument for functions making AOT Pythran files

0.1.0 (2018-11-23)

  • Compatibility PyPy3.5
  • Fix bug script importing local script
  • Command line option "clear-cache"

0.0.9 (2018-11-20)

  • 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 (2018-11-16)

  • Fix cachedjit when calling with new types
  • cachedjit in IPython / Jupyter

0.0.7 (2018-11-15)

  • cachedjit decorator (supports also type hints)

0.0.6 (2018-11-05)

  • Type annotations to define Pythran functions and blocks

0.0.5 (2018-10-14)

  • Add a dist package