Changes in version 0.6.0 (2026-06-01) - fix: Add mlr3fda to mlr_reflections$loaded_packages to fix errors when using mlr3fda in parallel. - feat: New PipeOpFDADepth for computing the data depth of functional columns via tf::tf_depth(). - feat: New PipeOpFDADerive for computing derivatives of functional columns via tf::tf_derive(). - feat: PipeOpFDAExtract gained the "sd" feature for extracting the standard deviation. - perf: PipeOpFDAFourier is now several times faster. Changes in version 0.5.0 (2026-05-03) - feat: New PipeOpFDARegister for aligning functional columns to a learned template via tf::tf_register(). Changes in version 0.4.0 (2026-03-30) - fix: The fuel task now correctly names the scalar column h2o instead of h20. - feat: Mlr3Error and Mlr3Warning classes for errors and warnings. - feat: New PipeOpFDAFourier for extracting fast Fourier transform features from functional columns. Changes in version 0.3.0 (2025-10-15) - mlr3fda now depends on R 4.1.0 instead of R 3.1.0 to reflect tf requiring 4.1.0 - New PipeOps: - PipeOpFDABsignal - PipeOpFDARandomEffect - PipeOpFDATsfeatures - PipeOpFDAWavelets - PipeOpFDAZoom Changes in version 0.2.0 (2024-07-22) - New PipeOps: - PipeOpFDACor - PipeOpFDAScaleRange - mlr3fda now depends on mlr3pipelines Changes in version 0.1.1 (2024-04-09) - Fix CRAN issues Changes in version 0.1.0 (2024-04-04) Initial CRAN release.