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

Complete redesign of "Observations" object enabling introduction of minibatching #384

Merged
merged 32 commits into from
Jul 31, 2024

Commits on Jun 25, 2024

  1. update getters for obs and obs_noise_cov

    removed Observations Module
    
    format
    
    Redesign of Observation
    
    Observation tests and format
    
    tests for minibatchers
    
    ObservationSeries tested
    
    build=true default for get_obs and get_obs_noise_cov
    
    interface for EKP
    
    add some more convenience functions for ObservationSeries
    
    test no_minibatching setup
    
    updated examples with MB
    
    UKI constructor
    
    remove build-bug where obs_noise_cov append flattens array
    
    typo
    
    format
    
    add vec
    
    typo
    
    added Dict to construct ObservationSeries, and added == operations
    
    added storage of observation inverses
    odunbar committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    586c48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c02b0e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. commas to semicolons

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    50c018b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c3e30c View commit details
    Browse the repository at this point in the history
  3. add comment

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2358431 View commit details
    Browse the repository at this point in the history
  4. format

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    de2a431 View commit details
    Browse the repository at this point in the history
  5. adds average update time

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    73bdd0d View commit details
    Browse the repository at this point in the history
  6. new docs page

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    57cbd6d View commit details
    Browse the repository at this point in the history
  7. example block fixed

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1c493bb View commit details
    Browse the repository at this point in the history
  8. new blocks

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    68507bf View commit details
    Browse the repository at this point in the history
  9. new blocks

    odunbar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    a5a137f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. add kwargs...

    odunbar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0b7276d View commit details
    Browse the repository at this point in the history
  2. format

    odunbar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    81952ff View commit details
    Browse the repository at this point in the history
  3. new API docstrings

    odunbar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    460e797 View commit details
    Browse the repository at this point in the history
  4. format api

    odunbar committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    58a5b03 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    cc33614 View commit details
    Browse the repository at this point in the history
  2. format

    odunbar committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    a2e293d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c13462a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. rm "noise"

    odunbar committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c74716c View commit details
    Browse the repository at this point in the history
  2. clearer N_obs in constructor

    odunbar committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f1d90f2 View commit details
    Browse the repository at this point in the history
  3. note on identifiers

    odunbar committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c8983b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    c124e3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09962fd View commit details
    Browse the repository at this point in the history
  3. add timer check to ETKI

    odunbar committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8069dbe View commit details
    Browse the repository at this point in the history
  4. format

    odunbar committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d769eff View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. another constructor option

    odunbar committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    a225c6b View commit details
    Browse the repository at this point in the history
  2. addresses review comments

    odunbar committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    8e23b32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3a591c View commit details
    Browse the repository at this point in the history
  4. add comment

    odunbar committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    d3d2a69 View commit details
    Browse the repository at this point in the history
  5. typo docs

    odunbar committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    c33c673 View commit details
    Browse the repository at this point in the history
  6. neaten format

    odunbar committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9556020 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

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