Anton Helm

Results 12 issues of Anton Helm

Add simple plugins for grid gridcontainers, e.g. mean, max, min, std. A good inspiration might be to look at [pandas dataframe methods](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.html) or methods associated with [numpy's ndarray](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html).

plugin

Update and go over the todo's for containers.

Following assets are required for the documenation: - [ ] Logo - [ ] Check what dimension are needed - [ ] Check if we should use `svg` or `png`...

Add the documentation for the plugins.

Update examples with proper description.

Update the documentation on backends.

Update the documentation page for `docs/index.md`.

We have a lot of code associated with the previous release that is not used or was moved to other objects. Before a new release, we should focus on housekeeping:...

dev

I have noticed that the ZDF backend for the particles is not fully updated, and we might also need to read the properties at the beginning (as we do for...

backend

Currently, we only return `min` and `max` for the different axes in a `GridBackend`. We should consider two things: 1. Provide an additional `Sequence[str]` determining what type of axes it...

backend