We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5388bf commit 8023f9fCopy full SHA for 8023f9f
doc/whats-new.rst
@@ -39,6 +39,9 @@ Bug Fixes
39
``engine=`` argument. (:pull:`10804`). By `Ian Hunt-Isaak <https://github.com/ianhi>`_.
40
- Fix indexing with empty arrays for scipy & h5netcdf backends which now resolves to empty slices (:issue:`10867`, :pull:`10870`).
41
By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_
42
+- Fix error handling issue in ``decode_cf_variables`` when decoding fails - the exception is now re-raised
43
+ correctly, with a note added about the variable name that caused the error (:issue:`10873`, :pull:`10886`).
44
+ By `Jonas L. Bertelsen <https://github.com/jonaslb>`_
45
46
Performance
47
~~~~~~~~~~~
0 commit comments