javobj-py3 0.2.3
- Faster loading of bytes arrays, thanks to @vmarkovtsev. Bytes arrays are now loaded as a
bytesPython object, not an array of integers JavaObjectUnmarshaller()now supports ause_numpy_arrayskeyword argument, to load numeric arrays asnumpyarrays (thanks to @vmarkovtsev)- Added theorical support of
TYPE_CHAR(defined but not used in the Java specification)