Skip to content

Releases: mlr-org/mlr3fda

mlr3fda 0.7.1

Choose a tag to compare

@m-muecke m-muecke released this 15 Jul 19:09
  • Compatibility with new tf version 0.5.0.

mlr3fda 0.7.0

Choose a tag to compare

@m-muecke m-muecke released this 02 Jul 18:47
  • fix: PipeOpFDAWavelets no longer errors when filter is a wt.filter object or a numeric vector. Generated columns are now named <column>_wav_<i> regardless of the filter.
  • fix: PipeOpFDAZoom now accepts a one-sided begin or end instead of requiring both.
  • fix: as.data.table(mlr_pipeops) no longer errors with object 'value' not found when mlr3fda is loaded.
  • feat: New PipeOpFDACatch22 for extracting the catch22 time series features from functional columns via Rcatch22::catch22_all().
  • feat: New PipeOpFDAIntegrate for extracting the definite integral of functional columns via tf::tf_integrate().

mlr3fda 0.6.0

Choose a tag to compare

@m-muecke m-muecke released this 01 Jun 16:24
  • 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

Choose a tag to compare

@m-muecke m-muecke released this 03 May 21:03
  • feat: New PipeOpFDARegister for aligning functional columns to a learned template via tf::tf_register().

mlr3fda 0.4.0

Choose a tag to compare

@m-muecke m-muecke released this 31 Mar 08:55
  • 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

Choose a tag to compare

@sebffischer sebffischer released this 15 Oct 08:39
d811b34
  • 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

Choose a tag to compare

@sebffischer sebffischer released this 22 Jul 11:42
v0.2.0

release 0.2.0

0.1.1

Choose a tag to compare

@sebffischer sebffischer released this 09 Apr 17:17

Fixing a test for CRAN

0.1.0

Choose a tag to compare

@sebffischer sebffischer released this 09 Apr 06:59

Initial CRAN release