|
11 | 11 | - Now supporting xcube multi-level datasets `*.levels`: |
12 | 12 | - Added xcube plugin processor `"xcube/multi-level-dataset"` that is used |
13 | 13 | inside the predefined xcube configurations "all" and "recommended". |
14 | | -- Directories that are recognized by file patterns associated with a non-empty |
15 | | - configuration object are no longer recursively |
16 | | - traversed. |
17 | 14 | - Introduced method `Plugin.define_config` which defines a named plugin |
18 | 15 | configuration. It takes a name and a configuration object or list of |
19 | 16 | configuration objects. |
|
24 | 21 | - The returned value should be a list of values that can be |
25 | 22 | converted into configuration objects: mixed `Config` instances, |
26 | 23 | dictionary, or a name that refers to a named configuration of a plugin. |
27 | | -- Node path names now contain the dataset index if a file path |
28 | | - has been opened by a processor produced multiple |
29 | | - datasets to validate. |
30 | 24 |
|
31 | 25 | - Other changes: |
| 26 | + - Directories that are recognized by file patterns associated with a non-empty |
| 27 | + configuration object are no longer recursively traversed. |
| 28 | + - Node path names now contain the dataset index if a file path |
| 29 | + has been opened by a processor produced multiple |
| 30 | + datasets to validate. |
32 | 31 | - Changed type of `Plugin.configs` from `dict[str, Config]` to |
33 | 32 | `dict[str, list[Config]]`. |
34 | 33 | - Inbuilt plugin rules now import their `plugin` instance from |
|
37 | 36 | serializes property values that are also default values. |
38 | 37 | - Pinned zarr dependency to be >=2.18, <3 until test |
39 | 38 | `tests.plugins.xcube.processors.test_mldataset.MultiLevelDatasetProcessorTest` |
40 | | - is adjusted or fsspec's memory filesystem is updated. |
| 39 | + is adjusted or `fsspec`'s memory filesystem is updated. |
| 40 | + - Now making use of the `expected` property of `RuleTest`. |
41 | 41 |
|
42 | 42 | ## Version 0.3.0 (from 2025-01-20) |
43 | 43 |
|
|
0 commit comments