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

matrix pbf output #4121

Merged
merged 19 commits into from
Jul 4, 2023
Merged

matrix pbf output #4121

merged 19 commits into from
Jul 4, 2023

Commits on May 20, 2023

  1. start with matrix pbf output; only specified the proto schema so far …

    …and replace MatrixType enum with protobuf definition
    nilsnolde committed May 20, 2023
    Configuration menu
    Copy the full SHA
    ffcd93a View commit details
    Browse the repository at this point in the history
  2. only change the matrix functions signatures to accept an Api object r…

    …ather than sources/targets
    nilsnolde committed May 20, 2023
    Configuration menu
    Copy the full SHA
    6331656 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. finish the implementation; adapt all matrix algos to keep track of th…

    …ings in pbf and add the scaffolding to be able to return pbf
    nilsnolde committed May 21, 2023
    Configuration menu
    Copy the full SHA
    8cec20c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fafd730 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f124625 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. fix benchmkar

    nilsnolde committed May 22, 2023
    Configuration menu
    Copy the full SHA
    e2ccd88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e507ef View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

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

Commits on Jun 6, 2023

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

Commits on Jun 8, 2023

  1. revert to flat repeated fields in the matrix PBF in favor of a repeat…

    …ed Message, to enable int packing; solve the right order for forward/reverse tree
    nilsnolde committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    79d2fae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46733c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef053ef View commit details
    Browse the repository at this point in the history
  4. tidy

    nilsnolde committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    90d2d5e View commit details
    Browse the repository at this point in the history
  5. add a test for #4153

    nilsnolde committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    31b010b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

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

Commits on Jun 13, 2023

  1. reserve pbf date_times

    nilsnolde committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    0264285 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    44a0369 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b4429 View commit details
    Browse the repository at this point in the history