Changes in version 0.2.6 (2023-08-18) Non-breaking changes: - update of the printing methods Changes in version 0.2.5 (2023-03-23) Non-breaking changes: - remove reliance on deprecated ggplot2 functionality Changes in version 0.2.2 (2022-04-28) Non-breaking changes: -Addition of fairadaptBoot() functionality, which allows for bootstrap repetitions of the adaptation procedure performed by fairadapt() (used for uncertainty quantification) - adding print() and summary() methods for all the exported S3 classes in the package - improving the documentation for the quantile computation functions Changes in version 0.2.1 (2021-10-19) Non-breaking changes: - fairTwins() now has a default train.id of seq_len(nrow(x$train)) (previous default was 1L) - print.fairadapt() has been changed to print the "Formula", not the "Call" (previously incorrect) Changes in version 0.2.0 (2021-07-28) Breaking changes: - protect.A argument renamed to prot.attr - argument ordering changed; prot.attr moved to position number two, adj.mat argument moved to position three Non-breaking changes: - top.ord argument introduced, for running adaptation with topological ordering, without the need for adj.mat - quant.method argument now a function, allowing for custom user quantile regression methods (via S3 dispatch) - visualize.graph argument available for plotting the causal diagram