Skip to content

Version 1.0

Compare
Choose a tag to compare
@mesham mesham released this 25 Sep 16:49
· 89 commits to master since this release

Version 1.0 of ePython as pre-installed on Parallella boards with 2016.11 Parabuntu release.

Version 1.0 of ePython supports an imperative version of Python with full memory management & garbage collection. Codes are run directly via the ePython command on the Epiphany and support for three types of parallelism (message passing, shared memory and task based) is available via importable modules. Examples and tutorials give an illustration of the major features of ePython.