Skip to content

Releases: LeeKamentsky/python-javabridge

Patch release to fix unicode problem

10 Mar 19:47
Compare
Choose a tag to compare

Fixed issue #75 - this was uncovered by a CellProfiler unit test failure

Python 3.x support

10 Mar 13:17
Compare
Choose a tag to compare
  • Support for 3.x on all platforms in addition to 2.x
  • Prevent Java exceptions caused by inadvertent __getattr__ calls in wrappers in IPython notebook and similar
  • with statement support for the VM
  • Travis build support

Thanks to @jakirkham @jni @manuels and @sdh4 for contributions.