Skip to content

Commit f298696

Browse files
committed
Starting 0.5.1.dev0
1 parent 8007da6 commit f298696

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# XRLint Change History
22

3+
## Version 0.5.1 (in development)
4+
5+
36
## Version 0.5.0 (from 2025-02-13)
47

58
### Adjustments and Enhancements

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@
55

66
# XRLint - A linter for xarray datasets
77

8-
98
XRLint is a [linting](https://en.wikipedia.org/wiki/Lint_(software))
10-
tool and library for [xarray]() datasets.
11-
Its design is heavily inspired by the awesome [ESLint](https://eslint.org/).
9+
tool and library for [xarray](https://docs.xarray.dev/) datasets.
10+
Its design is heavily inspired by the awesome [ESLint](https://eslint.org/) tool.
1211

1312

1413
## Features
1514

16-
- Flexible validation for `xarray.Dataset` objects by configurable rules.
15+
- Flexible validation for
16+
[`xarray.Dataset`](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html) and
17+
[`xarray.DataTree`](https://docs.xarray.dev/en/stable/generated/xarray.DataTree.html) objects
18+
by configurable rules.
1719
- Available from CLI and Python API.
1820
- Custom plugins providing custom rule sets allow addressing
1921
different dataset conventions.

docs/index.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33

44
XRLint is a [linting](https://en.wikipedia.org/wiki/Lint_(software))
5-
tool and library for [xarray]() datasets.
6-
Its design is heavily inspired by the awesome [ESLint](https://eslint.org/).
5+
tool and library for [xarray](https://docs.xarray.dev/) datasets.
6+
Its design is heavily inspired by the awesome [ESLint](https://eslint.org/) tool.
77

88

99
## Features
1010

11-
- Flexible validation for `xarray.Dataset` objects by configurable rules.
11+
- Flexible validation for
12+
[`xarray.Dataset`](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html) and
13+
[`xarray.DataTree`](https://docs.xarray.dev/en/stable/generated/xarray.DataTree.html) objects
14+
by configurable rules.
1215
- Available from CLI and Python API.
1316
- Custom plugins providing custom rule sets allow addressing
1417
different dataset conventions.

xrlint/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# This software is distributed under the terms and conditions of the
33
# MIT license (https://mit-license.org/).
44

5-
version = "0.5.0"
5+
version = "0.5.1.dev0"

0 commit comments

Comments
 (0)