Max Jones

Results 218 comments of Max Jones

My understanding is that we still use the self-hosted server in addition to GitHub releases or Zenodo for the gmt releases because certain package managers expect to find new releases...

For this and https://github.com/GenericMappingTools/dcw-gmt/issues/23, my preferred solution would be to add issue templates for releasing new versions of GSHHG and dcw respectively that includes a checklist of steps, including updating...

Hey @rsignell, I'd be glad to maintain these feedstocks. I created new releases of each of these packages on PyPI, including some updates to dependencies. Can grayskull update the drafts...

Hey @rsignell, I'm wondering if you'd be willing to commit the suggestions to your PR? It'd be really helpful for us to have these as conda-forge packages

With xarray just being released, I think we need to address this soon. I tried the suggestion above and it didn't work as-is..

There's more work needed following up on #612. For example, this fails: ```Python import xarray as xr import warnings warnings.filterwarnings("ignore", message="Numcodecs codecs are not in the Zarr version 3 specification*",...

~~The snippet above works if I use just `dim="time"` dropping the `coords` and `compat` arguments. Since the code previously worked with those options, it'd be helpful to get a sanity...

> So does this work? Can this be closed? It does not work.

Does anyone have plans to address the Zarr-related failures due to store mode changes? We anticipate issues in VirtualiZarr due to this incompatibility. I can take a look if this...

> doesn't look like it, so if you have the time / motivation feel free to send in a PR I addressed the half of the failures that related to...