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
* Attempting to set `filter_coords` will raise a `DeprecationWarning`
and set the given `FilterList` to each dimension rather than setting
`filter_coords`
* `filter_coords` is now defaults to an empty `FilterList`
* **attr_filters** - FilterList to apply to Attributes: FilterList or Dict[str -> FilterList] for any attribute(s). Unspecified attributes will use default.
413
413
* **dim_filters** - FilterList to apply to Dimensions: FilterList or Dict[str -> FilterList] for any dimensions(s). Unspecified dimensions will use default.
414
-
* **coords_filters** - FilterList to apply to all coordinates (Dimensions)
415
414
* **offsets_filters** - FilterList to apply to all offsets
416
415
* **full_domain** - Dimensions should be created with full range of the dtype
417
416
* **tile** - Dimension tiling: accepts either an int that applies the tiling to all dimensions or a dict("dim_name": int) to specifically assign tiling to a given dimension
* **attr_filters** - FilterList to apply to Attributes: FilterList or Dict[str -> FilterList] for any attribute(s). Unspecified attributes will use default.
681
686
* **dim_filters** - FilterList to apply to Dimensions: FilterList or Dict[str -> FilterList] for any dimensions(s). Unspecified dimensions will use default.
682
-
* **coords_filters** - FilterList to apply to all coordinates (Dimensions)
683
687
* **offsets_filters** - FilterList to apply to all offsets
684
688
* **full_domain** - Dimensions should be created with full range of the dtype
685
689
* **tile** - Dimension tiling: accepts either an int that applies the tiling to all dimensions or a dict("dim_name": int) to specifically assign tiling to a given dimension
0 commit comments