Releases
v0.1.1
Added
Added a domain_start
attribute to the RegularTimeSeries
object to simplify the creation of the domain. (#8 )
Added an automated way of resolving domain
for Data
objects by infering it from
the domains of its attributes. (#7 )
Added documentation. (#6 )
Added special keys with the _domain
suffix. These keys are exluded from add_split_mask
and _check_for_data_leakage
. (#2 )
Added warning when timestamps
or start
and end
are not in np.float64
precision. (#5 )
Added materialize
method to lazy objects to load them directly to memory. (#3 )
Changed
Changed slicing behavior in the RegularTimeSeries
to make it more consistent with the IrregularTimeSeries
object. (#4 #12 )
Changed repr
method of all objects to exclude split masks and domain
attributes. (#10 )
Deprecated
Deprecated trials
as a special key that is not checked for data leakage. (#2 )
Fixed
Fixed a bug where absolute_start
was not saved to hdf5 files. (#9 )
You can’t perform that action at this time.