nmatrix icon indicating copy to clipboard operation
nmatrix copied to clipboard

Extension to work with timestamps and time ranges

Open v0dro opened this issue 9 years ago • 1 comments

It would be useful to have an extension for managing time stamps and ranges at C level, to perform things faster and avoid bloat by using the ruby Time class.

Maybe something on the lines of this: http://docs.scipy.org/doc/numpy/reference/arrays.datetime.html

v0dro avatar Jul 01 '15 13:07 v0dro

We did talk about having matrices that could be keyed by strings instead of integers. I think the basic idea would just be to use Ruby hashes to convert whatever datatype to consecutive integers.

translunar avatar Jul 07 '15 16:07 translunar