-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This will add the following features:
- Support for runtime defined
Dataset::sel()descriptors. Currently onlyDataset::isel()allows for this to a limited capacity. - Remove hard compile-time limit for the number of runtime descriptors that can be passed. We can perform batch processing instead of erroring out.
Implementing 1. in a sensible manner may be complex due to templating, as dimension coordinates may be of different types.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request