GAA-UAM / scikit-fda

Functional Data Analysis Python package
https://fda.readthedocs.io
BSD 3-Clause "New" or "Revised" License
290 stars 51 forks source link

Add deprecated classes and modules for Kernel Smoothing. #423

Closed vnmabus closed 2 years ago

vnmabus commented 2 years ago

Added removed kernel smoothing classes and module with deprecation warnings, to ease the transition from older versions.

codecov[bot] commented 2 years ago

Codecov Report

Merging #423 (805de5e) into develop (34c7f92) will decrease coverage by 0.05%. The diff coverage is 70.27%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #423      +/-   ##
===========================================
- Coverage    80.24%   80.18%   -0.06%     
===========================================
  Files           92       93       +1     
  Lines         7229     7264      +35     
===========================================
+ Hits          5801     5825      +24     
- Misses        1428     1439      +11     
Impacted Files Coverage Δ
skfda/preprocessing/smoothing/kernel_smoothers.py 65.62% <65.62%> (ø)
skfda/preprocessing/smoothing/_kernel_smoothers.py 95.00% <100.00%> (+0.88%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 34c7f92...805de5e. Read the comment docs.