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

feat(math): Upstream GDA based decimal type #21982

Draft
wants to merge 38 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 27, 2024

  1. update dec w benchmark testing

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c4c8b95 View commit details
    Browse the repository at this point in the history
  2. fix version

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8d22233 View commit details
    Browse the repository at this point in the history
  3. Update go.mod

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    cd60637 View commit details
    Browse the repository at this point in the history
  4. Create 18-decimal-handling.md

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    34b2fad View commit details
    Browse the repository at this point in the history
  5. Update 18-decimal-handling.md

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    d14ccf0 View commit details
    Browse the repository at this point in the history
  6. update tests and convert func

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    61f9911 View commit details
    Browse the repository at this point in the history
  7. Update 18-decimal-handling.md

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    ed40cb7 View commit details
    Browse the repository at this point in the history
  8. Refactor constructors

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    6bdaf12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dee23ab View commit details
    Browse the repository at this point in the history
  10. Apd v3 + sum benchmark

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    16e8812 View commit details
    Browse the repository at this point in the history
  11. More benchs

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    720e32b View commit details
    Browse the repository at this point in the history
  12. Marshal/unmarshal

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0e79c63 View commit details
    Browse the repository at this point in the history
  13. Fix test

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    a5fd0bc View commit details
    Browse the repository at this point in the history
  14. x

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    0db4f9e View commit details
    Browse the repository at this point in the history
  15. ip

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    346ab50 View commit details
    Browse the repository at this point in the history
  16. wip

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c14cad0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    720c7aa View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e7113b3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1642e5c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a863f2f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7625193 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eb13bab View commit details
    Browse the repository at this point in the history
  23. feat(math): Upstream GDA based decimal type (docs) (#20950)

    Co-authored-by: Alexander Peters <[email protected]>
    samricotta and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1672dcd View commit details
    Browse the repository at this point in the history
  24. Update 18-decimal-handling.md

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1e0b1fc View commit details
    Browse the repository at this point in the history
  25. Minor updates

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    863a99d View commit details
    Browse the repository at this point in the history
  26. go mod tidy all

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    98bf126 View commit details
    Browse the repository at this point in the history
  27. Review comment

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    8939a9e View commit details
    Browse the repository at this point in the history
  28. Rename legacy dec files

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    b751459 View commit details
    Browse the repository at this point in the history
  29. Linter only

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    3374cde View commit details
    Browse the repository at this point in the history
  30. ip

    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    c308720 View commit details
    Browse the repository at this point in the history
  31. Minor updates

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    04897a7 View commit details
    Browse the repository at this point in the history
  32. Minor updates

    alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    1a7440a View commit details
    Browse the repository at this point in the history
  33. marshall/unmarshall

    (cherry picked from commit bd4c5cb)
    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f6edee4 View commit details
    Browse the repository at this point in the history
  34. remove tests that are from deleted constraints

    (cherry picked from commit 15fc0ef)
    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    98bcf28 View commit details
    Browse the repository at this point in the history
  35. update godocs and add more tests

    (cherry picked from commit 16f5b25)
    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    fa2d04a View commit details
    Browse the repository at this point in the history
  36. pure decimal changes

    (cherry picked from commit bf25586)
    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    13c2a6e View commit details
    Browse the repository at this point in the history
  37. updates on using scientific notation

    (cherry picked from commit 7ede82f)
    samricotta authored and alpe committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    db76742 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    26c746a View commit details
    Browse the repository at this point in the history