We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34827af commit cbaf81aCopy full SHA for cbaf81a
2 files changed
CHANGES.md
@@ -1,6 +1,6 @@
1
# XRLint Change History
2
3
-## Version 0.5.1 (in development)
+## Version 0.5.1 (from 2025-02-21)
4
5
- XRLint now also loads default configuration from files named
6
`xrlint-config.yaml` and `xrlint-config.json`. (#60)
@@ -11,6 +11,9 @@
11
- Enhanced documentation by a new page that compiles
12
the code examples in the `examples` folder.
13
14
+- Fixed `Processor.preprocess()` typing to also accept
15
+ `xarray.DataTree` instances.
16
+
17
## Version 0.5.0 (from 2025-02-13)
18
19
### Adjustments and Enhancements
xrlint/version.py
@@ -2,4 +2,4 @@
# This software is distributed under the terms and conditions of the
# MIT license (https://mit-license.org/).
-version = "0.5.1.dev0"
+version = "0.5.1"
0 commit comments