(DPW) DPW-SV003-XPFv3.6.0-PV840 Release Notes
Author: Adam Rolain, Created: 2025-02-19
Release Date: 2/19/2025
Release Overview
-
Changes to Resample Routine Wrapper
- The Resample Routine inputs changed in Xperiflow 3.6 and thus the RoutineRunner.RunResampleRoutine input parameters have changed.
-
Additional method overloads for Resample and Aggregation Routine Wrappers
- For routines that take “paired” input parameters (e.g., a column name and aggregation type), the wrapper methods now accept arguments of type
IEnumerable<(string, string)>
in addition to two separate IEnumerable , where the elements being paired need to have matching indices across the two collections.
- For routines that take “paired” input parameters (e.g., a column name and aggregation type), the wrapper methods now accept arguments of type
-
Change to the return type of ValidateColumnsExist
- The
ValidateColumnsExist()
method now returns an object of typeColumnValidationResult
. See the Helper Functions Confluence noted in Additional Information below for more detail.
- The
Dependencies
Xperiflow v3.6.0
XBR-SV151-XPFv3.6.0-PV840
Known Issues
None