Replies: 1 comment
-
It is planned to have that, but we could do it now for forward compatibility. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a plan for
Axis
andFigure
to use the newComputePipeline
API forAttributes
? I am wondering if I should add a note where I am usingsetproperty!
onAxis
to update it toupdate!
when converting to the latest version...If there is such a plan in the future, perhaps there should be an
update!
method right now which simply usessetproperty!
under the hood so that the conversion to the new version is not so breaking for people who would like use it right now not to have to update later when it is implemented actually.Beta Was this translation helpful? Give feedback.
All reactions