Julius Busecke
Julius Busecke
Thanks for clarifying @rabernat. I talked to @TomNicholas yesterday and I think we both think that the sort of API you implemented in the `..._2d_vector_...` functions should be put into...
Awesome. Now that #459 is merged, all I need to add is some docs on how to work with vector input. Should that be a root section in the docs...
I think this is relevant to #208. We should fix both with one PR.
This definitely needs fixing.
In some cases (e.g. metrics) it is crucial that these can be modified! > Either way we should promote these to properties. If we don't want people to edit them,...
Just FYI I believe we have two archetypes of 'properties': 1. Basically keyword arguments like `boundary`, `fill_value`... These will be organized in a dictionary where a single axis serves as...
> We may wish to consider refactoring these classes to be frozen Dataclasses, which would solve a lot of problems simultaneously. What problems are you thinking about? I think this...
Def `grid_ufunc_refactor`!