Replies: 3 comments 2 replies
|
I use this a lot. Is there a proposal for an alternative API which would achieve the same outcome? |
2 replies
|
I love this feature. Apologies! |
0 replies
|
From @scitools/peloton : basically agreed with this, for Iris v4 future. Lots to add here
|
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.
See #6303.
During my work on #6253, I've stumbled into issues with DataManager.copy().
It seems that the current behavior, which allows you to replace the data at the same time as copying, though useful, doesn't really mirror how other packages use copy, and doesn't fit the new "contract" that 6253 has created around None.
During discussions around this, the idea was floated of separating out the replacing behavior, for clarity sake and constistency.
This would no doubt be a breaking change, and therefore would have to go into the next major release.
All reactions