Skip to content

v0.1.1

Latest
Compare
Choose a tag to compare
@mazabou mazabou released this 17 Jun 21:21
· 11 commits to main since this release
fc9aadf

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)