Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable deepcopy for ExpData(View) #2196

Merged
merged 4 commits into from
Nov 15, 2023
Merged

Enable deepcopy for ExpData(View) #2196

merged 4 commits into from
Nov 15, 2023

Commits on Nov 15, 2023

  1. Fix ExpData equality operator for Python

    Wasn't automatically handled by swig for unclear reasons. Works now. Fixes #2190.
    dweindl committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dcbd4a3 View commit details
    Browse the repository at this point in the history
  2. Enable deepcopy for ExpData(View)

    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.
    dweindl committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    68ee924 View commit details
    Browse the repository at this point in the history
  3. missed

    dweindl committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0506d09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f82b1b5 View commit details
    Browse the repository at this point in the history