nix icon indicating copy to clipboard operation
nix copied to clipboard

Higher level types for Values and DataArrays

Open gicmo opened this issue 8 years ago • 2 comments

Currently we only support 'primitive' types, e.g. everything that is in the DataType. How should we handle more complex times like:

  • DateTimes (needs storage type and interpretation, e.g. int as seconds since Epoch, string as ISO 8601)
  • Complex Numbers
  • Images (encoding, format, ...)

gicmo avatar Mar 10 '17 13:03 gicmo

Well, one thing I've been hoping for is to drop boost as a dependency completely. Not sure how I feel about adding more back in.

achilleas-k avatar Mar 10 '17 22:03 achilleas-k

@achilleas-k yeah, should be done without libboost dep.

gicmo avatar Jan 10 '18 22:01 gicmo