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

Transform to split sums into single terms #5884

Merged
merged 32 commits into from
Jul 12, 2024
Merged

Commits on Jun 20, 2024

  1. initial draft of transform

    lillian542 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    96eb11f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. update some stuff

    lillian542 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2c59b61 View commit details
    Browse the repository at this point in the history
  2. tests [WIP]

    lillian542 committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1a459af View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. update shots handling

    lillian542 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e50fe7a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    11b0978 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c204ea5 View commit details
    Browse the repository at this point in the history
  3. update tests

    lillian542 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c4bddf6 View commit details
    Browse the repository at this point in the history
  4. clean up and docstrings

    lillian542 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    362a6db View commit details
    Browse the repository at this point in the history
  5. return tapes as tuple

    lillian542 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    057352a View commit details
    Browse the repository at this point in the history
  6. remove outdated comment

    lillian542 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ebfa790 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7fb4862 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f92d312 View commit details
    Browse the repository at this point in the history
  9. update changelog

    lillian542 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ed187da View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9aa9595 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. add name to changelog

    lillian542 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b431f3e View commit details
    Browse the repository at this point in the history
  2. use assert_equal instead of equal

    Co-authored-by: Christina Lee <christina@xanadu.ai>
    lillian542 and albi3ro committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    d6219d7 View commit details
    Browse the repository at this point in the history
  3. Update tests/transforms/test_split_to_single_terms.py

    Co-authored-by: Christina Lee <christina@xanadu.ai>
    lillian542 and albi3ro committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    c498df5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b68fec2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38bc600 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. update tests for CI

    lillian542 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5806955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6e662a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70f0142 View commit details
    Browse the repository at this point in the history
  4. clarify

    lillian542 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0735f95 View commit details
    Browse the repository at this point in the history
  5. update docstring note

    lillian542 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    3606196 View commit details
    Browse the repository at this point in the history
  6. fix links, I hope

    lillian542 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    961d82d View commit details
    Browse the repository at this point in the history
  7. update broken sphinx link

    lillian542 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0382e73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e604a1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0bfd52c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    140168d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    f4d2e48 View commit details
    Browse the repository at this point in the history
  2. remove seed from tf test

    lillian542 committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    56ede24 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    446e9eb View commit details
    Browse the repository at this point in the history