Changelog
teal.slice 0.1.1.9001
- Removed
CDISCFilteredDataset
class and functionality moved toCDISCFilteredData
. - Changed constructor of
FilteredData
to not requireTealData
object. Seehelp(init_filtered_data)
for more details. - The filtered data is now stored in
FilteredData
notFilteredDataset
.
teal.slice 0.1.1
teal.slice 0.1.0
- Initial release of
teal.slice
- a package providing a filter module forteal
applications.
Changes (from behavior when functionality was part of teal
)
Breaking changes
-
default_filter
has 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
RangeFilterState
where put to either end of the allowed range in theUI
.
Miscellaneous
- Added
is_any_filtered
method to allFilterState
classes 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.
-
FilteredData
now stores whether its datasets had a reproducibility check or not via two new methods to its class:set_check
andget_check
.