Skip to content

Releases: mlr-org/mlr3fda

mlr3fda 0.6.0

01 Jun 16:24

Choose a tag to compare

  • 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.

mlr3fda 0.5.0

03 May 21:03

Choose a tag to compare

  • feat: New PipeOpFDARegister for aligning functional columns to a learned template via tf::tf_register().

mlr3fda 0.4.0

31 Mar 08:55

Choose a tag to compare

  • 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.

0.3.0

15 Oct 08:39
d811b34

Choose a tag to compare

  • 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

0.2.0

22 Jul 11:42

Choose a tag to compare

v0.2.0

release 0.2.0

0.1.1

09 Apr 17:17

Choose a tag to compare

Fixing a test for CRAN

0.1.0

09 Apr 06:59

Choose a tag to compare

Initial CRAN release