v0.6.0
- Refactoring
IntervalSet
to pure numpy ndarray. - Implementing new chain of inheritance for time series with abstract base class.
base_class.Base
holds the temporal methods for all time series andTs
.time_series.BaseTsd
inheritBase
and implements the common methods forTsd
,TsdFrame
andTsd
. - Automatic conversion to numpy ndarray for all objects that are numpy-like (typically jax).