|
| 1 | +Automation: |
| 2 | + - changed-files: |
| 3 | + - any-glob-to-any-file: |
| 4 | + - .github/** |
| 5 | + |
| 6 | +CI: |
| 7 | + - changed-files: |
| 8 | + - any-glob-to-any-file: |
| 9 | + - ci/** |
| 10 | + |
| 11 | +dependencies: |
| 12 | + - changed-files: |
| 13 | + - any-glob-to-any-file: |
| 14 | + - ci/requirements/* |
| 15 | + |
| 16 | +topic-arrays: |
| 17 | + - changed-files: |
| 18 | + - any-glob-to-any-file: |
| 19 | + - xarray/core/duck_array_ops.py |
| 20 | + |
| 21 | +topic-backends: |
| 22 | + - changed-files: |
| 23 | + - any-glob-to-any-file: |
| 24 | + - xarray/backends/** |
| 25 | + |
| 26 | +topic-cftime: |
| 27 | + - changed-files: |
| 28 | + - any-glob-to-any-file: |
| 29 | + - xarray/coding/*time* |
| 30 | + |
| 31 | +topic-CF conventions: |
| 32 | + - changed-files: |
| 33 | + - any-glob-to-any-file: |
| 34 | + - xarray/conventions.py |
| 35 | + |
| 36 | +topic-dask: |
| 37 | + - changed-files: |
| 38 | + - any-glob-to-any-file: |
| 39 | + - xarray/compat/dask* |
| 40 | + - xarray/core/parallel.py |
| 41 | + |
| 42 | +topic-DataTree: |
| 43 | + - changed-files: |
| 44 | + - any-glob-to-any-file: |
| 45 | + - xarray/core/datatree* |
| 46 | + |
| 47 | +topic-documentation: |
| 48 | + - changed-files: |
| 49 | + - any-glob-to-any-file: |
| 50 | + - doc/* |
| 51 | + - "!doc/whats-new.rst" |
| 52 | + - doc/**/* |
| 53 | + |
| 54 | +topic-groupby: |
| 55 | + - changed-files: |
| 56 | + - any-glob-to-any-file: |
| 57 | + - xarray/core/groupby.py |
| 58 | + |
| 59 | +topic-html-repr: |
| 60 | + - changed-files: |
| 61 | + - any-glob-to-any-file: |
| 62 | + - xarray/core/formatting_html.py |
| 63 | + |
| 64 | +topic-hypothesis: |
| 65 | + - changed-files: |
| 66 | + - any-glob-to-any-file: |
| 67 | + - properties/** |
| 68 | + - xarray/testing/strategies.py |
| 69 | + |
| 70 | +topic-indexing: |
| 71 | + - changed-files: |
| 72 | + - any-glob-to-any-file: |
| 73 | + - xarray/core/indexes.py |
| 74 | + - xarray/core/indexing.py |
| 75 | + |
| 76 | +topic-NamedArray: |
| 77 | + - changed-files: |
| 78 | + - any-glob-to-any-file: |
| 79 | + - xarray/namedarray/* |
| 80 | + |
| 81 | +topic-performance: |
| 82 | + - changed-files: |
| 83 | + - any-glob-to-any-file: |
| 84 | + - asv_bench/benchmarks/** |
| 85 | + |
| 86 | +topic-plotting: |
| 87 | + - changed-files: |
| 88 | + - any-glob-to-any-file: |
| 89 | + - xarray/plot/* |
| 90 | + - xarray/plot/**/* |
| 91 | + |
| 92 | +topic-rolling: |
| 93 | + - changed-files: |
| 94 | + - any-glob-to-any-file: |
| 95 | + - xarray/computation/rolling.py |
| 96 | + - xarray/computation/rolling_exp.py |
| 97 | + |
| 98 | +topic-testing: |
| 99 | + - changed-files: |
| 100 | + - any-glob-to-any-file: |
| 101 | + - conftest.py |
| 102 | + - xarray/testing/* |
| 103 | + |
| 104 | +topic-typing: |
| 105 | + - changed-files: |
| 106 | + - any-glob-to-any-file: |
| 107 | + - xarray/core/types.py |
| 108 | + |
| 109 | +topic-zarr: |
| 110 | + - changed-files: |
| 111 | + - any-glob-to-any-file: |
| 112 | + - xarray/backends/zarr.py |
| 113 | + |
| 114 | +io: |
| 115 | + - changed-files: |
| 116 | + - any-glob-to-any-file: |
| 117 | + - xarray/backends/** |
0 commit comments