Skip to content

Update numpy types in JSON encoder

Matthew Alexander Fraser requested to merge dev-json into master

Added np.int, np.complex, np.float, np.bool types to the JSON encoder.

Merge request reports