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

Next few object model changes #42

Merged
merged 4 commits into from
Sep 3, 2018
Merged

Next few object model changes #42

merged 4 commits into from
Sep 3, 2018

Commits on Aug 31, 2018

  1. Add primer for model objects

    including a note that this interface is still subject to change.
    Anthchirp committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    18cd556 View commit details
    Browse the repository at this point in the history
  2. Add a model object for integration results

    Resolves SCI-7754
    Anthchirp committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    f983004 View commit details
    Browse the repository at this point in the history
  3. Add log notice if __future__ is used

    and links to relevant issues where stable versions of the calls are
    being developed.
    Anthchirp committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    6d4910e View commit details
    Browse the repository at this point in the history
  4. Allow probing GridInfo object

    to test whether there is associated grid information in the database.
    In a boolean context the GridInfo object will evaluate to True if this
    is the case:
    
    if dc.group.gridinfo:
      # This is a grid scan
    else:
      # This is not a grid scan
    
    Resolves MXSW-841
    Anthchirp committed Aug 31, 2018
    Configuration menu
    Copy the full SHA
    e81cea1 View commit details
    Browse the repository at this point in the history