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