Skip to content

Releases: GAA-UAM/scikit-fda

0.9.1

26 Feb 11:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9...0.9.1

Version 0.9

13 Oct 09:01
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.8.1...0.9

Version 0.8.1

26 Jan 17:13
Compare
Choose a tag to compare

What's Changed

  • Fix packaging.
  • Fix FPCA grid implementation with regularization by @Ddelval in #485
  • Hotfix: Correct the order of the parameters for the FPCA in Mahalanobis by @m5signorini in #506

Full Changelog: 0.8...0.8.1

Version 0.8

31 Dec 14:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.7.1...0.8

Version 0.7.1

25 Jan 18:43
Compare
Choose a tag to compare

Fix license in Zenodo citation file.

Version 0.7

25 Jan 17:54
Compare
Choose a tag to compare
  • TikhonovRegularization renamed to L2Regularization. The old name is deprecated. See #409 for details.
  • Add the option for MagnitudeShapePlot to plot the inlier ellipse.
  • Additional bug fixes.

Version 0.6.1

23 Dec 15:21
Compare
Choose a tag to compare

This version only adds small bug fixes.

Version 0.6

12 Sep 18:36
Compare
Choose a tag to compare

Some highlights of this version:

  • Add typing support for most functionalities of the package. Now you can use Mypy to check for errors.
  • New depth-based classifiers
  • New visualization functions
    • Parametric plot
    • Outliergram
    • Multiple interactive plots
  • New historical functional regression model
  • Other minor additions and fixes

Version 0.5

31 Dec 15:30
Compare
Choose a tag to compare

Some highlights of the new functionality:

  • Depth functions refactored
  • Removed C code and added fdasrsf as a dependency
  • Added new variable selection methods
  • Added Maximum Depth classifier
  • Optimized FDataGrid inner product

Version 0.4

23 Jul 16:12
Compare
Choose a tag to compare

Adds functional component analysis, ANOVA and Hotelling tests, basis representation for multivariate and vector valued functions and Tikhonov regularization.