Chaquopy version 0.2.0

Posted on

The main improvements in this version are:

  • Java classes can now be imported into Python with the from ... import statement.
  • Nested classes can now be accessed as attributes of their containing class, using syntax identical to Java.

With these two features, direct use of the jclass function is now mostly unnecessary.

For more details, seeĀ the documentation.