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

Int based linear interpol #1482

Merged
merged 12 commits into from
Sep 5, 2022
Merged

Int based linear interpol #1482

merged 12 commits into from
Sep 5, 2022

Commits on Sep 4, 2022

  1. Rename BlockwiseLinear to BlockwiseLinearLegacy

    Reimplements the blockwise multilinear codec using integer arithmetics.
    Added comments
    fulmicoton authored and PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    3ce66c6 View commit details
    Browse the repository at this point in the history
  2. add estimate for blockwise

    PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    e6f6eb1 View commit details
    Browse the repository at this point in the history
  3. Added one unit test

    fulmicoton authored and PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    084e1a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48c0c50 View commit details
    Browse the repository at this point in the history
  5. fix merge conflicts

    PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    6d9f8c8 View commit details
    Browse the repository at this point in the history
  6. reuse code

    PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    34550ed View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    d856514 View commit details
    Browse the repository at this point in the history
  8. fix clippy

    PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    1b14ef2 View commit details
    Browse the repository at this point in the history
  9. fix test

    PSeitz committed Sep 4, 2022
    Configuration menu
    Copy the full SHA
    732a8f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. fix off by one

    fix off by one to accurately interpolate autoincrement fields
    PSeitz committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    c64c383 View commit details
    Browse the repository at this point in the history
  2. extend test, fix estimate

    PSeitz committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    0e7e892 View commit details
    Browse the repository at this point in the history
  3. remove legacy codec

    PSeitz committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    cb34b60 View commit details
    Browse the repository at this point in the history