-
Notifications
You must be signed in to change notification settings - Fork 6
Development Roadmap
Kyle Carow edited this page Feb 28, 2025
·
13 revisions
- New interpolation strategies:
- Cubic
- Splines
- Consider others listed here: https://en.wikipedia.org/wiki/Multivariate_interpolation#Regular_grid
- Plan for downstream custom strategies, may require extensive restructuring
- This probably necessitates automating (perhaps via compile-time checks) validation of strategy/extrapolate, which is a benefit
-
ValidationError::StrategySelection(String)
->ValidationError::StrategySelection(Strategy)
-
ValidationError::ExtrapolationSelection(String)
->ValidationError::ExtrapolateSelection(Extrapolate)