Skip to content

Releases: mathialo/bython

Version 0.8 released

29 Nov 12:11
Compare
Choose a tag to compare

Version 0.8 is now released.

  • Output flag now supports directories in addition to concrete file names, and will place all the resulting Python files in the given directory.
  • Several critical bugfixes.

Version 0.7 released

07 Jun 08:54
Compare
Choose a tag to compare

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.

Version 0.6 released

22 May 10:53
Compare
Choose a tag to compare

After several bugfixes version 0.6 is released. This version doesn't contain that much new features, but fixes some important bugs.

Version 0.5 released

22 Nov 15:57
Compare
Choose a tag to compare

Version 0.5 is here! In addition to several bugfixes, this version introduces:

  • Handling of empty {}. Now, 'pass' is autmatically inserted in empty braces.
  • The resulting Python code is more in line with the styling guidelines
  • More robust and detailed error printing
  • A verbose flag ('-v', version is now '-V' instead) to let you see what's going on

Version 0.4 released

19 Oct 12:02
Compare
Choose a tag to compare

New version of Bython, some new features include:

  • Automatic parsing of imported files
  • A translator from python to bython has been added
  • Bython will no longer mess with your working directory, but place temporary files in a dedicated dot-folder in home instead
  • Several smaller bugfixes and improvements