File tree Expand file tree Collapse file tree 4 files changed +16
-8
lines changed
Expand file tree Collapse file tree 4 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 55
66# XRLint - A linter for xarray datasets
77
8-
98XRLint 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.
Original file line number Diff line number Diff line change 22
33
44XRLint 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.
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments