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

Handle skeleton encoding internally #1970

Merged
merged 40 commits into from
Sep 25, 2024

Commits on Sep 20, 2024

  1. start class SkeletonEncoder

    eberrigan committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    034cffb View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. start class SkeletonEncoder

    eberrigan committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    dd4865d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66a12d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. add notebook for testing

    eberrigan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    7c48903 View commit details
    Browse the repository at this point in the history
  2. format

    eberrigan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4a75924 View commit details
    Browse the repository at this point in the history
  3. fix type in docstring

    eberrigan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    57ec9d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    58b2398 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aedebd View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    b9973c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d77a68 View commit details
    Browse the repository at this point in the history
  3. constraining attrs in dev environment to make sure decode format is a…

    …lways the same locally
    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6c96a0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c78e9a9 View commit details
    Browse the repository at this point in the history
  5. save first enconding statically as an input to _get_or_assign_id so t…

    …hat we do not always get py/id
    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5935b6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cab40c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2068fdd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61c7cc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c4f5be9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    839d67c View commit details
    Browse the repository at this point in the history
  11. black

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5bcea83 View commit details
    Browse the repository at this point in the history
  12. remove comment

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    167ef77 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28f0c61 View commit details
    Browse the repository at this point in the history
  14. add import

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fd14ad0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7fa9517 View commit details
    Browse the repository at this point in the history
  16. oops remove import

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d98177 View commit details
    Browse the repository at this point in the history
  17. can attrs be unconstrained?

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    949fbe6 View commit details
    Browse the repository at this point in the history
  18. forgot comma

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    6490d1f View commit details
    Browse the repository at this point in the history
  19. pin attrs for testing

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c199061 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    345dbc0 View commit details
    Browse the repository at this point in the history
  21. use SkeletonEncoder.encode

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4a8c326 View commit details
    Browse the repository at this point in the history
  22. black

    eberrigan committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c57e64d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4c8bdd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    6444378 View commit details
    Browse the repository at this point in the history
  2. Remove prototyping notebook

    talmo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    c232ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a56e88 View commit details
    Browse the repository at this point in the history
  4. Remove attrs pins

    talmo committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    5319e5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1d757b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7fb00a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    743e406 View commit details
    Browse the repository at this point in the history
  8. Remove outdated comment

    roomrys authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    02865f8 View commit details
    Browse the repository at this point in the history
  9. Lint

    roomrys committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    83a2704 View commit details
    Browse the repository at this point in the history