MothNik / robust_fourier

Noise- and Outlier-Robust Fourier Transform with Hermite Functions with NumPy and Numba
MIT License
1 stars 0 forks source link

[30] Rename basis function function interface to `vander` #32

Closed MothNik closed 3 months ago

MothNik commented 3 months ago

This pull request renames the basis computing functions for the Hermite function and Chebyshev polynomial basis to vander to be more consistent with NumPy that makes the name show that it computes a Vandermonde matrix.

The class interfaces are left untouched.

Prepares #30

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Files Coverage Δ
src/robust_fourier/__init__.py 100.00% <ø> (ø)
...c/robust_fourier/chebyshev_polynomials/__init__.py 100.00% <100.00%> (ø)
..._fourier/chebyshev_polynomials/_class_interface.py 100.00% <100.00%> (ø)
...t_fourier/chebyshev_polynomials/_func_interface.py 100.00% <100.00%> (ø)
...bust_fourier/chebyshev_polynomials/_numba_funcs.py 100.00% <100.00%> (ø)
...bust_fourier/chebyshev_polynomials/_numpy_funcs.py 100.00% <100.00%> (ø)
src/robust_fourier/hermite_functions/__init__.py 100.00% <ø> (ø)
...bust_fourier/hermite_functions/_class_interface.py 100.00% <100.00%> (ø)
...obust_fourier/hermite_functions/_func_interface.py 100.00% <100.00%> (ø)
...c/robust_fourier/hermite_functions/_numba_funcs.py 100.00% <100.00%> (ø)
... and 1 more