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

Refactor measured data #1316

Merged
merged 6 commits into from
Feb 16, 2021
Merged

Commits on Feb 16, 2021

  1. Refactor data loading

    The loading of data was quite slow when several observation keys
    were pointing to the same response, as observations and response
    were read per keys. This changes to reading the data for all matching
    observations before merging the observations and response.
    oyvindeide committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5d5a89a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aabb93d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b051980 View commit details
    Browse the repository at this point in the history
  4. Depecate loading functions

    oyvindeide committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    89998e4 View commit details
    Browse the repository at this point in the history
  5. Refactor plot api

    oyvindeide committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    4d0a89a View commit details
    Browse the repository at this point in the history
  6. Black plot api

    oyvindeide committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    919692f View commit details
    Browse the repository at this point in the history