-
Notifications
You must be signed in to change notification settings - Fork 2
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
Commits on Sep 28, 2022
-
Create a deprecation decorator to flag data properties that are meant…
… to be removed in future versions of sasdata
Configuration menu - View commit details
-
Copy full SHA for ef189da - Browse repository at this point
Copy the full SHA ef189daView commit details -
Create a separate subpackage for the data objects and move meta-data …
…(instrument and sample) classes to their own python file
Configuration menu - View commit details
-
Copy full SHA for eeed692 - Browse repository at this point
Copy the full SHA eeed692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d53fe4 - Browse repository at this point
Copy the full SHA 6d53fe4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0139a41 - Browse repository at this point
Copy the full SHA 0139a41View commit details -
Abstract the Data1D and Data2D into a single master class (Data) that…
… all data objects inherit from
Configuration menu - View commit details
-
Copy full SHA for 19beacb - Browse repository at this point
Copy the full SHA 19beacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4655b0 - Browse repository at this point
Copy the full SHA b4655b0View commit details -
Replace original methods and classes with patch methods, including de…
…precation warnings
Configuration menu - View commit details
-
Copy full SHA for 584d2ab - Browse repository at this point
Copy the full SHA 584d2abView commit details
Commits on Oct 6, 2022
-
Fix deprecation decorator so function is properly returned and modify…
… behavior to log warnings instead of throwing errors.
Configuration menu - View commit details
-
Copy full SHA for 584ba40 - Browse repository at this point
Copy the full SHA 584ba40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28cc07f - Browse repository at this point
Copy the full SHA 28cc07fView commit details
Commits on Oct 7, 2022
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0a80548 - Browse repository at this point
Copy the full SHA 0a80548View commit details
Commits on Oct 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8b754fc - Browse repository at this point
Copy the full SHA 8b754fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 544f745 - Browse repository at this point
Copy the full SHA 544f745View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ec44f5 - Browse repository at this point
Copy the full SHA 9ec44f5View commit details
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7245beb - Browse repository at this point
Copy the full SHA 7245bebView commit details
Commits on Jan 6, 2023
-
Merge remote-tracking branch 'origin/17-generalize-1d-2d-data' into 1…
…7-generalize-1d-2d-data
Configuration menu - View commit details
-
Copy full SHA for 2462fb7 - Browse repository at this point
Copy the full SHA 2462fb7View commit details