Changelog
teal.slice 0.1.1.9001
- Removed
CDISCFilteredDatasetclass and functionality moved toCDISCFilteredData. - Changed constructor of
FilteredDatato not requireTealDataobject. Seehelp(init_filtered_data)for more details. - The filtered data is now stored in
FilteredDatanotFilteredDataset.
teal.slice 0.1.1
teal.slice 0.1.0
- Initial release of
teal.slice- a package providing a filter module fortealapplications.
Changes (from behavior when functionality was part of teal)
Breaking changes
-
default_filterhas been deprecated - uselist()instead for a default filter.
Bug fixes
- Add counts to filtering categorical variables bar charts in the filtering panel in cases where they were missing.
- Fixed a bug causing an error when both sliders of
RangeFilterStatewhere put to either end of the allowed range in theUI.
Miscellaneous
- Added
is_any_filteredmethod to allFilterStateclasses to detect if selected values actually filters out any data. This is used to decide if an explicit filter statement is added to the call. - The filter panel now displays a helpful message when data has no rows or columns in place of an empty drop down widget.
-
FilteredDatanow stores whether its datasets had a reproducibility check or not via two new methods to its class:set_checkandget_check.