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

Implementation of DP8. #13

Merged
merged 35 commits into from
Jan 2, 2024
Merged

Implementation of DP8. #13

merged 35 commits into from
Jan 2, 2024

Commits on Dec 20, 2023

  1. adding DP8Solver type.

    weinbe58 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a0d0748 View commit details
    Browse the repository at this point in the history
  2. fix missing fields.

    weinbe58 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9b52c93 View commit details
    Browse the repository at this point in the history
  3. adding dp8 submodule.

    weinbe58 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b801b96 View commit details
    Browse the repository at this point in the history
  4. adding impl of step

    weinbe58 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a3ed1fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2cb28db View commit details
    Browse the repository at this point in the history
  6. fixing typo

    weinbe58 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e8a8258 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0854fa6 View commit details
    Browse the repository at this point in the history
  8. impl error estimate.

    weinbe58 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    4dff939 View commit details
    Browse the repository at this point in the history
  9. update comment.

    weinbe58 committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    eb76c13 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    3b1ec97 View commit details
    Browse the repository at this point in the history
  2. finish impl of dp8 + DRY

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    6624457 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d499421 View commit details
    Browse the repository at this point in the history
  4. copy -> similar

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    042ada3 View commit details
    Browse the repository at this point in the history
  5. including dp8 in package.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    adfe806 View commit details
    Browse the repository at this point in the history
  6. fixing precomp errors.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    ac803da View commit details
    Browse the repository at this point in the history
  7. fix bug.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    fc6878d View commit details
    Browse the repository at this point in the history
  8. swap order.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    8aaa33b View commit details
    Browse the repository at this point in the history
  9. swap abs and square.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    59aa82a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef29b16 View commit details
    Browse the repository at this point in the history
  11. fixing DP8 impl

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    13db0bc View commit details
    Browse the repository at this point in the history
  12. solver is fixed.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1a1af14 View commit details
    Browse the repository at this point in the history
  13. remove manifest

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    743a8f0 View commit details
    Browse the repository at this point in the history
  14. updating benchmarks.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    528447e View commit details
    Browse the repository at this point in the history
  15. add type annotations.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    7b9b3e2 View commit details
    Browse the repository at this point in the history
  16. fixing type stability

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    3df38f3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    04b834d View commit details
    Browse the repository at this point in the history
  18. removing redefinitions.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    720e178 View commit details
    Browse the repository at this point in the history
  19. removing generics.

    weinbe58 committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    417a8af View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. fix bug.

    weinbe58 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    db93c54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b2f499 View commit details
    Browse the repository at this point in the history
  3. bump minor.

    weinbe58 committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    f2543cd View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

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

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    b2d36ca View commit details
    Browse the repository at this point in the history
  2. Rename Iterator type.

    weinbe58 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b6e4278 View commit details
    Browse the repository at this point in the history
  3. rename internal veriable.

    weinbe58 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    3e44275 View commit details
    Browse the repository at this point in the history