Justus Magin

Results 82 issues of Justus Magin

The easiest fix is to just strip the units of the condition. This might fail with offset units / give unexpected results, so instead we could also forbid passing a...

As noted in xarray-contrib/cf-xarray#278, it is important to pass the modifiers to the custom formatters in order to support both short and long formats with the same name if the...

From xarray-contrib/pint-xarray#136: running ```python import pint import numpy as np q = pint.Quantity([2, 3, 6, 5], "kelvin") np.where(q.max(), q) ``` results in a `RecursionError`. I'm not sure this operation actually...

This is the first of a series of PRs to add a framework to make testing the integration of duck arrays as simple as possible. It uses `hypothesis` for increased...

topic-testing
topic-arrays
topic-hypothesis

`pint`'s implementation of NEP-18 (see hgrecco/pint#905) is close enough so we can finally start working on the `pint` support (i.e. make the integration tests pass). This would be the list...

enhancement
topic-arrays

With the flexible indexes refactor indexes have become much more important, which means we should include them in the reprs of `DataArray` and `Dataset` objects. This is a initial attempt,...

This is a (incomplete) checklist for #5816 to make it easier to find methods that are in need of examples and links to the narrative docs with further information (of...

contrib-help-wanted
topic-documentation
contrib-good-first-issue

Potentially fixes #316. This tries to allow parsing sections which are not separated by blank lines (there should probably be a warning in that case, I'll add that once the...

I wonder if it would be worth investigating if it is possible to implement a custom `numpy` `dtype` (see NEP 40-43), similar to `geopandas`' `GeometryArray`? We can probably try to...

Our release policy very much follows that of `xarray`: deprecations will stay in a few releases, after which they will be applied (for example, removing old features or changing defaults)....