- XRLint now also loads default configuration from files named
xrlint-config.yaml
andxrlint-config.json
. (#60) - The command
xrlint --init
now writesxrlint-config.yaml
instead ofxrlint_config.yaml
. - Enhanced documentation by a new page that compiles the code examples in the
examples
folder. - Fixed
Processor.preprocess()
typing to also acceptxarray.DataTree
instances.
Full Changelog: v0.5.0...v0.5.1