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

Generalize the Data object #28

Closed
wants to merge 15 commits into from
Closed

Commits on Sep 28, 2022

  1. Create a deprecation decorator to flag data properties that are meant…

    … to be removed in future versions of sasdata
    krzywon committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    ef189da View commit details
    Browse the repository at this point in the history
  2. Create a separate subpackage for the data objects and move meta-data …

    …(instrument and sample) classes to their own python file
    krzywon committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    eeed692 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d53fe4 View commit details
    Browse the repository at this point in the history
  4. Abstract the plottable_1D and plottable_2D into a single master class…

    … (Plottable) that all plottable objects inherit from. Add subclasses for 1D, 2D, SESANS, and Slit-Smeared data
    krzywon committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    0139a41 View commit details
    Browse the repository at this point in the history
  5. Abstract the Data1D and Data2D into a single master class (Data) that…

    … all data objects inherit from
    krzywon committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    19beacb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4655b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    584d2ab View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Fix deprecation decorator so function is properly returned and modify…

    … behavior to log warnings instead of throwing errors.
    krzywon committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    584ba40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28cc07f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Reduce old classes to bare-bones placeholder classes for backwards co…

    …mpatibility and deprecation purposes. Added type hinting, py2->py3 fixes, and deprecation warnings and documentation.
    krzywon committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    0a80548 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Configuration menu
    Copy the full SHA
    8b754fc View commit details
    Browse the repository at this point in the history
  2. DataInfo typing suggestions

    krzywon committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    544f745 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ec44f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    7245beb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Merge remote-tracking branch 'origin/17-generalize-1d-2d-data' into 1…

    …7-generalize-1d-2d-data
    krzywon committed Jan 6, 2023
    Configuration menu
    Copy the full SHA
    2462fb7 View commit details
    Browse the repository at this point in the history