-
When trying to get publicly available models to convert with coremltools, it would be very beneficial if there was auto type casting with promotable types and the common linear operators. The infrastr…
-
get list of possible types of properties that go in/out of services. integer, field of vectors, time series, real/imag, unit, etc., etc., etc.
ongoing continuous neverending discussion with curation …
-
IUC has quite some tools using datatypes that are not known to Galaxy:
```
for i in $(grep 'format="' . --include "*xml" -r | sed "s/'/\"/g" | sed 's/.*format="\([^"]*\)".*/\1/' | sed 's/,/\n/g' |…
-
Provide additional timestamp basic type.
This is complicated and will need a separate design doc.
-
```
Get elk-parent-datatypes to the point where it can be merged into /trunk. This
involves (but not necessarily limited to) the following:
1) Efficient indexing (in a dedicate reasoning stage) and …
-
### Metadata
Epic:
### Description
Design XNAT datatypes to
### Benefit Hypothesis
The proposed measurable benefit to the end-user or business. Avoid defining features with the "user…
-
Submitted by: @kattunga
Votes: 32
Native JSON datatype for columns is a must have today\.
With the feature present some workflows could be done in ACID SQL databases without moving to noSql datab…
-
Good Afternoon @RichiH ,
When I try to get the data from the records of my Ingecon inverter from the modbus exporter I see that the values obtained are not correct. For example, the first 6 record…
-
Support Map type natively in Pinot.
Current ways to handle map:
1. stores Map in Avro as 2 MV columns.
2. Store Map in Json as a json string
Native Map dataType would be nice
-
I really like the new python match construct but it seems the Tree datatype doesn't currently support it.
I can monkey patch it in with `Tree.__match_args__ = ("data", "children")` , but inserting …