Skip to content

1.3.6

Compare
Choose a tag to compare
@stephenberry stephenberry released this 22 Aug 14:33
· 1546 commits to main since this release

JSON

  • Safer buffer resize (avoids issues if buffer is of zero length)
  • Support for raw buffers in write_as_json
  • name_v fix for long long and unsigned long long (Thanks @jbbjarnason)
  • Fix the counting of json array elements when the element type is object or array (Thanks @huangminghuang)

Binary

  • Significant binary format changes to support latest EVE specification
  • Faster and cleaner binary format code
  • write_file_binary supports more buffer types
  • New binary matrix format handled with Eigen