Due to current CNPY could not parse string and vector<pair<T, T>>, I tried to add these features by myself.
Now, parsing string and vector<pair<double, double>> all word fine in my NPZ parsing flow.
Please help to review these modifications to check if there's any bad implementations.
Due to current CNPY could not parse
string
andvector<pair<T, T>>
, I tried to add these features by myself.Now, parsing
string
andvector<pair<double, double>>
all word fine in my NPZ parsing flow. Please help to review these modifications to check if there's any bad implementations.Thanks! CNPY is really helpful!