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(ops): add accessor APIs tree_flatten_with_accessor and PyTreeSpec.accessors #108

Merged
merged 59 commits into from
May 10, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    ff4d3f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4949285 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52bc50a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d34037 View commit details
    Browse the repository at this point in the history
  5. fix: fix macOS build

    XuehaiPan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    671742c View commit details
    Browse the repository at this point in the history
  6. build: use MSVC 17.7

    XuehaiPan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5a2681f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. fix: fix memory leak

    XuehaiPan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a68297f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93b67fe View commit details
    Browse the repository at this point in the history
  3. docs: update doctests

    XuehaiPan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    96609ea View commit details
    Browse the repository at this point in the history
  4. chore: housekeeping

    XuehaiPan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    83f9cad View commit details
    Browse the repository at this point in the history
  5. chore: housekeeping

    XuehaiPan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    aa6bab0 View commit details
    Browse the repository at this point in the history
  6. chore: housekeeping

    XuehaiPan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4ebe4ed View commit details
    Browse the repository at this point in the history
  7. docs: update README.md

    XuehaiPan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c67c2e2 View commit details
    Browse the repository at this point in the history
  8. fix: fix doctests

    XuehaiPan committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    b0cc159 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    455137f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e654b45 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a58ec86 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7888fa4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca87690 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    75c81e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07b2a0c View commit details
    Browse the repository at this point in the history
  3. fix: fix memory leak

    XuehaiPan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cb3f2b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. test: add more tests

    XuehaiPan committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    9430d78 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19f9d0 View commit details
    Browse the repository at this point in the history
  3. chore: set __slots__

    XuehaiPan committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    75ef604 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    355a018 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd07e7d View commit details
    Browse the repository at this point in the history
  6. fix: fix tests

    XuehaiPan committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    2c53d46 View commit details
    Browse the repository at this point in the history
  7. docs: update README.md

    XuehaiPan committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0ec5414 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. chore: update type hints

    XuehaiPan committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    4635001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe57c81 View commit details
    Browse the repository at this point in the history
  3. chore: set __slots__

    XuehaiPan committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    5cfce46 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4155d3d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

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

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    909fcba View commit details
    Browse the repository at this point in the history
  2. chore: update type hints

    XuehaiPan committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    03d3868 View commit details
    Browse the repository at this point in the history
  3. chore: update type hints

    XuehaiPan committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    78cb7e6 View commit details
    Browse the repository at this point in the history
  4. chore: update type hints

    XuehaiPan committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a86c7be View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    514856a View commit details
    Browse the repository at this point in the history
  2. test: add more tests

    XuehaiPan committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2ea2fdf View commit details
    Browse the repository at this point in the history
  3. test: add more tests

    XuehaiPan committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e145123 View commit details
    Browse the repository at this point in the history
  4. test: add more tests

    XuehaiPan committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    73e5f38 View commit details
    Browse the repository at this point in the history
  5. test: add more tests

    XuehaiPan committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    740d91a View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    1c0174c View commit details
    Browse the repository at this point in the history
  2. test: speed up tests

    XuehaiPan committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2631b73 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. test: add more tests

    XuehaiPan committed May 1, 2024
    Configuration menu
    Copy the full SHA
    b74bd87 View commit details
    Browse the repository at this point in the history
  2. test: add more tests

    XuehaiPan committed May 1, 2024
    Configuration menu
    Copy the full SHA
    178e9fe View commit details
    Browse the repository at this point in the history
  3. test: add more tests

    XuehaiPan committed May 1, 2024
    Configuration menu
    Copy the full SHA
    9fa7fbf View commit details
    Browse the repository at this point in the history
  4. test: add more tests

    XuehaiPan committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f2e920f View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. test: add more tests

    XuehaiPan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    5a679f9 View commit details
    Browse the repository at this point in the history
  2. test: add more tests

    XuehaiPan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ae38c77 View commit details
    Browse the repository at this point in the history
  3. test: add more tests

    XuehaiPan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fc875f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19961b3 View commit details
    Browse the repository at this point in the history
  5. test: add more tests

    XuehaiPan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4b38c51 View commit details
    Browse the repository at this point in the history
  6. test: add more tests

    XuehaiPan committed May 2, 2024
    Configuration menu
    Copy the full SHA
    4a8d68f View commit details
    Browse the repository at this point in the history

Commits on May 4, 2024

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

Commits on May 9, 2024

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

Commits on May 10, 2024

  1. deps: unpin versions

    XuehaiPan committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b089dad View commit details
    Browse the repository at this point in the history