jpype v0.7.4 Release Notes

Release Date: 2020-04-29 // about 4 years ago
  • 🚀 This is a quick fix release to deal with a memory leak in array handling which allowed arrays to escape garbage collection when created from Python or as part of variable argument methods.

    Corrected a resource leak in arrays that affects array initialization, and variable
    argument methods.

    ⬆️ Upgraded diagnostic tracing and JNI checks to prevent future resource leaks.