Skip to content

v1.3.0

Compare
Choose a tag to compare
@LTLA LTLA released this 01 Nov 15:23
· 20 commits to master since this release
cc5fae9
  • Added specification v1.3, which aligns with the new HDF5 policy.
  • Number vectors are now allowed to be represented as HDF5 integer datatypes, provided the integer can be fully represented by a
    double-precision float (i.e., 32-bit or lower).
  • If a missing value placeholder for a number is NaN, all NaNs are to be considered missing. We no longer distinguish between the payloads of the NaNs.
  • Improved the error messages.