Py4J 0.4 has just been released!
This release includes many critical bug fixes and a few new features.
Since the beginning of Py4J, I have been trying to release early and
often and to release on a regular basis (2 months). Unfortunately,
because I have been extremely busy during the summer, I have made the
mistake of pushing back the release date in the hope that it would give
me time to complete all the tickets for 0.4.
This is **not** how it should work. The next release is due in 6 weeks
and even if there is only one new bug fix or one new feature, it will be
released at that date.
In the meantime, I invite you to take a look at the 0.4 change log:
http://py4j.sourceforge.net/changelog.html#py4j-0-4
Cheers,
Barthélémy
*About Py4J*
Py4J enables Python programs running in a Python interpreter to
dynamically access Java objects in a Java Virtual Machine. Methods are
called as if the Java objects resided in the Python interpreter and Java
collections can be accessed through standard Python collection methods.
Py4J also enables Java programs to call back Python objects. Py4J is
distributed under the BSD license.
|