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

Python API #69

Merged
merged 89 commits into from
Sep 17, 2024
Merged

Python API #69

merged 89 commits into from
Sep 17, 2024

Commits on Aug 8, 2024

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

Commits on Aug 12, 2024

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

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    25fbc2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efdc5ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55a4f3c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    6169267 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9cd758f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949e90d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54f4140 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51ec8ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    05ebde7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6321c05 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    18a4b62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e81382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0eaac33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d2ca39 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    087cec3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d767f77 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    5fd2ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4e8dc3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6b536c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25be8d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5c8f8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6a8f71 View commit details
    Browse the repository at this point in the history
  7. Set logging level directly instead of using gflags lib

    Circumventing gflags helps since it is not always available or linked correctly. An alternative solution would be to automatically make gflags available through FetchContent, but we would rather keep the number of auto-fetched libraries small to reduce compatibility struggles. Furthermore, our library currently disables the option to install if any dependency is auto-fetched.
    victorreijgwart committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    9700002 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    35feb1b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    16feaec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4ec7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe22adf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67c7e67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    98fca95 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa7627f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c7d7b4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b18b975 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    10c66a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    108c032 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865389c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df12fc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

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

Commits on Aug 23, 2024

  1. Configuration menu
    Copy the full SHA
    5c91283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4401c57 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    ae96e58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed81310 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25eb5f9 View commit details
    Browse the repository at this point in the history
  4. Fix issues with links to Sphinx refs scrolling too far

    Add custom CSS for span elements (default Sphinx refs) to match our theme's general scroll margin.
    victorreijgwart committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c78a675 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    f3ae030 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9caae62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e666011 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

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

Commits on Aug 30, 2024

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

Commits on Aug 31, 2024

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

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    6efdbc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c96f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    3c57888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2143b96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d5d10b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f376e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7b6771 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82f9088 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd42e7b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    a4eba44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    525f48c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdf2e8a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb96ab5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94c2f98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd27142 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd96924 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79c6510 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Update README

    victorreijgwart committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    50708fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d58ed7e View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Add citation file

    victorreijgwart committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    c3fabeb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    4339643 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b18fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bf1216 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f4eb24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    97cdc9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9e5eee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b775d99 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32036f8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a73cb72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    209dc70 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62a9713 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    450d9ae View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a4889d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8243f96 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d4b5dcb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e12165e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Update changelogs

    victorreijgwart committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    1487a97 View commit details
    Browse the repository at this point in the history