Skip to content

Version 0.7 released

Compare
Choose a tag to compare
@mathialo mathialo released this 07 Jun 08:54
· 10 commits to master since this release

Version 0.7 is released, and it contains some exiting updates. Among them:

  • Bython is now a Python package! That means you can install it with setuptools, instead of the clunky Makefile used earlier. It is now also available on PyPI, so you should be able to install it via pip.
  • Support for importing bython modules in python via a new bython_import function.
  • Improvements in the Bython code generated by py2by, specifically the placement of closing braces
  • Several smaller improvements and bugfixes.