Yaqiang Wang

Results 4 issues of Yaqiang Wang

Is it possible to add more data types in DataType enum, for example Date and Complex. I know OBJECT data type can include them, but it will be more clear...

factory method in Array class: ```java static public Array factory(DataType dtype, Index index, Object storage) { switch (dtype) { case DOUBLE: return ArrayDouble.factory(index, (double[]) storage); case FLOAT: return ArrayFloat.factory(index, (float[])...

In NumPy, ndarray with boolean type has behavior same with an array with integer type. True is 1 and false is 0. So it is more powerful with ability for...

### Versions impacted by the bug v5.x ### What went wrong? I have a grid2 data file which contains 4 ensemble members: NCEP, JMA, Beijing and ECMWF. Using ToolUI 5.5.2...

bug