Closed asmirnov82 closed 4 months ago
Attention: Patch coverage is 0%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 68.80%. Comparing base (
579fe03
) to head (da20f4d
). Report is 1 commits behind head on main.
cc @michaelgsharp @tannergooding
/azp run
Use new System.Numerics.Tensors library for DataFrame arithmetic operations (.net8)
Fixes #7178
The aim of this PR to use new library for DataFrame arithmetic operations instead of custom implemtation. At the same time provide backward compatibility for pre-.Net8.0 versions of the package. To achive this, all .,net version specific code is localised in nested private classes of
static class Arithmetic
that implementsIArithmetic<T>
interface and are not used directly by any other DataFrame classes