v2024.Jan Release: Support Complex Datatype
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
- Patch on 20240102 by @nevstop in #19
- Patch on 20240103 by @nevstop in #20
- [update] #21 Special Float:
e
,-e
,pi
,-pi
,inf
,+inf
,-inf
,NaN
support by @nevstop in #22 - 23 cluster more support by @nevstop in #24
- Dev 20240111 by @nevstop in #26
Full Changelog: v2023.Dec...v2024.Jan