File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11# XRLint Change History
22
3- ## Version 0.1.0 (in development )
3+ ## Version 0.1.0 (09.01.2025 )
44
55- Added CLI option ` --print-config PATH ` , see same option in ESLint
66- XRLint CLI now outputs single results immediately to console,
99- ` new_linter() ` now uses a config name arg instead of a bool arg.
1010- Split example notebook into two
1111
12+
1213## Early development snapshots
1314
1415- Version 0.0.3 (08.01.2025)
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ XRLint is a [linting](https://en.wikipedia.org/wiki/Lint_(software))
1111tool and library for [ xarray] ( ) datasets.
1212Its design is heavily inspired by [ ESLint] ( https://eslint.org/ ) .
1313
14- ** IMPORTANT NOTE** : This project just started and is under development,
15- there is no stable release yet. See
16- [ to-do list] ( docs/todo.md ) .
1714
1815## Features
1916
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ XRLint is a [linting](https://en.wikipedia.org/wiki/Lint_(software))
55tool and library for [ xarray] ( ) datasets.
66Its design is heavily inspired by [ ESLint] ( https://eslint.org/ ) .
77
8- ** IMPORTANT NOTE** : This project just started and is under development,
9- there is no stable release yet. See [ to-do list] ( https://github.com/bcdev/xrlint/blob/main/docs/todo.md ) .
108
119## Features
1210
Original file line number Diff line number Diff line change 1- version = "0.1.0.dev0 "
1+ version = "0.1.0"
You can’t perform that action at this time.
0 commit comments