6. Changelog — Py4J

On This Page

Previous topic

5. Frequently Asked Questions

6. Changelog

The changelog describes in plain English the changes that occurred between Py4J releases. Please look at the roadmap for more detailed information.

6.1. Py4J 0.1

  • This is the first release.
  • Basic features like connecting to a JVM and calling methods are implemented.
  • Java List are converted to Python List.
  • Field access, constructors, and static classes are NOT accessible yet.
  • Dictionary and Set are only accessible through the Java Map and Set interface for now.
  • Arrays can be referenced, but individual items cannot be accessed yet.
  • Trac 0.1 milestone

Questions/Feedback?