Skip to content

v0.6.0

Compare
Choose a tag to compare
@gviejo gviejo released this 02 Mar 10:05
· 553 commits to main since this release
b2f1775
  • 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 and Ts. time_series.BaseTsd inherit Base and implements the common methods for Tsd, TsdFrame and Tsd.
  • Automatic conversion to numpy ndarray for all objects that are numpy-like (typically jax).