You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a bug in SwigPtrView.__deepcopy__ which did not produce a deep copy.
Add SwigPtrView.__eq__ to allow for comparison. The view objects are considered
equal if the underlying viewed objects are equal.
Fixes#2189.
Fixes a bug in SwigPtrView.__deepcopy__ which did not produce a deep copy.
Add SwigPtrView.__eq__ to allow for comparison. The view objects are considered
equal if the underlying viewed objects are equal.
Fixes#2189.
deepcopy(ExpDataView(...)) only creates a shallow copy.
deepcopy(ExpData(...)) is currently not possible (
TypeError: cannot pickle 'SwigPyObject' object
). Copy-ctor works, but it's less pythonic.The text was updated successfully, but these errors were encountered: