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

Interpolation for operations #2782

Draft
wants to merge 17 commits into
base: release_6.0.0
Choose a base branch
from

Commits on Mar 25, 2024

  1. added interpolation to data operations and interpolated points

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6222864 View commit details
    Browse the repository at this point in the history
  2. added preview functionality to data operations

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2d2d9a0 View commit details
    Browse the repository at this point in the history
  3. cleaning up code for interpolation

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    e4c2d3a View commit details
    Browse the repository at this point in the history
  4. changes to plots

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    697bfb9 View commit details
    Browse the repository at this point in the history
  5. updated data operation plots and reversed format to A + B = C rather …

    …than C = A + B
    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    b262fe2 View commit details
    Browse the repository at this point in the history
  6. Update ci.yml to handle merge conflicts with rebase

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    08631e9 View commit details
    Browse the repository at this point in the history
  7. removed commented unused code and extra whitespace

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    f9ed494 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96a389f View commit details
    Browse the repository at this point in the history
  9. cleaned up colors for data operation panel plots

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3f2f1a8 View commit details
    Browse the repository at this point in the history
  10. adding loggin message to indicate data operation was completed

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    65e63e1 View commit details
    Browse the repository at this point in the history
  11. added checks for empty datasets and graphs during onSave and also cle…

    …ared data1, data2, and output where needed upon changes to operation request
    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    bdd88a0 View commit details
    Browse the repository at this point in the history
  12. cleaning up code included extra spaces and commented sections

    caitwolf authored and Caitlyn Wolf committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    74c455a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b3eb240 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a6998f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. fixed bug dropping isSesans attribute in Data1D object when it was lo…

    …aded in the explorer and passed to the data operation panel
    Caitlyn Wolf authored and Caitlyn Wolf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2c091fa View commit details
    Browse the repository at this point in the history
  2. enabled automatic update of data comboboxes when new data is loaded i…

    …n the explorer and updated the reset button to a clear button
    Caitlyn Wolf authored and Caitlyn Wolf committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    907b757 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e42ae8 View commit details
    Browse the repository at this point in the history