Tom Nicholas

Results 401 comments of Tom Nicholas

I, Thomas Elliot Gruffydd Nicholas, consent for you, Julius Busecke, to change the license of xMIP to Apache-2.0 :pray: :bowing_man: :pensive:

Hi @DamienIrving - thanks for showing us `xclim`! I think the aims of the packages are fairly different: if I'm understanding correctly then xclim provides convenience functions for converting back...

I'm having a similar problem. When running [the example](https://github.com/matplotlib/ipympl/blob/master/examples/ipympl.ipynb) I just get ``` Loading widget... ``` I'm in a conda environment (output of `conda list` below), and `which python/jupyter/jupyter-lab` all...

This looks great so far @gjoseph92 ! For my vorticity example from #6571, is the "something else going on here" related to "widely-shared dependencies" #5325? (I'm not sure if you...

If you re-implement this using the new `__array_function__` protocol, then `uncertainties` arrays could potentially become compatible with wrapping in `xarray` data objects. [xarray](https://github.com/pydata/xarray) currently wraps either numpy arrays or [dask](https://docs.dask.org/en/latest/array.html)...

Thanks for coming to the [xarray community meeting](https://github.com/pydata/xarray/issues/4001) yesterday to ask about [datatree](https://github.com/xarray-contrib/datatree) @OriolAbril! I've just had a look at [the code for `InferenceData`](https://github.com/arviz-devs/arviz/blob/main/arviz/data/inference_data.py), and here are my thoughts about...

> IIUC, one would now be able to do idata["posterior"].ds to get the posterior group as a dataset, but idata["posterior"] would return a DataTree. Yes that's correct. > Note: this...

**So I actually think we can do this, with some caveats.** I recently found a cool dataset with ragged-like data which has rekindled my interest in this interfacing, and given...

> You mentioned union arrays, but for completeness, the type system in Awkward Array has > ... > Here's a way to determine if an array (Python type ak.Array) is...

Thanks for the huge response there @jpivarski ! > Ragged array is not a specialized subset of types within Awkward Array. There are `ak.*` functions that would take you out...