uda-xarray 0.2.0__tar.gz → 0.2.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uda-xarray
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: UDA backend for xarray
5
5
  Author-email: Samuel Jackson <samuel.jackson@ukaea.uk>
6
6
  Maintainer-email: Samuel Jackson <samuel.jackson@ukaea.uk>
@@ -10,12 +10,12 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: License :: OSI Approved :: MIT License
13
- Requires-Python: <3.13,>=3.11
13
+ Requires-Python: <3.13,>=3.9
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
16
  Requires-Dist: uda>=2.9.2
17
17
  Requires-Dist: uda-mast
18
- Requires-Dist: xarray>=2025.12.0
18
+ Requires-Dist: xarray
19
19
  Dynamic: license-file
20
20
 
21
21
  # uda-xarray
@@ -1,9 +1,9 @@
1
1
  [project]
2
2
  name = "uda-xarray"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  description = "UDA backend for xarray"
5
5
  readme = "README.md"
6
- requires-python = ">=3.11, <3.13"
6
+ requires-python = ">=3.9, <3.13"
7
7
  authors = [
8
8
  {name = "Samuel Jackson", email = "samuel.jackson@ukaea.uk"},
9
9
  ]
@@ -22,7 +22,7 @@ classifiers = [
22
22
  dependencies = [
23
23
  "uda>=2.9.2",
24
24
  "uda-mast",
25
- "xarray>=2025.12.0",
25
+ "xarray",
26
26
  ]
27
27
 
28
28
  [tool.setuptools]
@@ -37,7 +37,7 @@ exclude = []
37
37
  [dependency-groups]
38
38
  dev = [
39
39
  "bump-my-version>=1.2.5",
40
- "pylint>=4.0.4",
40
+ "pylint",
41
41
  "pytest>=8.4.1",
42
42
  "pytest-mock>=3.15.1",
43
43
  "ruff>=0.14.10",
@@ -47,7 +47,7 @@ dev = [
47
47
  uda = "uda_xarray.main:UDABackendEntrypoint"
48
48
 
49
49
  [tool.bumpversion]
50
- current_version = "0.2.0"
50
+ current_version = "0.2.1"
51
51
  parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
52
52
  serialize = ["{major}.{minor}.{patch}"]
53
53
  search = "{current_version}"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: uda-xarray
3
- Version: 0.2.0
3
+ Version: 0.2.1
4
4
  Summary: UDA backend for xarray
5
5
  Author-email: Samuel Jackson <samuel.jackson@ukaea.uk>
6
6
  Maintainer-email: Samuel Jackson <samuel.jackson@ukaea.uk>
@@ -10,12 +10,12 @@ Classifier: Programming Language :: Python :: 3
10
10
  Classifier: Programming Language :: Python :: 3.11
11
11
  Classifier: Programming Language :: Python :: 3.12
12
12
  Classifier: License :: OSI Approved :: MIT License
13
- Requires-Python: <3.13,>=3.11
13
+ Requires-Python: <3.13,>=3.9
14
14
  Description-Content-Type: text/markdown
15
15
  License-File: LICENSE
16
16
  Requires-Dist: uda>=2.9.2
17
17
  Requires-Dist: uda-mast
18
- Requires-Dist: xarray>=2025.12.0
18
+ Requires-Dist: xarray
19
19
  Dynamic: license-file
20
20
 
21
21
  # uda-xarray
@@ -1,3 +1,3 @@
1
1
  uda>=2.9.2
2
2
  uda-mast
3
- xarray>=2025.12.0
3
+ xarray
File without changes
File without changes
File without changes