Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 388 Bytes

File metadata and controls

18 lines (10 loc) · 388 Bytes

Changelog

1.2.0

  • Add synchronous parse(ArrayBuffer) functional and class APIs (#68)
  • Make load(ArrayBufferView) respect the view's byte offset and length

0.7.0

  • add support for f16 dtypes, with f32 conversion as needed (#49, thanks @eek!)

0.6.0

  • Add type declarations

0.5.0

  • #36: Support passing an ArrayBuffer directly (thanks @AdityaSarwade!)