Skip to content

Release v0.9.0

Latest
Compare
Choose a tag to compare
@jamesmudd jamesmudd released this 05 Feb 19:20
5c6f23c
  • Breaking API change Fix typo WritiableDataset to WritableDataset so you will need to make code updates if you are using writing. Thanks to @jshook
  • Allow files contain datatype version 0 to be read. Note a warning will be logged as this is out of spec. #524
  • Add support for reading the time datatype. This is not commonly used as it appears to be poorly specified, but it will be read as byte[] to be interpreted. #523
  • Build and dependency updates