Releases: ArtifactDB/uzuki2
Releases · ArtifactDB/uzuki2
v1.4.0
v1.3.0
- 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.
v1.2.0
v1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
- Added a version number to the specification.
- Ordered factors are now defined as factors with an ordered property set to true.
- Date and date-times are now defined as strings with extra format constraints.
- More rigorous support for missing values via placeholders.
- Streamlined interface classes by moving things to constructor.
- Moved all functions out of the classes for simplicity.