* **bugfix**: fixed some bugs with reading values after close
* added support for storing metadata as minijson
* this will be enabled by default is minijson is importable
* fixed minor compiler warnings
* `TimeSeries.iterate_range` will accept a parameter called
`direct_bytes` for compatibility with `VarlenSeries`.
It's value is ignored
* more class constructors use explicit typing - faster tempsdb
* `TimeSeries.get_current_value` will correctly raise `ValueError` instead of returning None