Mathias Hauser
Mathias Hauser
### Bug summary `ImageGrid` with `cbar_mode="single"` adds the `axes_pad` between the axes and the colorbar if the colorbar is to the left or at the bottom. That seems inconsistent and...
See https://docs.readthedocs.io/en/stable/guides/jupyter.html - to solve the pandoc problem would need to switch "myst_nb" (but maybe test nbconvert first).
- [x] Closes #62 - [ ] Tests added - [ ] Passes `isort . && black . && flake8` - [ ] Fully documented, including `CHANGELOG.md` ```python import cartopy.crs...
### What is the bug? Unfortunately there are some more "edge-cases" left after #8918 (thanks for fixing that so quickly!). Additional grid points are found as 'touched' if the coordinates...
- #521 - #541 - and all the others before the next version as of 05.08.2024 it looks as follows: ``` Package Required Policy Status ----------------- -------------------- -------------------- ------ python...
- [ ] Closes #xxxx - [ ] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [ ] New functions/methods are...
Running @veni-vidi-vici-dormivi doc coverage script from MESMER-group/mesmer#652 yielded ``` Count documented: 109 Count undocumented: 10 Documentation coverage: 91.60% of all non-private functions and methods in the package 'regionmask' Unocumented functions...
We could return a mask with the abbreviations (or names) of the regions as values. The advantage is that the new numpy `StringDType` allows for a sentinel `na` value (logically...
`assert_equal(..., check_dim_order=False)` did not do anything when two `DataTree` objects are passed. Requires #10440 for the tests to pass, so a draft for now.
- [x] Closes #9342 - [x] Closes #10014 - [x] Tests added - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] New functions/methods are...