File: labeler.yml

package info (click to toggle)
python-xarray 2026.01.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,676 kB
  • sloc: python: 120,278; makefile: 269
file content (116 lines) | stat: -rw-r--r-- 2,401 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Automation:
  - changed-files:
      - any-glob-to-any-file:
          - .github/**

CI:
  - changed-files:
      - any-glob-to-any-file:
          - ci/**

dependencies:
  - changed-files:
      - any-glob-to-any-file:
          - ci/requirements/*

topic-arrays:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/core/duck_array_ops.py

topic-backends:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/backends/**

topic-cftime:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/coding/*time*

topic-CF conventions:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/conventions.py

topic-dask:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/compat/dask*
          - xarray/core/parallel.py

topic-DataTree:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/core/datatree*

topic-documentation:
  - all:
      - changed-files:
          - any-glob-to-any-file: "doc/**/*"
          - all-globs-to-all-files: "!doc/whats-new.rst"

topic-groupby:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/core/groupby.py

topic-html-repr:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/core/formatting_html.py

topic-hypothesis:
  - changed-files:
      - any-glob-to-any-file:
          - properties/**
          - xarray/testing/strategies.py

topic-indexing:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/core/indexes.py
          - xarray/core/indexing.py

topic-NamedArray:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/namedarray/*

topic-performance:
  - changed-files:
      - any-glob-to-any-file:
          - asv_bench/benchmarks/**

topic-plotting:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/plot/*
          - xarray/plot/**/*

topic-rolling:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/computation/rolling.py
          - xarray/computation/rolling_exp.py

topic-testing:
  - changed-files:
      - any-glob-to-any-file:
          - conftest.py
          - xarray/testing/*

topic-typing:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/core/types.py

topic-zarr:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/backends/zarr.py

io:
  - changed-files:
      - any-glob-to-any-file:
          - xarray/backends/**