Julius Busecke

Results 532 comments of Julius Busecke

Here is a suggestion: Implement internal logic to understand `boundary='periodic'` in the refactor. You could then implement something like this in `Grid`: ```python if periodic: DeprecationWarning('Dont use periodic anymore, instead...

Definitely still relevant. Should be added right after merging #345.

Hey @miniufo, thanks for raising this issue. A couple of things: 1. The next code iterations will remove the axis methods (on which autogenerate relies). We will likely remove/heavily refactor...

I think there are two different parts here: 1) Applying grid operations to datasets 2) An improvement to the `_get_neighbor_data_pairs`, that just leaves data on the position if the same...

Does this actually work with `interp_like` now? Just curious.

Can this be achieved in principal with #344 ?

@andersy005 This now seems too early? Shouldnt my post count as activity?

I believe there is pretty fundamental limitation to the way the new grid_ufuncs can handle chunked core dimensions. If these change array shape (e.g. going from center to inner/outer) we...

> We intend to define a wider range of high-level functions, such as grad, vorticity etc., and would love your help with that! (@jbusecke and I have discussed this but...