Skip to content

Releases: insightsengineering/teal.transform

v0.7.2

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 29 Jun 11:17
1e5a86c

Miscellaneous

  • Update maintainer.

What's Changed

New Contributors

Full Changelog: v0.7.1...v0.7.2

v0.7.1

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 13 Dec 03:09
31f20bd

Miscellaneous

  • Fixed the pipe behavior by adding magrittr library call when the generated expression is using %>% operator.

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.1-rc1

Choose a tag to compare

@github-actions github-actions released this 02 Dec 18:25
[skip vbump] upversion 0.7.1

v0.7.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 20 Aug 06:46
ddcdbf4

Enhancements

  • Update all UI components to use bslib (#250).

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 12 Feb 06:17
6b85c50

Enhancements

  • Added utility functions first_choice, last_choice, first_choices, and last_choices to increase the repertoire of specifying choices in delayed data, previously only served by all_choices.
  • Allowed value_choices to use delayed_variable_choices objects for var_choices.
    It is now possible to define a data_extract_spec without naming any variables.
  • Replace the example data generated using scda with random.cdisc.data.
  • Change log level from trace to debug for several functions.

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

v0.6.0-rc1

Choose a tag to compare

@github-actions github-actions released this 12 Feb 01:11
update broken URI

v0.5.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 18 Feb 18:26
e108274

Breaking changes

  • Namespace from magrittr package is no longer available when loading teal.transform. Only re-exports pipe %>% operator from dplyr package.

Miscellaneous

  • Removed magrittr from package dependencies.
  • Specified minimal version of package dependencies.

v0.4.0

Choose a tag to compare

@insights-engineering-bot insights-engineering-bot released this 14 Aug 13:38
5e7acf7

Miscellaneous

  • Removed scda package dependency from examples.
  • Deprecated data_merge_module() and data_merge_srv().
  • The get_relabel_call function now returns a call to teal.data::col_relabel instead of one to formatters::var_relabel.
  • Update installation instruction

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 22 May 18:08
3eb5fcd

New Features

  • Added Queue class with updated unit tests.

Enhancements

  • Updated error messages for choices_labeled(), variable_choices() and value_choices() to be more informative.
  • Updated data_extract to be compatible with shinyvalidate: data_extract_srv and data_extract_multiple_srv accept shinyvalidate validation rules and their return objects now include shinyvalidate::InputValidator(s).
  • Added helper function compose_and_enable_validators to simplify enabling shinyvalidate::InputValidators returned from data_extract_multiple_srv.

Bug fixes

  • Fixed a bug in data_extract_filter_srv when app developer sets a selected value.

Miscellaneous

  • Examples use scda.2022 instead of scda.2021

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 01:26
53857d8

Breaking changes

  • Updated the data merge functionality to no longer expect input datanames with the suffix _FILTERED following changes to the output of teal.slice::FilteredData$get_call().
  • Updated the data merge downstream functions to accept a joinKeys object for the join_keys argument.

New features

  • data_extract_ui, data_extract_srv, data_extract_multiple_srv can be initialized by a list of (optionally reactive) data.frame objects.
  • Added new modules merge_expression_srv and merge_expression_module, updates of data_merge_srv and data_merge_module
    (which will be deprecated in future releases) respectively, where datasets argument takes a list of (optionally reactive) data.frame objects and a new argument join_keys that accepts a joinKeys object.

Enhancements

  • Updated the examples and the tests to use teal.slice::init_filtered_data to initialize a FilteredData object.
  • Updated the vignettes and the README content.
  • Updated data_merge_module and merge_expression_module to accept NULL data_extract inputs.

What's Changed

Full Changelog: v0.1.1...v0.2.0