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

Accessor #204

Merged
merged 67 commits into from
Oct 27, 2023
Merged

Accessor #204

merged 67 commits into from
Oct 27, 2023

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    2e8a680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07270e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66aa9f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

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

Commits on Aug 18, 2023

  1. Removed numbagg from dependencies

    llvmlite is a pain to install with pip. Alternatively, it could be installed with conda
    bdestombe committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    77d9ede View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c18f8ea View commit details
    Browse the repository at this point in the history
  3. Format

    bdestombe committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    bb1b477 View commit details
    Browse the repository at this point in the history
  4. Moving away from calibrate_double_ended() inplace

    self.update(out) is still in place at the end
    bdestombe committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b453f59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e884f94 View commit details
    Browse the repository at this point in the history
  6. Parallel testing

    bdestombe committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    a4a1675 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f363413 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7f795b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

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

Commits on Aug 21, 2023

  1. Update .gitignore

    bdestombe committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    0c427d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Refactored calibration routines

    In preparation of the accessor
    bdestombe committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    43f42c8 View commit details
    Browse the repository at this point in the history
  2. Please ruff

    bdestombe committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    e0db37c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Refactored Datastore class

    bdestombe committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    49bbae3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a515f8b View commit details
    Browse the repository at this point in the history
  3. Updated example notebooks

    bdestombe committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    39f71c9 View commit details
    Browse the repository at this point in the history
  4. Add api to docs

    bdestombe committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    a40c810 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cfc4c1b View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

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

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    d0a745d View commit details
    Browse the repository at this point in the history
  2. renamed conf_ints_single_ended to monte_carlo_single_ended

    and calibration_single_ended to calibrate_ssingle_ended
    bdestombe committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    89a5c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec2a49a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e123b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    c18dd68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9286a01 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    98ce96f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068305e View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Passing all variance tests

    bdestombe committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    1825050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74a0a8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7d01ba View commit details
    Browse the repository at this point in the history
  4. Undo certain merge changes

    bdestombe committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    68e0d46 View commit details
    Browse the repository at this point in the history
  5. Minor cleanup

    bdestombe committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    c207897 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fdea611 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3906555 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6a0f7ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d348e3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8737e85 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b42110d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    42c4324 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    70c0cd4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a4b0f40 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    70abdd7 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3ff015b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7d05394 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Docs cleanup

    bdestombe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    635d29d View commit details
    Browse the repository at this point in the history
  2. Fixed variance test

    bdestombe committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    c15d2d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ba5804 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e97a0e View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 20, 2023

  1. Update test_examples.py

    bdestombe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6ab648a View commit details
    Browse the repository at this point in the history
  2. Update test_examples.py

    bdestombe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c70b2d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1245571 View commit details
    Browse the repository at this point in the history
  4. Update test_examples.py

    bdestombe committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    975466a View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    21ecdf9 View commit details
    Browse the repository at this point in the history
  2. Removed unused variable

    bdestombe committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    59fd0fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bca953d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    19d5044 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b86bdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cba03b6 View commit details
    Browse the repository at this point in the history
  4. Update src/dtscalibration/dts_accessor.py

    Co-authored-by: Bart Schilperoort <[email protected]>
    bdestombe and BSchilperoort committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    98636ea View commit details
    Browse the repository at this point in the history
  5. Update test_examples.py

    bdestombe committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4da18d7 View commit details
    Browse the repository at this point in the history
  6. Update docs

    bdestombe committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1f40022 View commit details
    Browse the repository at this point in the history
  7. Minimal attempt to fix docs

    bdestombe committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b56918b View commit details
    Browse the repository at this point in the history
  8. Update README.rst

    bdestombe committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2cf247c View commit details
    Browse the repository at this point in the history