Skip to content

javobj-py3 0.2.3

Compare
Choose a tag to compare
@tcalmant tcalmant released this 15 Nov 16:22
· 171 commits to master since this release
  • 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 a use_numpy_arrays keyword argument, to load numeric arrays as numpy arrays (thanks to @vmarkovtsev)
  • Added theorical support of TYPE_CHAR (defined but not used in the Java specification)