Riley Brady
Riley Brady
After upgrading to the latest `xarray` version and installing `flox`, I find that chunked `pint` arrays break with the `.resample()` method. I'm posting this here instead of `pint_xarray` since it...
Hi folks, I noticed that when running `.rolling(...)` on a _chunked_ `pint` array, there is an exception raised that breaks the process: ```python-traceback TypeError: `pad_value` must be composed of integral...
Following https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated to silence a bunch of deprecation warnings. Currently this will spill a bunch of ```python-traceback AttributeError: module 'numpy' has no attribute 'object' ``` since it is being applied...
Currently the latest `proplot` version only supports `matplotlib
* Adds support up to `matplotlib==3.6.0` by leveraging `_gen_cmap_registry()` to set up colormap database. * Adds support up to latest `matplotlib==3.8.3` by referencing hidden `_fontconfig_pattern` module for setting up fontconfig...
I'm wondering if the `proplot` repo here could be moved to another organization, e.g. https://github.com/matplotlib or https://github.com/pangeo-data or elsewhere that it would fit. This wonderful package now has > 1,000...
# Issue * workedon version: 0.6.3 * Python version: 3.10.8 * Operating System: MacOS ## Description Two potentially useful features could be adding a tag and a time duration. I'd...