Michael Niklas

Results 20 issues of Michael Niklas

## Environment data - Language Server version: v2022.4.3 - OS and version: Windows_NT x64 6.1.7601 - Python version (& distribution if applicable, e.g. Anaconda): 3.9.10 ## Expected behavior Function where...

bug

### Proposed new feature or change: It would be nice to have static typing support for custom array containers like pandas Series, xarrays DataArray (https://github.com/pydata/xarray/issues/6524) etc. Such that you can...

01 - Enhancement
Static typing

It would be nice to have an SVG version of the sparse logo. While at it: - It seems that the lines are not really parallel, not sure if that...

type:enhancement

- [x] Closes #6818 - [ ] Tests added - [ ] User visible changes (including notable bug fixes) are documented in `whats-new.rst` - [x] ~~New functions/methods are listed in...

### What is your issue? When using a dataset with multiple variables and using `Dataset.count("x")` it will return ones for variables that are missing dimension "x", e.g.: ```python import xarray...

bug
needs discussion

- [x] Closes #6949 - [x] Tests added (typing) - [x] User visible changes (including notable bug fixes) are documented in `whats-new.rst`

topic-plotting
CI
plan to merge
dependencies
topic-typing

### What is your issue? Currently the input type for "one or more dims" is changing from function to function. There are some open PRs that move to `str |...

enhancement
needs discussion
topic-typing

- [x] Closes #7141

### What is your issue? The coverage was reduced from ~94% to ~68% after merging #7126 See https://app.codecov.io/gh/pydata/xarray or our badge I _think_ this is because the unittests never included...

CI

This PR adds a `utils.parse_dims` function for parsing one or more dimensions. Currently every function that accepts multiple dimensions does this by itself. I decided to first see if it...

topic-typing