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: numpy pairtab model #3212

Merged
merged 58 commits into from
Feb 4, 2024

Commits on Jan 28, 2024

  1. feat: add pair table model to pytorch

    Anyang Peng authored and Anyang Peng committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    47cff4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04b6f57 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    Anyang Peng authored and Anyang Peng committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    eb59d87 View commit details
    Browse the repository at this point in the history
  4. fix: typo

    Anyang Peng authored and Anyang Peng committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    b7cbbd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1a76bb View commit details
    Browse the repository at this point in the history
  6. fix: update ruct extrapolation

    Anyang Peng authored and Anyang Peng committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    84767f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fee8fa View commit details
    Browse the repository at this point in the history
  8. fix: update allclose precision

    Anyang Peng authored and Anyang Peng committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    ff08515 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    f4b3720 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    451916e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0968eaa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b0559e View commit details
    Browse the repository at this point in the history
  5. chore: refactor common method to PairTab

    Anyang Peng authored and Anyang Peng committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8cbb98c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a08092c View commit details
    Browse the repository at this point in the history
  7. fix: update unit tests

    Anyang Peng authored and Anyang Peng committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d3090b9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    daf2fc6 View commit details
    Browse the repository at this point in the history
  9. fix: revert padding zero mask change

    Anyang Peng authored and Anyang Peng committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    399c278 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59abe43 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    8f1cdc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88936cc View commit details
    Browse the repository at this point in the history
  3. feat: redo extrapolation with cubic spline for smoothness

    Anyang Peng authored and Anyang Peng committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1c4ee0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5793828 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27f3559 View commit details
    Browse the repository at this point in the history
  6. chore: refactor _make_data in PairTab

    Anyang Peng authored and Anyang Peng committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    92dec18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc04359 View commit details
    Browse the repository at this point in the history
  8. chore: move file

    Anyang Peng authored and Anyang Peng committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4433035 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2ba0318 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    f2c40e6 View commit details
    Browse the repository at this point in the history
  2. chore: refactor extrapolation code

    Anyang Peng authored and Anyang Peng committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4851a0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ddbe7db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29d95db View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. feat: add zbl weighted model

    Anyang Peng authored and Anyang Peng committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    365c20d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb4ae7d View commit details
    Browse the repository at this point in the history
  3. feat: add serialize and deserialize to pt pairtab

    Anyang Peng authored and Anyang Peng committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e423e68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39da7ff View commit details
    Browse the repository at this point in the history
  5. chore: remove irrelevant files

    Anyang Peng authored and Anyang Peng committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    74002ed View commit details
    Browse the repository at this point in the history
  6. feat: add numpy version

    Anyang Peng authored and Anyang Peng committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    0ce23f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5190903 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. fix: redo pairtab pt serialization

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f5541d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de3296a View commit details
    Browse the repository at this point in the history
  3. feat: test pairtabmodel numpy version

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    43fcea7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9716144 View commit details
    Browse the repository at this point in the history
  5. fix: precommit

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    b09f43b View commit details
    Browse the repository at this point in the history
  6. fix: precommit

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    05d2750 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    263b6dc View commit details
    Browse the repository at this point in the history
  8. chore: refactor code

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    35232c2 View commit details
    Browse the repository at this point in the history
  9. fix: at @variables key to serialize

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c72bdb9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1e5d72 View commit details
    Browse the repository at this point in the history
  11. fix: import

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6950e98 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'upstream/devel' into feat/numpy_pairtab…

    …_model
    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5083865 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    97ccfcc View commit details
    Browse the repository at this point in the history
  14. fix: rename method

    Anyang Peng authored and Anyang Peng committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    39da832 View commit details
    Browse the repository at this point in the history
  15. fix: import

    anyangml committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1a59917 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

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

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    97c6a88 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6c637a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b0faa4 View commit details
    Browse the repository at this point in the history
  4. fix: array type

    anyangml committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    ec04b5d View commit details
    Browse the repository at this point in the history