xyzpy
xyzpy copied to clipboard
Efficiently generate and analyse high dimensional data.
Hi @jcmgray, I'm currently using your awesome package to automate my experiments and noticed a problem related to pickling certain data types. While the cloudpickle backend of joblib should work...
When I use the `allow_incomplete` option it sometimes fails with this error (error output shown below). I have an equal size dataset that all completed so I did not need...
It actually needs the `concurrent.futures.Executor` API. I tried to pass in a thread pool from multiprocessing and it didn't work.
I am impressed with this package! In my field we very often do these loops over multiple dimensions and generate many curves for different dimensions. We (me and my colleagues)...
This package looks great! You seem to have implemented an interface on top of bokeh and matplotlib, are you aware of the existence of [`holoviews`](https://gitter.im/ioam/holoviews)? I think that using HoloViews...
Hey, we're slowly accumulating a few xarray-ecosystem packages at https://github.com/xarray-contrib to help with visibility (https://github.com/xarray-contrib/xarray-contrib) If interested, we'd be happy to help you migrate `xyzpy` over. If not, feel free...
release?
The lack of a recent pypi release is making people think this great package is unmaintained (https://github.com/pydata/xarray/issues/1914#issuecomment-1841992636). Mind making a release? As an aside, this is fairly easy to [automate](https://github.com/pydata/xarray/blob/main/.github/workflows/pypi-release.yaml)...
\@dcherian pointed me towards this library in https://github.com/pydata/xarray/discussions/7498, it looks awesome! Very small point — when I have something like the linked example, but add a cast to a DataArray...