You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In an effort to make the `evaluable` module array-only (#738), this PR
replaces the `EvaluableTransform*` family of classes with array-valued
evaluable coordinate transformations.
To simplify the transition of the evaluable module to Rust we should let
Evaluable
be array-only.To be removed or rewritten as an
Array
:EVALARGS
(Evaluable to Python code compiler #859)EvaluableConstant
(eliminate and remove EvaluableConstant #847)Tuple
SparseArray
(remove assparse, SparseArray #787)Eig
EvaluableTransformChain
(array-valued evaluable coordinate transformations #739)Points
andNPoints
(remove evaluable.Points,NPoints,Weights #846)Open question:
eig
andLoopConcatenateCombined
?The text was updated successfully, but these errors were encountered: