Michael Niklas
Michael Niklas
I was playing around a bit with a mypy plugin and this was the best I could come up with. Unfortunately the mypy docu about the plugins is not very...
This PR adds some typing to several abstract base classes that are used in xarray. Most of it is working, only one major point I could not figure out: What...
cfgribs xarray plugin raises a DeprecationWarning > cfgrib/xarray_plugin.py:11: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
With the update to 4.1.1 the sorting of our custom columns stopped working. First of all, the "sorting" only happens when I click on the header twice (which is not...
- [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are listed in `api.rst` We encountered the issue...
Closes: #1298 Lots of this PR was stolen from https://github.com/Unidata/netcdf4-python/pull/1279 Notice: I intentionally reversed the import behavior of `__init__.py` and `_netCDF4.pyx` in the stubs. This should be more in line...
Since static typing has come a long way in python, it would be nice if you could add static type hints to netCDF4. There has already been some work done...
### Is your feature request related to a problem? When working with larger datasets or arrays with multiple dimensions, where the variable/dimension names are largely similar but differ only by,...
### Is your feature request related to a problem? I am a bit puzzled about how xarrays is broadcasting Datasets. It seems to always add all dimensions to all variables....
Since some days several random sensors of multiple plants are showing Unknown state (might be related to some Hass update, not sure).  The corresponding flower care sensor works as...