Skip to content

v0.5.0

Compare
Choose a tag to compare
@insights-engineering-bot insights-engineering-bot released this 06 Feb 18:48
· 92 commits to main since this release

Enhancements

  • Simplified init_filtered_data to accept a named list of datasets. init_filtered_data does not currently handle a list containing dataset, metadata, datalabel and code.

Breaking changes

  • TealData object is no longer supported by teal.slice.
  • set_filter_state no longer accepts a nested list. Use teal_slices() and teal_slice() instead.
  • Renamed FilteredDataset subclass that handles data.frames from DefaultFilteredDataset to DataframeFilteredDataset. Added new class DefaultFilteredDataset that will store any type of object. Filtering will is not supported.

Miscellaneous

  • Specified minimal version of package dependencies.
  • Removed storing and restoring of teal_slices objects.
  • Update documentation and code to reflect the changes due to the refactor of teal.data::JoinKeys into teal.data::join_keys.

What's Changed

Full Changelog: v0.4.0...v0.5.0