Closed MothNik closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Files | Coverage Ξ | |
---|---|---|
src/robust_hermite_ft/__init__.py | 100.00% <ΓΈ> (ΓΈ) |
|
...rc/robust_hermite_ft/fourier_transform/__init__.py | 100.00% <ΓΈ> (ΓΈ) |
|
...rc/robust_hermite_ft/hermite_functions/__init__.py | 100.00% <100.00%> (ΓΈ) |
|
...st_hermite_ft/hermite_functions/_approximations.py | 100.00% <100.00%> (ΓΈ) |
|
...t_hermite_ft/hermite_functions/_class_interface.py | 100.00% <100.00%> (ΓΈ) |
|
...st_hermite_ft/hermite_functions/_func_interface.py | 100.00% <100.00%> (ΓΈ) |
|
...rmite_functions/_hermite_largest_extrema_spline.py | 100.00% <ΓΈ> (ΓΈ) |
|
...hermite_functions/_hermite_largest_roots_spline.py | 100.00% <ΓΈ> (ΓΈ) |
|
...obust_hermite_ft/hermite_functions/_numpy_funcs.py | 100.00% <ΓΈ> (ΓΈ) |
|
...c/robust_hermite_ft/hermite_functions/_validate.py | 100.00% <100.00%> (ΓΈ) |
This pull request
π¦Ύ Features/Enhancements
pandas.Series
asx
-values for the Hermite functionsHermiteFunctionBasis
that offers the static methodeval
and the magic method__call__
for an object-oriented interface to the Hermite functionsπͺ Internal changes
pandas.Series
asx
-valuesβ β Tests
x
and other parametersHermiteFunctionBasis
It also reflects the changes from #19 and #20