Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@mesham mesham released this 29 Sep 16:30
· 1 commit to master since this release

Version 2.0 of ePython which supports an imperative version of Python with full memory management & garbage collection. Over version 1.0 this includes numerous bug fixes and new features. The main feature is the ability to offload functions in "full" Python codes (running in any Python interpreter) to the Epiphany cores by simply decorating them with the offload directive.

Examples and documentation has been updated to reflect the updates in this version.