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

v2.0.0 Grounding Improvement #14

Merged
merged 85 commits into from
Sep 28, 2023
Merged

v2.0.0 Grounding Improvement #14

merged 85 commits into from
Sep 28, 2023

Commits on May 22, 2023

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

Commits on May 26, 2023

  1. Configuration menu
    Copy the full SHA
    daeefde View commit details
    Browse the repository at this point in the history
  2. added capability to infer labels. We no longer have to store labels w…

    …ith [0,1] for all nodes. This makes labels.yaml' obsolete.
    dyumanaditya committed May 26, 2023
    Configuration menu
    Copy the full SHA
    a82939a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. Configuration menu
    Copy the full SHA
    d93fd69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8508b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26bd53e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f789bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9387211 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee41f26 View commit details
    Browse the repository at this point in the history
  7. bug in filter.py

    dyumanaditya committed May 27, 2023
    Configuration menu
    Copy the full SHA
    e7fd2ab View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2023

  1. Merge branch 'main' into grounding-improvement

    # Conflicts:
    #	pyreason/scripts/interpretation/interpretation.py
    dyumanaditya committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    4dd1a03 View commit details
    Browse the repository at this point in the history
  2. updated setup.py

    dyumanaditya committed Jun 11, 2023
    Configuration menu
    Copy the full SHA
    d4042eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d420572 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97dbc68 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    64b4881 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    685c28b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4893edc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    037d116 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    78c96bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    42295e2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a96135b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    8752ec6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45b224f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ecf5ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e8aa40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7120c07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    172bf76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cfcff9d View commit details
    Browse the repository at this point in the history
  8. modified setup.py

    dyumanaditya committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cb1e93d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c51147 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef40781 View commit details
    Browse the repository at this point in the history
  11. mod setup.py

    dyumanaditya committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    07224ce View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    f97f44d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c262ec5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db84f79 View commit details
    Browse the repository at this point in the history
  4. made internal variables __target and __source instead of target and s…

    …ource so that these can be used in rules without a problem
    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f8bc0ca View commit details
    Browse the repository at this point in the history
  5. py 3.11 test workflow

    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    f1fbc46 View commit details
    Browse the repository at this point in the history
  6. bug in rule parser

    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e7355af View commit details
    Browse the repository at this point in the history
  7. py 3.11 test workflow

    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    1ce3f88 View commit details
    Browse the repository at this point in the history
  8. py 3.11 test workflow

    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    07d65ff View commit details
    Browse the repository at this point in the history
  9. py 3.11 test workflow

    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    8551fa0 View commit details
    Browse the repository at this point in the history
  10. py 3.11 test workflow

    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    41541aa View commit details
    Browse the repository at this point in the history
  11. mod setup.py

    dyumanaditya committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    ce211b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. fixed bug in graphml_parser.py and mod setup.py for new version

    (cherry picked from commit 42e8111)
    dyumanaditya committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    861befc View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

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

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    43514b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c52e3ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d8859 View commit details
    Browse the repository at this point in the history
  4. mod setup.py

    dyumanaditya committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    c200d7d View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    0a96e7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b91e37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    504143c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 8, 2023

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

Commits on Jul 14, 2023

  1. Configuration menu
    Copy the full SHA
    43c1d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca3aa78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2df44d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d0a7e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5fd4220 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07655f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    802a2d2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e647991 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    32294c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e5ffec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27455f8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    257a7f4 View commit details
    Browse the repository at this point in the history
  13. modified setup.py

    dyumanaditya committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5bdb190 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    42fce31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1eb85d View commit details
    Browse the repository at this point in the history
  3. update setup.py

    dyumanaditya committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    db2ac11 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    a3afc6f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59d49ca View commit details
    Browse the repository at this point in the history
  3. indentation fix

    dyumanaditya committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    d9ccdb3 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. new method for returning interpretation as dict and new method to get…

    … rule trace as pd dataframe instead of saving directly
    dyumanaditya committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    fc389fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59b1e00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    482e83b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76a7191 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

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

Commits on Aug 28, 2023

  1. comparison clause support. Works only for same predicate comparison a…

    …nd no edge->node, node->edge predicate comparison
    dyumanaditya committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    9737c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d5e011 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

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

Commits on Aug 31, 2023

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

Commits on Sep 28, 2023

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