馃摑 Description of the feature
While updating the examples I have run into many cases where I want to be able to initialise a point like property with all of these types, tuple[Quantity, Quantity, Quantity] | list[Quantity] | Quantity[np.ndarray] (and potentially the 2d variation of the tuple)
馃挕 Steps for implementing the feature
Changes in flobject
馃敆 Useful links and references
Would be nice if you could also figure out the autogeneration to update parameters for this but I will cover this at some point using some types only descriptor magic
馃摑 Description of the feature
While updating the examples I have run into many cases where I want to be able to initialise a point like property with all of these types,
tuple[Quantity, Quantity, Quantity] | list[Quantity] | Quantity[np.ndarray](and potentially the 2d variation of the tuple)馃挕 Steps for implementing the feature
Changes in flobject
馃敆 Useful links and references
Would be nice if you could also figure out the autogeneration to update parameters for this but I will cover this at some point using some types only descriptor magic