Field should return copies instead of in-place editing. #75
Labels
enhancement
Field
core routines affected
incompatible change
This change may create incompatibilities
The
Field
object is basically a numpy array plus axes and labels. Therefore it may be more intuitive to be able to use it as a numpy array:np.abs
can work with aField
object and return aField
object.postpic.MultiSpecies
should probably also behave like that. Check first, if this has mayor performance implicationsThe text was updated successfully, but these errors were encountered: