Skip to content

v2024.Jan Release: Support Complex Datatype

Compare
Choose a tag to compare
@nevstop nevstop released this 31 Jan 03:41
· 36 commits to main since this release
a5cf52c

Release Notes:

[add] #18 add SGLComplex and DBL Complex Datatype
[add] Utility: CSM - Convert HexStr to Data.vim
[update] #21 Special Float: e,-e,pi,-pi,inf,+inf,-inf,NaN support
[update] #23 for cluster, if the label is not specified, the string will be converted to first element
[update] For SGL/DBL/Integer/Path/Complex/Array/Cluster, empty string will be converted to the input prototype value
[update] For Timestamp, empty string will be converted to current time.
[update] #25 throw error when data name is not defined in cluster prototype in "Convert API String Arguments to Data“ API

What's Changed

Full Changelog: v2023.Dec...v2024.Jan